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

5

Total users

4

Monthly active users

6 days ago

Last modified

Share

Spotify Top 200 Charts

Export available Spotify Top 200 daily chart rows by market.

What it returns

Each row contains the market, rank, movement, artist, track, daily streams, seven-day streams, total streams, days on chart, peak rank, and Spotify track URL. Some markets may return fewer than 200 rows when the upstream public chart table contains fewer available entries.

Input

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

Use All markets to export every supported chart market.

Output example

{
"market": "Brazil",
"rank": 1,
"change": 3,
"artist": "Example Artist",
"track": "Example Song",
"dailyStreams": 1172878,
"dailyStreamsChange": 237406,
"sevenDayStreams": 6970306,
"sevenDayStreamsChange": -160043,
"totalStreams": 245702051,
"daysOnChart": 288,
"peakRank": 1,
"spotifyUrl": "https://open.spotify.com/track/..."
}

Notes

The Actor exports the current available daily chart. It does not accept historical dates.

API

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