Spotify Daily Top 200 Charts by Country avatar

Spotify Daily Top 200 Charts by Country

Pricing

from $0.85 / 1,000 songs

Go to Apify Store
Spotify Daily Top 200 Charts by Country

Spotify Daily Top 200 Charts by Country

Export available Spotify Top 200 chart rows by market with rank, movement, streams, seven-day streams, totals, and Spotify track URLs.

Pricing

from $0.85 / 1,000 songs

Rating

0.0

(0)

Developer

Trove Vault

Trove Vault

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

4 days ago

Last modified

Share

Spotify Top 200 Charts

Export current Spotify Top 200 daily chart rows by market, including rank, movement, daily streams, seven-day streams, total streams, days on chart, peak rank, artist, track, and Spotify URL.

Use this Actor when you need structured chart intelligence across Spotify markets without manually checking each chart table. It is built for daily market monitoring, artist benchmarking, campaign reporting, and music data workflows that need clean rows instead of screenshots or manual copy-paste.

What This Actor Helps You Decide

  • Which tracks are currently ranking in selected Spotify Top 200 markets.
  • How much daily streaming volume a ranked track is receiving.
  • Whether a track is moving up, holding position, or losing momentum.
  • How performance differs across Global, country, and regional markets.
  • Which tracks have strong chart longevity, peak rank, or total stream accumulation.

What You Get

Each result row represents one ranked track in one selected market.

The Actor returns:

  • market: selected chart market.
  • rank: current chart position.
  • change: rank movement shown by the chart table.
  • artist: artist name.
  • track: track title.
  • dailyStreams: streams for the current daily chart period.
  • dailyStreamsChange: movement in daily streams.
  • sevenDayStreams: rolling seven-day stream total.
  • sevenDayStreamsChange: movement in seven-day streams.
  • totalStreams: total streams shown for the track.
  • daysOnChart: number of days the track has appeared on the chart.
  • peakRank: best rank shown in the chart table.
  • spotifyUrl: direct Spotify track URL.

Use Cases

Artists And Managers

Track chart rank, daily streams, peak position, and days on chart in priority markets. Use the output to build daily updates for campaigns, release performance, and territory-level reporting.

Labels And A&R Teams

Compare songs across markets to spot breakout tracks, regional lift, and cross-market momentum. The dataset is structured for spreadsheets, dashboards, and internal reports.

Music Marketers

Monitor campaign impact by checking whether daily streams and rank movement are improving after playlisting, social campaigns, PR, or paid media activity.

Journalists And Analysts

Export current chart data for music business coverage, market comparisons, trend pieces, and weekly analysis.

Royalty Buyers And Music Investors

Use chart longevity, daily streams, total streams, and market coverage as supporting signals when screening catalog performance.

Supported Markets

The dropdown includes Global and many country markets, including United States, Brazil, Portugal, United Kingdom, Germany, France, Spain, Italy, Japan, South Korea, India, Mexico, Argentina, Colombia, Netherlands, Sweden, and more.

Use All markets when you want every supported chart market in one run. For faster tests and cleaner datasets, select only the markets you need.

How To Use

  1. Open the Actor on Apify.
  2. Choose one or more markets from the markets dropdown.
  3. Run the Actor.
  4. Open the dataset to inspect, export, or connect the results.

Recommended starter input:

{
"markets": ["Global", "United States", "Brazil", "Portugal"]
}

Small API or smoke-test input:

{
"markets": ["Global", "Brazil"]
}

Input

FieldTypeRequiredDescription
marketsarray of stringsYesSpotify chart markets to export. Choose specific markets or All markets.

The Actor intentionally does not accept a date field. It exports the current available daily chart.

Output Example

Example item from a real validation run:

{
"market": "Global",
"rank": 1,
"change": 0,
"artist": "Shakira",
"track": "Dai Dai",
"dailyStreams": 4745266,
"dailyStreamsChange": 141486,
"sevenDayStreams": 30137900,
"sevenDayStreamsChange": 222532,
"totalStreams": 133138570,
"daysOnChart": 45,
"peakRank": 1,
"spotifyUrl": "https://open.spotify.com/track/0kosUz0jePvjiz4ctmR6wL"
}

Output Fields

FieldTypeDescription
marketstringSelected Spotify chart market.
ranknumberCurrent chart rank.
changenumber or nullRank movement. 0 means no movement; null can represent a new entry when the chart table does not provide a numeric change.
artiststringArtist name from the chart row.
trackstringTrack title from the chart row.
dailyStreamsnumber or nullStreams for the current daily chart period.
dailyStreamsChangenumber or nullChange in daily streams.
sevenDayStreamsnumber or nullRolling seven-day streams.
sevenDayStreamsChangenumber or nullChange in rolling seven-day streams.
totalStreamsnumber or nullTotal streams shown by the chart table.
daysOnChartnumber or nullNumber of days the track has charted.
peakRanknumber or nullBest rank shown for the track.
spotifyUrlstring or nullDirect Spotify track URL when available.

API Usage

Run the Actor synchronously and return dataset items:

curl "https://api.apify.com/v2/acts/trovevault~spotify-top-200-charts/run-sync-get-dataset-items" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-d '{"markets":["Global","Brazil"]}'

Run a single-market test:

curl "https://api.apify.com/v2/acts/trovevault~spotify-top-200-charts/run-sync-get-dataset-items" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-d '{"markets":["Portugal"]}'

Working With Results

The default dataset can be exported from Apify as JSON, CSV, Excel, XML, or RSS. Typical workflows include:

  • daily chart monitoring dashboards,
  • artist or label performance reports,
  • market-by-market release benchmarking,
  • A&R discovery and trend tracking,
  • music business research,
  • catalog performance screening.

You can also read the dataset with the Apify API, Apify client libraries, integrations, or MCP-compatible workflows that consume Apify datasets.

Limitations

  • The Actor exports the current available daily chart only.
  • Historical dates are not accepted.
  • Some markets may return fewer than 200 rows when the public chart table contains fewer available entries.
  • Stream counts are the values shown in the current public chart table. They should be treated as chart reporting figures, not a full royalty accounting export.
  • dailyStreams means streams for the current daily chart period.
  • A new entry can have change: null if no numeric previous-position movement is available.

Troubleshooting

A market returns fewer than 200 rows

Some public chart tables expose fewer available rows for a market. The Actor returns the rows that are present and parseable.

I cannot request a historical date

That is expected. This Actor is scoped as a current daily chart exporter. To build history, schedule the Actor daily and store each run.

I see null in a movement field

Movement fields can be null when the chart row represents a new entry or when the public table does not provide a numeric value.

The dataset is very large with All markets

Use selected markets for normal monitoring. All markets is best for broad snapshots and periodic research exports.

FAQ

Is dailyStreams the daily stream count?

Yes. dailyStreams is the stream count for the current daily chart period shown in the chart table.

Does the Actor include a date field?

No. It exports the current daily chart and does not include date in the input or output.

Can this monitor charts over time?

Yes, by scheduling the Actor daily in Apify and storing each dataset. The Actor itself returns the current chart snapshot for each run.

Can I use this in dashboards?

Yes. The output uses stable field names and numeric stream fields, making it suitable for BI tools, spreadsheets, and internal data pipelines.

Use Spotify New Music Friday by Country when you need current New Music Friday release rows by selected market.

Changelog

  • 0.1: Initial private release with current daily Top 200 market exports and dailyStreams naming.