Spotify Scraper โ Get Full Details ๐ฏ
Pricing
from $3.50 / 1,000 result scrapeds
Spotify Scraper โ Get Full Details ๐ฏ
๐ Get complete metadata โ works for tracks, albums, artists, playlists, genres, audiobooks, podcasts & episodes. Returns every single field Spotify provides internally. The best way to enrich Spotify data with full detail extraction โจ Spotify Scraper โ Get Full Details ๐ฏ
Pricing
from $3.50 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
APIHarvest
Actor stats
0
Bookmarked
6
Total users
3
Monthly active users
19 days ago
Last modified
Categories
Share
Spotify Scraper โ Get Full Details for 8 Spotify Content Types | Best Spotify Scraper from URIs
What is the Spotify Scraper?
The Spotify Scraper is a unified Apify actor for fetching complete metadata from Spotify URIs or URLs across 8 content types. This Spotify scraper handles tracks, albums, artists, playlists, genres, audiobooks, episodes, and podcasts โ all from a single interface. No Spotify API key, no login credentials, no developer account required.
This is a details-only Spotify scraper โ it fetches full metadata from URIs you already have. For keyword search, use the Spotify Search actor or the dedicated type-specific Spotify scrapers.
All 8 Supported Content Types
This Spotify scraper supports every entity type that has URI-based detail fetching:
| # | Content Type | URI Format | URL Format |
|---|---|---|---|
| 1 | Track | spotify:track:ID | open.spotify.com/track/ID |
| 2 | Album | spotify:album:ID | open.spotify.com/album/ID |
| 3 | Artist | spotify:artist:ID | open.spotify.com/artist/ID |
| 4 | Playlist | spotify:playlist:ID | open.spotify.com/playlist/ID |
| 5 | Genre / Mood | spotify:genre:ID or spotify:page:ID | N/A |
| 6 | Audiobook | spotify:show:ID | open.spotify.com/show/ID |
| 7 | Episode | spotify:episode:ID | open.spotify.com/episode/ID |
| 8 | Podcast / Show | spotify:show:ID | open.spotify.com/show/ID |
Note: Spotify user profiles are NOT supported by this Spotify scraper because they require headless browser scraping. Use the Spotify Users Scraper for user profiles.
How Does This Spotify Scraper Work?
- Select a Content Type โ Choose which Spotify entity type to scrape
- Paste URIs or URLs โ Provide one or more Spotify URIs or URLs
- Configure Type-Specific Filters โ Set pagination, toggles, and detail options
- Run โ The Spotify scraper fetches full metadata for each URI
- Get Results โ Complete structured JSON is pushed to the Apify dataset
Input Configuration
| Field | Description | Default |
|---|---|---|
| Content Type | Dropdown with 8 Spotify entity types. | Track |
| Spotify URIs / URLs | One or more Spotify URIs or URLs for the selected type. | โ |
| Proxy Country | Residential proxy country. US recommended. | US |
Type-Specific Filters
The Spotify scraper provides additional configuration depending on the selected content type:
Albums & Playlists
| Field | Description | Default |
|---|---|---|
| Track List Offset | Starting position for track listings. | 0 |
| Track List Limit | Maximum tracks to return. | 50 |
Genres
| Field | Description | Default |
|---|---|---|
| Section Limit | Maximum genre page sections. | 10 |
| Section Item Limit | Maximum items per section. | 20 |
| Include Section Details | ON: Fetches full item details for each section (all playlists/albums/artists up to item limit) โ one extra API call per section. OFF: Sections return only a quick 10-item preview; you may miss items beyond the first 10. | OFF |
Audiobooks
| Field | Description | Default |
|---|---|---|
| Include Similar Audiobooks | ON: Fetches similar audiobook recommendations from Spotify. OFF: No recommendations returned. โ ๏ธ Spotify has retired this API in some regions โ may return empty. | OFF |
Podcasts
| Field | Description | Default |
|---|---|---|
| Episode List Offset | Starting position for episode listing. | 0 |
| Episode List Limit | Maximum episodes to return. | 50 |
| Include Recommended Shows | ON: Fetches related podcast suggestions listeners also enjoy. OFF: No recommendations returned. | OFF |
Episodes
| Field | Description | Default |
|---|---|---|
| Include Recommended Episodes | ON: Fetches recommended episodes based on Spotify's listening context. OFF: No recommendations returned. | OFF |
Artists & Tracks
No additional filters โ the Spotify scraper fetches the complete overview/detail automatically.
Output Data Format
Output format varies by content type. Here are examples for the most common types:
Track Detail
{"uri": "spotify:track:4cOdK2wGLETKBW3PvgPWqT","name": "Lose Yourself","artists": [{"name": "Eminem", "uri": "spotify:artist:..."}],"albumOfTrack": {"name": "Curtain Call: The Hits", "date": {"year": 2005}},"duration": {"totalMilliseconds": 326133},"playcount": "1234567890","hasLyrics": true}
Album Detail
{"uri": "spotify:album:2cWBwpqMsDJC1ZUwz813lj","name": "The Eminem Show","artists": [{"name": "Eminem"}],"date": {"year": 2002},"label": "Aftermath","tracks": {"totalCount": 20, "items": [{"track": {"name": "White America"}}]}}
Artist Detail
{"uri": "spotify:artist:7dGJo4pcD2V6oG08qCgod6","name": "Eminem","stats": {"followers": 78000000, "monthlyListeners": 65000000},"discography": {"albums": {"totalCount": 12}, "singles": {"totalCount": 50}},"relatedContent": {"relatedArtists": {"items": [{"name": "50 Cent"}]}}}
Playlist Detail
{"uri": "spotify:playlist:37i9dQZF1DXcBWIGoYBM5M","name": "Today's Top Hits","followers": 35000000,"content": {"totalCount": 50, "items": [{"itemV2": {"data": {"name": "Espresso"}}}]}}
Step-by-Step Tutorial
- Go to the Spotify Scraper actor page on Apify
- Select a Content Type from the dropdown
- Paste Spotify URIs or URLs into the Spotify URIs / URLs field
- Configure type-specific filters (track list limits, section details, etc.)
- Set Proxy Country to US
- Set your spending limit and click Start
- Download complete metadata from the Dataset tab
When to Use This vs. Dedicated Scrapers
| Need | Recommended Actor |
|---|---|
| Full details from URIs (any type) | Spotify Scraper (this actor) |
| Search + details for tracks | Spotify Tracks Scraper |
| Search + details for albums | Spotify Albums Scraper |
| Search for any type (no details) | Spotify Search |
| Spotify user profiles | Spotify Users Scraper |
This Spotify scraper is ideal when you have URIs from multiple sources and need full metadata. Dedicated Spotify scrapers offer search functionality and type-specific conveniences.
Common Use Cases for This Spotify Scraper (Get Details)
Batch Data Enrichment
Have a spreadsheet of Spotify URIs? Paste them all into the Spotify scraper and get complete metadata. Works for any of the 8 content types.
Cross-Type Data Collection
Scrape tracks, albums, and artists in separate runs using the same Spotify scraper actor โ no need to configure different scrapers.
Data Pipeline Integration
Feed Spotify URIs from other sources (databases, APIs, web scraping) into this Spotify scraper for structured metadata enrichment.
Catalog Analysis
Scrape large collections of Spotify content for research, competitive analysis, or catalog management.
Monitoring & Change Detection
Schedule the Spotify scraper to regularly fetch metadata for tracked URIs and detect changes in playlists, albums, or artist profiles.
Why Choose This Spotify Scraper Over Others?
Most Spotify scrapers on Apify return incomplete or reformatted data โ missing fields, simplified structures, or outdated endpoints. This spotify scraper is different. It delivers every single data field that Spotify provides internally โ the exact same data the real Spotify app uses.
| Feature | This Spotify Scraper | Other Actors on Apify |
|---|---|---|
| Data completeness | Every field Spotify returns โ all 8 content types from URIs โ tracks, albums, artists, playlists, genres, audiobooks, podcasts, and episodes with complete metadata | Partial data, missing key fields |
| Authentication | No API key, no login, no developer account | Often require Spotify API credentials |
| Rate limits | No limits โ automatic token rotation | Restricted by official API quotas |
| Data structure | Raw Spotify format โ identical to real Spotify app | Reformatted, simplified, or flattened |
| Proxy support | 50+ residential proxy countries | Limited or no proxy options |
| Pricing | Pay per result โ you only pay for data delivered | Flat fees, subscriptions, or usage caps |
| Reliability | Auto-adapts to Spotify API changes โ always up to date | Hardcoded endpoints that break on updates |
Bottom line: If Spotify shows it, this spotify scraper extracts it. No other Spotify detail actor on Apify gives you this level of complete, production-ready data.
Frequently Asked Questions
Q: Does this Spotify scraper support keyword search? A: No. Use the Spotify Search actor for keywords. This Spotify scraper fetches details from URIs only.
Q: Can I scrape Spotify user profiles? A: No. User profiles require headless browser scraping. Use the Spotify Users Scraper.
Q: Can I scrape multiple content types in one run? A: One type per run. The Spotify scraper validates that all URIs match the selected content type.
Q: What if I paste wrong URI types? A: The Spotify scraper validates URIs and logs helpful messages about which actor to use for mismatched URI types.
Q: Is there a result limit? A: No hard limit. The Spotify scraper processes as many URIs as your spending limit allows.
Q: What's the difference between this and the original Spotify Search & Complete Data Scraper? A: This Spotify scraper focuses on URI-based detail fetching for 8 types. The original actor combines search and details for all types in one monolithic interface.
Related Spotify Scrapers by apiharvest
| Actor | Description |
|---|---|
| Spotify Search โ All Types | Search all 9 Spotify content types (search-only) |
| Spotify Tracks Scraper | Search & scrape Spotify tracks |
| Spotify Albums Scraper | Search & scrape Spotify albums |
| Spotify Artists Scraper | Search & scrape Spotify artists |
| Spotify Playlists Scraper | Search & scrape Spotify playlists |
| Spotify Genres Scraper | Browse Spotify genre/mood pages |
| Spotify Audiobooks Scraper | Search & scrape Spotify audiobooks |
| Spotify Episodes Scraper | Search & scrape Spotify episodes |
| Spotify Podcasts Scraper | Search & scrape Spotify podcasts |
| Spotify Users Scraper | Search & scrape Spotify user profiles |
๐ท๏ธ Keywords
spotify scraper, spotify data scraper, scrape spotify data, spotify metadata scraper, spotify data extractor, apify spotify, spotify api alternative, best spotify scraper