SocialCrawl

spotify

Extract data from spotify

spotify

Extract data from spotify. 6 endpoints available.

Base URL: /v1/spotify/...

Getting Started

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/spotify/artist" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/spotify/podcast/episodes" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

EndpointPathCredit Tier
Get a Spotify artist/v1/spotify/artiststandard (1cr)
Get a Spotify track/v1/spotify/trackstandard (1cr)
Get a Spotify album/v1/spotify/albumstandard (1cr)
Search Spotify/v1/spotify/searchstandard (1cr)
Get a Spotify podcast/v1/spotify/podcaststandard (1cr)
List a Spotify podcast's episodes/v1/spotify/podcast/episodesstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
spotify | Socialcrawl