Flixpatrol Streaming Charts Scraper
Pricing
Pay per event
Flixpatrol Streaming Charts Scraper
Scrape streaming Top 10 charts from FlixPatrol — the only public source aggregating Netflix, Disney+, Prime Video, HBO Max, Apple TV+, and Paramount+ rankings across 90+ countries. Outputs daily chart entries with rank, points, title metadata, and peak-rank history.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Share
Extract Top 10 streaming charts from FlixPatrol — the only public source aggregating daily rankings across Netflix, Disney+, Prime Video, HBO Max, Apple TV+, and Paramount+ for 90+ countries.
What You Can Do
- Scrape Top 10 charts for any combination of streaming platforms and countries
- Get daily rank, title, FlixPatrol points, days-in-top10, and peak-rank history for every chart entry
- Optionally enrich each title with genre, production country, and title type (movie/TV)
- Monitor content performance across all major SVOD platforms in a single normalized feed
Use Cases
- Studio competitive intelligence — track which titles are performing in which markets
- TMT equity analysis — measure content performance across platforms as a proxy for subscriber engagement
- Content acquisition — identify trending titles before they peak in your target market
- Entertainment data reselling — power dashboards and research products for media clients
- Academic research — cross-platform streaming consumption patterns by country
Why FlixPatrol
FlixPatrol is the de facto source for cross-platform streaming charts, cited by Variety, The Hollywood Reporter, and major entertainment trade press. Unlike Netflix Tudum (Netflix-only), FlixPatrol covers all major SVOD platforms in one place. No other Apify actor covers this dataset.
Input
| Field | Type | Description |
|---|---|---|
platforms | array | Platforms to scrape: netflix, disney-plus, hbo, amazon-prime, apple-tv-plus, paramount-plus. Leave empty for all platforms. |
countries | array | Country slugs to filter (e.g. united-states, united-kingdom, japan). Leave empty for all countries. |
chartUrls | array | Specific FlixPatrol chart URLs to scrape directly. When provided, overrides platforms and countries. |
enrich_titles | boolean | Visit each title detail page for genres, production country, and title type. Default: true. |
maxItems | integer | Maximum number of chart rows to collect. |
Example: Scrape Netflix US Top 10
{"chartUrls": ["https://flixpatrol.com/top10/netflix/united-states/"],"enrich_titles": false,"maxItems": 10}
Example: All platforms in Japan and South Korea
{"platforms": ["netflix", "disney-plus", "amazon-prime"],"countries": ["japan", "south-korea"],"enrich_titles": true,"maxItems": 500}
Output
Each chart entry is saved as a flat JSON record:
{"platform": "Netflix","country": "United States","chart_date": "2026-05-21","category": "TV Shows","rank": 1,"title": "Adolescence","title_slug": "adolescence","points": 4200,"days_in_top10": 14,"peak_rank": 1,"title_type": "tv","production_country": "United Kingdom","genres": "Crime, Drama, Thriller"}
When enrich_titles is false, the title_type, production_country, and genres fields are null.
Notes on Coverage
- FlixPatrol publishes daily charts — running the actor daily captures the full historical record over time
- Not all platforms are available in all countries; the actor skips unavailable combinations gracefully
- FlixPatrol "points" metric is proprietary — it weights position and duration in the top 10
- Historical archive URLs (e.g.
/top10/netflix/united-states/2024-01-15/) can be passed viachartUrlsfor retrospective data collection