Deezer Music Catalog Scraper
Pricing
from $31.43 / 1,000 results
Deezer Music Catalog Scraper
Scrape Deezer public music catalog API. Search artists, albums, tracks, playlists with explicit flag, duration, ISRC, release dates, contributors. No API key required.
Pricing
from $31.43 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

π§ Deezer Music Catalog Scraper
π Search the entire Deezer catalog in seconds. Pull tracks, artists, albums, playlists, or podcasts with ISRC, BPM, preview URLs, and rich metadata. No API key, no registration, no manual paging.
π Last updated: 2026-05-12 Β· π Up to 38 fields per record Β· π΅ 100M+ tracks Β· π€ 5 catalog types Β· π 180+ countries
The Deezer Music Catalog Scraper queries Deezer's public search API across five resource types (tracks, artists, albums, playlists, podcasts) and returns clean JSON with up to 38 fields per record, including image URLs at multiple resolutions, ISRC codes, BPM, audio gain, preview MP3 URLs, contributor lists, available country codes, release dates, fan counts, and ranking scores. The catalog covers more than 100 million tracks across hundreds of millions of albums, with active maintenance for international markets including France, Brazil, Germany, the United States, and the United Kingdom.
The Actor handles pagination, retries, and rate-limit backoff. Toggle fetchDetails for track searches and each record gains studio-grade fields (BPM, audio gain, ISRC, available countries, contributors with roles). Eleven sort orders cover ranking, alphabetical, rating, and duration variants so you can land on the exact slice you need without post-processing.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| Music-tech engineers, A&R researchers, playlist curators, DJ-software developers, music data scientists, podcast platforms, royalties analysts | Catalog mirroring, ISRC enrichment, BPM and key-feature ML training, podcast discovery, fan-base analytics, preview-clip serving, music recommendation systems |
π What the Deezer Music Catalog Scraper does
Five filtering workflows in a single run:
- π΅ Track search. Full-text across the song catalog with ranking, alphabetical, rating, and duration sorts.
- π€ Artist search. Pull artists matching your query along with fan counts, album counts, and images.
- πΏ Album search. Albums with cover art, release date, contributor list, and track counts.
- π Playlist search. Public playlists with creator, track count, and cover image.
- ποΈ Podcast search. Podcast shows with description, image, and share URL.
Each track record can include identifiers (Deezer ID, ISRC), title variants (short and version), audio details (duration, BPM, gain, preview MP3, explicit flags), artist info (ID, name, link), album info (ID, title, cover, release date), and optional contributor and country arrays when fetchDetails is enabled.
π‘ Why it matters: the Deezer catalog is one of the largest open music indexes on the web. Building your own mirror means writing custom parsers, paging logic, and back-off handlers. This Actor returns ready-to-load JSON with ISRC for cross-platform matching, BPM for ML, and preview URLs you can stream directly in your app.
π¬ Full Demo
π§ Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded music catalog dataset.
βοΈ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
query | string | "eminem" | Free-text search across the chosen resource type. Deezer search syntax supported. |
searchType | string | "track" | One of track, artist, album, playlist, podcast. |
order | string | "RANKING" | Sort order. 11 options including RANKING, RATING_DESC, DURATION_ASC. |
fetchDetails | boolean | false | When true and search type is track, fetch BPM, gain, ISRC, contributors, and available countries per track. One extra API call per record. |
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan at 1,000,000. |
Example: top 100 tracks matching "rock" by ranking.
{"query": "rock","searchType": "track","order": "RANKING","maxItems": 100}
Example: artists matching "daft punk" with full detail.
{"query": "daft punk","searchType": "artist","order": "RANKING","fetchDetails": true,"maxItems": 50}
β οΈ Good to Know: preview MP3 URLs are signed and expire after a few hours. Re-run the Actor to refresh links before serving them in production. Available country codes only appear when
fetchDetailsis enabled for tracks.
π Output
Each record contains up to 38 fields depending on resource type. Download the dataset as CSV, Excel, JSON, or XML.
π§Ύ Schema
| Field | Type | Example |
|---|---|---|
πΌοΈ imageUrl | string | null | "https://cdn-images.dzcdn.net/images/cover/.../1000x1000-..." |
π id | number | 4005499231 |
π·οΈ type | string | "track" |
π url | string | "https://www.deezer.com/track/4005499231" |
π title | string | undefined | "Rock Music" |
π titleShort | string | undefined | "Rock Music" |
π titleVersion | string | undefined | "(Single Version)" |
π shareUrl | string | undefined | "https://www.deezer.com/track/..." |
π€ name | string | undefined | "Daft Punk" (artist results) |
π’ isrc | string | undefined | "USAT22601815" |
β±οΈ duration | number | undefined | 115 (seconds) |
π rank | number | undefined | 974379 |
π explicit | boolean | undefined | false |
π explicitContentLyrics | number | undefined | 6 |
π explicitContentCover | number | undefined | 2 |
π΅ preview | string | undefined | "https://cdnt-preview.dzcdn.net/.../*.mp3" |
π΅ bpm | number | undefined | 120.5 |
ποΈ gain | number | undefined | -7.5 |
π’ trackPosition | number | undefined | 3 |
πΏ diskNumber | number | undefined | 1 |
π availableCountries | string[] | undefined | ["US","FR","GB"] |
π₯ contributors | array | undefined | [{"id":1,"name":"...","role":"Main"}] |
π
releaseDate | string | undefined | "2026-04-12" |
π artistId | number | undefined | 1462230 |
π€ artistName | string | undefined | "Charli xcx" |
π artistUrl | string | undefined | "https://www.deezer.com/artist/1462230" |
π albumId | number | undefined | 977071531 |
πΏ albumTitle | string | undefined | "Rock Music" |
π albumUrl | string | undefined | "https://www.deezer.com/album/977071531" |
πΌοΈ albumCoverBig | string | undefined | "https://cdn-images.dzcdn.net/.../500x500-..." |
π’ nbTracks | number | undefined | 12 |
π₯ nbFans | number | undefined | 34500 |
π’ nbAlbum | number | undefined | 15 |
π₯ fans | number | undefined | 123 |
π
creationDate | string | undefined | "2024-01-15" |
π€ user | string | undefined | "playlist creator name" |
π description | string | undefined | "Podcast description text..." |
β
available | boolean | undefined | true |
π scrapedAt | ISO 8601 | "2026-05-12T16:30:14.277Z" |
π¦ Sample records
β¨ Why choose this Actor
| Capability | |
|---|---|
| π΅ | Five catalog types. Tracks, artists, albums, playlists, and podcasts queried through one consistent interface. |
| π’ | ISRC codes included. Industry-standard recording identifiers let you join Deezer data with Spotify, Apple Music, and PRO databases. |
| ποΈ | Audio features. BPM and gain available with fetchDetails, ready for ML and DJ-software ingestion. |
| π | Country availability. Track-level country whitelist for geo-fenced licensing decisions. |
| π΅ | Preview MP3 URLs. 30-second clips you can stream directly in dashboards and demos. |
| π | 11 sort orders. Ranking, alphabetical, rating, and duration variants for precise slicing. |
| π« | No authentication. Public Deezer API only. No login or token required. |
π The Deezer catalog covers 100M+ tracks across 180+ countries with active maintenance for major international markets.
π How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| β Deezer Music Catalog Scraper (this Actor) | $5 free credit, then pay-per-use | 100M+ tracks | Live per run | 5 types, 11 sorts | β‘ 2 min |
| Paid streaming-platform APIs | $99+/month | One platform | Streaming | API-defined | β³ Hours |
| Legacy community music dumps | Free | Stale subset | Rarely | None | π’ Days |
| Manual scraping of music sites | Free | One site at a time | Manual | None | π’ Days |
Pick this Actor when you need quick, structured music metadata with ISRC and audio features and no API keys to manage.
π How to use
- π Sign up. Create a free account with $5 credit (takes 2 minutes).
- π Open the Actor. Go to the Deezer Music Catalog Scraper page on the Apify Store.
- π― Set input. Enter a search
query, pick asearchType, optionally togglefetchDetails, and setmaxItems. - π Run it. Click Start and let the Actor walk the catalog.
- π₯ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
β±οΈ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
πΌ Business use cases
π Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
π Automating Deezer Music Catalog Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- π’ Node.js. Install the
apify-clientNPM package. - π Python. Use the
apify-clientPyPI package. - π See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Hourly, daily, or weekly refreshes keep music dashboards and recommendation indexes in sync automatically.
β Frequently Asked Questions
π§© How does it work?
Enter a search query and pick a search type, click Start, and the Actor hits Deezer's public search API, paginates through the results, and emits a clean structured record per item. Toggle fetchDetails for tracks to add BPM, gain, ISRC, contributors, and country availability.
π΅ What's the difference between searchType track and album?
track returns individual songs with full audio metadata. album returns full album records with cover art, release date, and track count. Use track for granular catalog work and album for release-level analysis.
π’ What is an ISRC and why does it matter?
ISRC (International Standard Recording Code) is the global identifier for sound recordings. It lets you join the same song across Spotify, Apple Music, Tidal, and royalties databases. Every Deezer track exposes its ISRC.
ποΈ How accurate is BPM?
Deezer derives BPM via audio analysis. It is generally accurate within a few BPM for most genres. For mission-critical DJ-software use, cross-check against your own analysis pipeline.
π How often is the data refreshed?
Deezer's catalog updates continuously. Every run pulls the latest catalog state, so your dataset reflects current records as of run time. Re-run for fresh preview URLs (they expire after a few hours).
β° Can I schedule regular runs?
Yes. Use Apify Schedules to run this Actor on any cron interval (hourly, daily, weekly) and keep a downstream database in sync.
βοΈ Is this data legal to use?
Deezer publishes its catalog metadata via a public API. Metadata such as titles, artists, ISRC, and durations is generally permissible to use. Audio preview clips remain copyrighted; review Deezer's terms before redistributing them.
πΌ Can I use this data commercially?
Metadata can typically be used commercially for analytics, recommendations, and search features. Preview audio and cover art are subject to the licensing terms of each work and Deezer's terms of use. Consult counsel for your specific use case.
π³ Do I need a paid Apify plan to use this Actor?
No. The free Apify plan is enough for testing and small runs (10 records per run). A paid plan lifts the limit and gives you access to scheduling, higher concurrency, and larger datasets.
π What happens if a run fails or gets interrupted?
Apify automatically retries transient errors. If a run still fails, you can inspect the log in the Runs tab, fix the input, and re-run. Partial datasets from failed runs are preserved so you never lose progress.
π What if I need help?
Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.
π Integrate with any app
Deezer Music Catalog Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe music data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Push fresh catalog data into your app backend, or alert your team in Slack.
π Recommended Actors
- π΅ Spotify Scraper - Spotify catalog, playlists, and artist data
- π΅ Apple Music Scraper - Apple Music tracks, artists, and chart data
- ποΈ Podcast Index Scraper - Open podcast directory metadata
- π¬ SoundCloud Scraper - SoundCloud tracks, artists, and play counts
- π΅ MusicBrainz Scraper - Open music encyclopedia with releases and credits
π‘ Pro Tip: browse the complete ParseForge collection for more music and media catalog scrapers.
π Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
β οΈ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Deezer S.A. or any of the artists whose catalog metadata it returns. All trademarks mentioned are the property of their respective owners. Only publicly available catalog metadata is collected.