A read on Amazon Music's commerce-side demand for France — what listeners are paying to keep, not just stream. A different musical country to the one Spotify shows.
music.amazon.com/playlists — needs a headless-browser fetcher (v2)./dp/<asin> pass.Two of the world's largest economies, the same DSP, the same week — and not a single track in common in the top 60. Three title-stems match (Zoo, Unstoppable, Celebrate Me), but even those land at different ASINs because Amazon sells them as different masters or different artists' versions.
Spotify France and Spotify US would normally share a dozen pop hits in the same window. Amazon's chart shape is the opposite: each country buys its own past. Catalogue evergreens dominate, and each country's catalogue is local to it. This is the signal that earns the report a desk: it isolates demand that streaming smooths out.
Pulled at 13:08 UTC from amazon.fr/gp/bestsellers/dmusic/digital-music-track. Each row is a real ASIN. Tags read the row's archetype — ● sync, ● catalogue (≥10 yrs), ● French-language, ● international.
Composition of Top 30 — 1 sync · 7 catalogue (≥10 yrs) · 12 French-language · 10 international contemporary. The chart leans French & long-tail in a way no streaming chart of France currently does.
Where Spotify France today reads as a contemporary urban-pop playlist (Werenoi, Aya Nakamura, Ninho, Gazo, SCH at the top), Amazon's France reads as a household record collection. The same listeners are not always making both decisions; the platforms attract different demand altogether.
No French rap. No Werenoi. No Aya Nakamura. The catalogue dominates the contemporary.
Five contemporary urban-pop tracks. Median release age < 6 months. Catalogue tracks rarely chart.
Read the chart as a sum of five demand vectors. Each is doing distinct work; together they describe a country buying its music in a way no other DSP would surface.
One Disney soundtrack drives the #1. Soundtracks routinely chart on Amazon (parents buying for car-ride listening). The #1 today won't be the #1 next month — and that volatility is itself a signal: Amazon's chart is responsive to release-week film and TV in a way Spotify's is not.
Eight of the Top 30 are 10+ years old; some are 30+. Billie Jean, Don't Stop 'Til You Get Enough, Uptown Funk, I Follow Rivers, Seven Nation Army, One More Time, Yeah!. Catalogue here is a permanent block of demand, not a nostalgia spike.
Twelve French-language tracks in the Top 30, several of them chanson back-catalogue (Mourir sur scène, Puisque tu pars, J'irai où tu iras, Savoir aimer, Vole). This is the part of French listening that streaming charts most consistently under-represent.
No French rap in the Top 30. No Werenoi, Aya Nakamura, Ninho, Gazo, SCH, Tayc. The audience that owns Spotify's chart is not the audience buying on Amazon. Whether this is a generational gap or a delivery preference, it is sharp.
Latin (El Merengue, NO BATIDÃO, Sé Miimii), Anglo-pop (Liar, Sunset Lover, Be Her), and the occasional outlier (Wild West & Wicked) round out the chart. This is contemporary international pop — but again, it leans toward the slower, more melodic end of that range.
A Cadence-Amazon report has more readers than a Spotify-only chart does. Each one reads the same shape and decides something different.
Eight of the top thirty are decade-old or older. If you control any of these masters, the Amazon Music demand surface is producing royalties you cannot see in your Spotify dashboard. The job is to verify which ASINs are charting and confirm the cash flow lines up.
For new releases: pricing as a 99-cent download still works. The DSP-only mental model misses this.
Zootopie 2's lead song is the country's #1 right now. Sync placement on a major Disney release converts to direct purchase — measurable, fast. This is the strongest case Cadence has made for sync ROI on a Tier-1 market this year.
Track this week-over-week to watch the half-life of the spike.
The audience buying these tracks is not the one streaming Werenoi. They are 35+, French-speaking, and have a relationship to ownership that the streaming generation doesn't. If you are buying media against a 35-55 ABC1 French audience, this chart is a cleaner signal than Spotify.
Brands likely to over-index against this audience: travel, premium grocery, automotive, banking, household. Cadence Briefs (forthcoming) will name them.
If Amazon Music's editorial selections lean toward Spotify's editorial mix, they are leaving the Amazon-native audience under-served. The natural Amazon Music playlist sits between French chanson and household catalogue, with a sync release as the weekly hero. That is a different curatorial brief.
A specimen edition shows the shape we can build today. The list below is the gap we would close in v1 — most of it conditional on either a Playwright deployment or an Amazon Music data partnership.
music.amazon.com behind a SPA. Headless-browser fetcher = ~3–5 days of work; documented as v2.track_id, track_title, album_id directly; artist requires a follow-up /dp/<asin> pass per track (cache aggressively — bestseller churn is slow).Source URL: https://www.amazon.fr/gp/bestsellers/dmusic/digital-music-track (page 1) and ?_encoding=UTF8&pg=2 (page 2). The same path resolves on US, GB, DE, FR, JP — Amazon localises the title automatically.
Fetcher: karla.scrapers.kwl_amazon_music_charts. Persists to kwl_music_charts.db with source='amazon_retail_dmusic_songs'. The schema is shared with the Apple Music RSS fetcher; source is a column on every row, so cross-DSP analytics fall out naturally.
Per-card fields: rank, track ASIN, album ASIN, title, price. Artist enrichment is a separate v2 pass following /dp/<asin> per track. Pages 3+ return HTTP 400 — Amazon caps the bestsellers list at top 60 here.
Tags in the chart (Sync, Catalogue, French, Intl) are editor-classified for this specimen. The production version classifies via a small rule table (release date for Catalogue, language detection on title for French, ISRC prefix once enriched, soundtrack flag from /dp page metadata).
Companion: see docs/research/2026-05-01-amazon-music-fetcher-feasibility.md for the full feasibility note that motivated this fetcher.