Shazam Charts Scraper avatar

Shazam Charts Scraper

Pricing

from $0.99 / 1,000 results

Go to Apify Store
Shazam Charts Scraper

Shazam Charts Scraper

[๐Ÿ’ฐ $0.99 / 1K] Extract trending tracks from Shazam charts โ€” global Top 200, country, city, and genre charts. Get rank, title, artist, album, cover art, genre, ISRC, release date, and Apple Music links. Track what the world is discovering in music.

Pricing

from $0.99 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Pull trending tracks straight from Shazam's charts at scale โ€” chart rank, title, artist, album, genre, ISRC recording codes, 600ร—600 cover art, Apple Music and Shazam links, and release dates for every song people are discovering right now. Coverage spans the Global Top 200, 69 country charts, 168 city charts, and 17 genre charts, in both most-Shazamed and viral/rising flavors. Built for A&R scouts, playlist curators, and music-data analysts who need to catch breakout songs early โ€” market by market โ€” without checking hundreds of chart pages by hand.

Why This Scraper?

  • 70 markets of country coverage โ€” the Global (World) chart plus 69 individual country charts spanning six continents, from the United States, Japan, and Germany to Brazil, Nigeria, Kenya, Kazakhstan, and the United Arab Emirates โ€” including deep African and Eastern-European markets most chart tools skip. Pull one market or all of them in a single run.
  • 168 city-level charts โ€” see what's trending block by block in London, New York City, Tokyo, Sรฃo Paulo, and 160-plus more cities, so you can spot a track breaking in one metro before it goes national.
  • 17 genre charts โ€” Pop, Hip-Hop / Rap, Dance, Electronic, House, Rock, Alternative, Latin, R&B / Soul, Country, K-Pop, Afrobeats, French Pop, Reggae / Dancehall, Singer-Songwriter, Film TV & Stage, and Worldwide.
  • Top Tracks and Viral / Rising in one actor โ€” collect the most-Shazamed chart or the fast-rising viral chart with a single dropdown; viral surfaces songs on the way up before they peak.
  • ISRC recording code on every track โ€” the industry-standard identifier that lets you join Shazam discovery data directly to your own catalog, licensing system, or royalty database with no fuzzy title matching.
  • Apple Music and Shazam links per track โ€” a ready-to-open Apple Music URL and a Shazam song URL for every row, so listening or verifying a discovery is one click away.
  • Global Top 200 depth โ€” country and world Top charts run a full 200 positions deep, far past the front-page top 10, so you catch songs still climbing the ranking.
  • Localized text in 12 languages โ€” return track and artist text in English, Spanish, French, German, Italian, Portuguese, Japanese, Korean, Chinese, Russian, Arabic, or Turkish.
  • 600ร—600 cover art URLs โ€” full-resolution artwork for every track, ready to drop into dashboards, pitch decks, or playlist thumbnails.

Use Cases

A&R & Talent Scouting

  • Spot breakout artists the moment they enter a country or city chart
  • Compare a new signing's traction across 70 markets at once
  • Track viral / rising charts to catch songs before they peak
  • Surface genre-specific talent with the 17 focused genre charts

Playlist Curation

  • Build "trending now" playlists per country or city with live rankings
  • Refresh editorial playlists from the daily most-Shazamed chart
  • Match playlist themes to genre charts like K-Pop, Afrobeats, or Latin
  • Source cover art and Apple Music links for every track in one pass

Music Market Research

  • Map how a song ranks across 69 countries side by side
  • Benchmark a release against the Global Top 200
  • Study regional taste differences down to 168 individual cities
  • Feed chart movement into trend dashboards and label reports

Licensing & Rights

  • Join Shazam discovery data to your catalog on the ISRC code
  • Pull release dates and album context for clearance workflows
  • Identify high-demand tracks by market for sync and licensing pitches

Trend Forecasting

  • Watch viral charts to model which songs will chart nationally next
  • Track a track's climb up the ranking day over day
  • Detect genre momentum shifts across cities and countries

Getting Started

Global Top 200 (simplest)

Leave everything on defaults to pull the worldwide most-Shazamed chart:

{
"chartType": "top",
"countries": ["world"]
}

Country charts by genre

Pull the Pop and Hip-Hop / Rap charts for the United States and the United Kingdom:

{
"chartType": "top",
"countries": ["US", "GB"],
"genres": ["pop", "hip-hop-rap"],
"maxTracksPerChart": 100
}

Viral / rising across markets

Track the fast-rising chart for several countries and the world:

{
"chartType": "viral",
"countries": ["world", "US", "BR", "NG"],
"maxTracksPerChart": 50
}

Full multi-market example

Combine countries, cities, and genres, localized in Spanish:

{
"chartType": "top",
"countries": ["ES", "MX", "AR"],
"cities": ["Madrid", "Mexico City", "Buenos Aires"],
"genres": ["latin", "pop"],
"maxTracksPerChart": 0,
"language": "es"
}

Input Reference

Charts

ParameterTypeDefaultDescription
chartTypeselectTop TracksWhich chart to pull: Top Tracks (most Shazamed) or Viral / Rising Tracks.
countriesarray["Global (World)"]One or more country charts, or Global (World) for the worldwide chart. Leave empty to default to Global.

Filters

ParameterTypeDefaultDescription
citiesarray[]Optional city-level charts by name (e.g. "London", "New York City", "Tokyo"). Names are matched against the 168 cities Shazam publishes; a name with no match is skipped with a note.
genresarray[]Optional genre charts. When set, a genre chart is collected for each selected country + genre. Each country offers a subset of genres; combinations a country doesn't publish are skipped automatically. Leave empty for the all-genres chart.

Options

ParameterTypeDefaultDescription
maxTracksPerChartinteger200Maximum tracks per chart, counted from the top down. Set to 0 to collect every available track. Top charts run to ~200; viral and genre charts are shorter.
languageselectEnglishLanguage for track and artist text where Shazam provides localized values. Choose from 12 languages including Spanish, French, German, Japanese, Korean, Chinese, Russian, Arabic, and Turkish.

Output

Each row is one track on one chart. Here's a representative result:

{
"rank": 1,
"title": "Espresso",
"artist": "Sabrina Carpenter",
"album": "Short n' Sweet",
"genre": "Pop",
"isrc": "USUG12403188",
"coverArt": "https://is1-ssl.mzstatic.com/image/thumb/example/600x600bb.jpg",
"appleMusicUrl": "https://music.apple.com/us/album/espresso/1739816043",
"shazamUrl": "https://www.shazam.com/song/739648464",
"shazamId": "739648464",
"releaseDate": "2024-04-11",
"chartType": "top",
"chartCountry": "world",
"chartCity": null,
"chartGenre": null,
"chartUrl": "https://www.shazam.com/charts/top-200/world",
"scrapedAt": "2026-07-01T14:30:00Z"
}

Track Fields

FieldTypeDescription
ranknumberChart position, 1 = top of the chart
titlestringTrack title
artiststringPrimary artist name
albumstringAlbum the track appears on
genrestringTrack genre (e.g. Pop, Hip-Hop / Rap)
releaseDatestringTrack release date
coverArtstring600ร—600 cover artwork URL
FieldTypeDescription
isrcstringISRC recording code โ€” join key to catalog and licensing systems
appleMusicUrlstringDirect Apple Music track URL
shazamUrlstringShazam song page URL
shazamIdstringShazam track identifier

Chart Context

FieldTypeDescription
chartTypestringtop or viral
chartCountrystringCountry code of the chart (or world)
chartCitystringCity name for city charts, otherwise null
chartGenrestringGenre slug for genre charts, otherwise null
chartUrlstringSource chart page URL
scrapedAtstringISO timestamp of collection

Tips for Best Results

  • Start with a single chart โ€” run the Global Top 200 first to confirm the data fits your needs, then scale up to more countries, cities, and genres.
  • Viral is country- and world-level only โ€” the viral / rising chart exists for whole countries and the Global chart, not per city or per genre. If you add a city or genre with the viral chart type, that combination is collected as Top Tracks instead.
  • Genres vary by country โ€” each country publishes only a subset of the 17 genres; the Global (World) chart offers all of them. Unsupported country + genre combinations are skipped automatically, so you can request broadly without errors.
  • Use ISRC as your join key โ€” match Shazam discovery data to your own catalog, royalty, or licensing database on the ISRC code instead of fuzzy title-and-artist matching.
  • Set maxTracksPerChart to control cost โ€” the top of the chart is where breakout signals live. Cap at 50โ€“100 to focus on climbers, or set 0 to pull every position.
  • Localize for local markets โ€” match the language to the market you're studying (e.g. Japanese for Japan, Portuguese for Brazil) so track and artist text reads naturally.
  • Add cities to catch songs early โ€” a track often breaks in one metro before it charts nationally, so the 168 city charts are your earliest signal for A&R and forecasting.

Pricing

From $0.99 per 1,000 results โ€” one flat rate per track returned, cheaper than checking hundreds of chart pages by hand. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.118$0.110$0.105$0.099
1,000$1.18$1.10$1.05$0.99
10,000$11.80$11.00$10.50$9.90
100,000$118.00$110.00$105.00$99.00

A "result" is one track row in the output dataset. No compute or time-based charges โ€” you pay per result, plus a small fixed per-run start fee of $0.01.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n โ€” Workflow automation
  • Google Sheets โ€” Direct spreadsheet export
  • Slack / Email โ€” Notifications on new results
  • Webhooks โ€” Trigger custom workflows on run completion
  • Apify API โ€” Full programmatic access

This actor is designed for legitimate music industry research, playlist curation, market analysis, and A&R work. Users are responsible for complying with applicable laws and the terms of service of the platforms involved. Use collected chart data responsibly and respect the rights of artists and rights holders.