Spotify Scraper

ENDPOINTS
GET/search/users

Search Users

Search public Spotify user profiles by name.

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": 1000,
  "per_page": 20,
  "current_page": 1,
  "total_pages": 50,
  "next": "https://spotify-scraper.omkar.cloud/spotify/search/users?query=spotify&page=2",
  "previous": null,
  "query": "spotify",
  "results": [
    {
      "type": "user",
      "id": "spotify",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/spotify",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee8555c25988a6ac314394d3fbf5",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b8255c25988a6ac314394d3fbf5",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotifybrazilian",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/spotifybrazilian",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee85ba52bfae57feb3cb5847fb86",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b82ba52bfae57feb3cb5847fb86",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotify_españa",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/spotify_espa%C3%B1a",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee85f7761482d68f528a469896ca",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b82f7761482d68f528a469896ca",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotifydiscover",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/spotifydiscover",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee854a96e44003a1cd072400b503",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b824a96e44003a1cd072400b503",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotifyenespañol",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/spotifyenespa%C3%B1ol",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee8517821cfc70e5c4a4d89006b0",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b8217821cfc70e5c4a4d89006b0",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotifyargentina",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/spotifyargentina",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee850298c45618163015d42cd4c4",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b820298c45618163015d42cd4c4",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotifylrasia",
      "name": "Spotify Asia",
      "link": "https://open.spotify.com/user/spotifylrasia",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee852e7f4edeb03eec1e3e155ce1",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b822e7f4edeb03eec1e3e155ce1",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotify_uk_",
      "name": "Spotify UK",
      "link": "https://open.spotify.com/user/spotify_uk_",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee85ce6827a3fe2d41311df86631",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b82ce6827a3fe2d41311df86631",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotifyusa",
      "name": "Spotify USA",
      "link": "https://open.spotify.com/user/spotifyusa",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee855884ae2c38e988e013637877",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b825884ae2c38e988e013637877",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "spotify__sverige",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/spotify__sverige",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee85a47ec9bee914ebdfac4235bc",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b82a47ec9bee914ebdfac4235bc",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "su869yr96v5eeuouowybk78r9",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/su869yr96v5eeuouowybk78r9",
      "images": null
    },
    {
      "type": "user",
      "id": "6tsonkal1bolwu3l9izi7gydz",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/6tsonkal1bolwu3l9izi7gydz",
      "images": null
    },
    {
      "type": "user",
      "id": "31syfxlfwffexgufo5jdreproiwa",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/31syfxlfwffexgufo5jdreproiwa",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee851894ce6d1dc1f4a340a69ff5",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b821894ce6d1dc1f4a340a69ff5",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "31yofm4vixrvol3euxcssz4e2x3q",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/31yofm4vixrvol3euxcssz4e2x3q",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee8564666b02825b1cbec5afedf3",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b8264666b02825b1cbec5afedf3",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "31i2msn3l4xdgzvugeli5o4y222y",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/31i2msn3l4xdgzvugeli5o4y222y",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee85d94882b141c9eaa38f7b7d2c",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b82d94882b141c9eaa38f7b7d2c",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "i3id53w9btsb7fjbwx5f5tq5y",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/i3id53w9btsb7fjbwx5f5tq5y",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee852a3b53e34695d3e77b4a227b",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b822a3b53e34695d3e77b4a227b",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "31jd7y6fmr4gj7sbbjr3swja5cuy",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/31jd7y6fmr4gj7sbbjr3swja5cuy",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee851234604ea1de0b6ba1022655",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b821234604ea1de0b6ba1022655",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "122868305",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/122868305",
      "images": null
    },
    {
      "type": "user",
      "id": "wsagmxi0hjyiugmsxndtl9kyh",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/wsagmxi0hjyiugmsxndtl9kyh",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee85a6d9670faaec4884e7d1ee79",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b82a6d9670faaec4884e7d1ee79",
          "width": 64,
          "height": 64
        }
      ]
    },
    {
      "type": "user",
      "id": "0kbp8lcj0x0477m21bmuom2e4",
      "name": "Spotify",
      "link": "https://open.spotify.com/user/0kbp8lcj0x0477m21bmuom2e4",
      "images": [
        {
          "link": "https://i.scdn.co/image/ab6775700000ee854394a16c88705e2b7bafac01",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67757000003b824394a16c88705e2b7bafac01",
          "width": 64,
          "height": 64
        }
      ]
    }
  ]
}