provider Search GET /search
@utdk/spotify /search
Search for Item
Get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string. Audiobooks are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.
q query required
string
type query required
array
market query
string
limit query
integer
offset query
integer
include_external query
enum: audio

Try it

Authentication
Configure credentials for Spotify Web API
search
GET/search
Get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string. Audiobooks are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.

required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import spotify from '@utdk/spotify';

await spotify.search({
  "limit": 5,
  "offset": 0
})