Spotify Scraper

ENDPOINTS
GET/search/genres

Search Genres

Search Spotify's genre and mood pages by keyword.

QUERY PARAMS

Search phrase.

Page number.

Default: 1

Allowed values: 1-1000

Spotify returns the first 1,000 results of a search, so page × limit must be ≤ 1,000.

Results per page.

Default: 20

Allowed values: 1-100

{
  "count": 51,
  "per_page": 20,
  "current_page": 1,
  "total_pages": 3,
  "next": "https://spotify-scraper.omkar.cloud/spotify/search/genres?query=hip+hop&page=2",
  "previous": null,
  "query": "hip hop",
  "results": [
    {
      "type": "genre",
      "id": "0JQ5DAqbMKFQ00XGBls6ym",
      "name": "Hip-Hop",
      "link": "https://open.spotify.com/genre/0JQ5DAqbMKFQ00XGBls6ym",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLohgvOV8aNQ6",
      "name": "Popular Hip-Hop Playlists",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLohgvOV8aNQ6",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLl484rWpQ3Fr",
      "name": "Hip-Hop Around The World",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLl484rWpQ3Fr",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLkEO46AYnam5",
      "name": "I Love My 2010s Hip-Hop",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLkEO46AYnam5",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLBGH7A2Pp3wc",
      "name": "Next Up in Hip-Hop",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLBGH7A2Pp3wc",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLCP1095xHsgh",
      "name": "Christian Hip Hop + R&B",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLCP1095xHsgh",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLpa452a05Kid",
      "name": "Hip Hop Run Mix",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLpa452a05Kid",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLmYcz5JOINcE",
      "name": "50 years of Hip Hop: The songwriters",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLmYcz5JOINcE",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLAH8bWEmOtHX",
      "name": "Women in Hip-Hop",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLAH8bWEmOtHX",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLsm1EX5I983C",
      "name": "Black Music Around the World",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLsm1EX5I983C",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLpyICUYVsJDh",
      "name": "The Best in Black Music (So Far)",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLpyICUYVsJDh",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLoFB3LW3TZtU",
      "name": "Most Streamed Rappers On Spotify",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLoFB3LW3TZtU",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLx6cwpPOdPar",
      "name": "Hits only, please",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLx6cwpPOdPar",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLl88Rh8kX3vR",
      "name": "Electronic trap classics",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLl88Rh8kX3vR",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLmcZWO4bmt66",
      "name": "Pop Throwbacks",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLmcZWO4bmt66",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLvqREL9QZ1fQ",
      "name": "Most Streamed Rap Albums on Spotify",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLvqREL9QZ1fQ",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLmUMrc0KmFMX",
      "name": "Afrobeats Classics",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLmUMrc0KmFMX",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLuDzXLtNA9ym",
      "name": "Straight from the FYP",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLuDzXLtNA9ym",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLC9BXhQZPNWJ",
      "name": "Hoops on the Horizon 🏀",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLC9BXhQZPNWJ",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    },
    {
      "type": "genre",
      "id": "0JQ5IMCbQBLhY2CXMUZqt7",
      "name": "Playlists For Every Body Part",
      "link": "https://open.spotify.com/genre/0JQ5IMCbQBLhY2CXMUZqt7",
      "images": [
        {
          "link": "https://t.scdn.co/images/728ed47fc1674feb95f7ac20236eb6d7.jpeg",
          "width": 274,
          "height": 274
        }
      ]
    }
  ]
}