spotify
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
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get a Spotify artist | /v1/spotify/artist | standard (1cr) |
| Get a Spotify track | /v1/spotify/track | standard (1cr) |
| Get a Spotify album | /v1/spotify/album | standard (1cr) |
| Search Spotify | /v1/spotify/search | standard (1cr) |
| Get a Spotify podcast | /v1/spotify/podcast | standard (1cr) |
| List a Spotify podcast's episodes | /v1/spotify/podcast/episodes | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
