Netflix Top 10 Scraper: Weekly Global & Country Charts avatar

Netflix Top 10 Scraper: Weekly Global & Country Charts

Pricing

from $0.02 / 1,000 netflix charts

Go to Apify Store
Netflix Top 10 Scraper: Weekly Global & Country Charts

Netflix Top 10 Scraper: Weekly Global & Country Charts

Netflix's official weekly Top 10 charts as structured JSON: films and TV, global and all ~90 countries, with ranks, weekly views, hours viewed and weeks in top 10. Latest week or full history back to 2021.

Pricing

from $0.02 / 1,000 netflix charts

Rating

0.0

(0)

Developer

John Pork

John Pork

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Netflix Top 10 Scraper — Weekly Global & Country Charts

Netflix's official weekly Top 10 data as clean JSON — straight from Netflix's published dataset, not a third-party guess. Films and TV, global plus ~90 country charts, with weekly views, hours viewed, runtime and cumulative weeks in the Top 10. History back to mid-2021.

Output example

{
"scope": "global",
"week": "2026-06-07",
"category": "Films (English)",
"rank": 1,
"title": "The Beekeeper 2",
"weeklyViews": 31200000,
"weeklyHoursViewed": 54100000,
"runtime": 1.85,
"cumulativeWeeksInTop10": 2
}

Country records carry country and countryIso instead of the views fields (Netflix publishes views only for global charts).

Use cases

  • Content & streaming analytics — track titles across countries and weeks
  • Prediction market resolution — settle "Will X be the #1 Netflix show this week?" against the official chart
  • Entertainment journalism & research — full historical dataset in one run
  • Talent & licensing scouting — what is breaking out in which territory

Input

{
"scope": "both",
"weeks": "4",
"category": "films",
"countries": ["United States", "Brazil"]
}

Run via API

curl -s "https://api.apify.com/v2/acts/<username>~netflix-top10/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-X POST -H 'Content-Type: application/json' \
-d '{"scope": "global", "weeks": "latest"}'

FAQ

How fresh? Netflix publishes each week's charts on Tuesdays. Schedule a weekly run.

Why are country views missing? Netflix only publishes view counts for global charts; country charts are rank-only (plus weeks-in-top-10).