
IMDb Charts Scraper – Movies, Series, Trending & Box Office
Pricing
$4.99/month + usage

IMDb Charts Scraper – Movies, Series, Trending & Box Office
Scrape IMDb charts including top-rated movies, top TV series, most popular titles, trending shows, and box office results. Get structured IMDb ranking data for research, analytics, or app integration.
0.0 (0)
Pricing
$4.99/month + usage
2
4
4
Last modified
8 days ago
IMDb Charts Scraper – Apify Actor
Overview
The IMDb Charts Scraper actor allows you to fetch IMDb chart data including top movies, top TV series, most popular titles, trending shows, and box office results. The actor uses the IMDb scraper API and outputs structured JSON data ready for analytics, research, or app integration.
Features
- Scrape top-rated movies (topmovies) and TV series (topseries)
- Fetch most popular movies/series
- Retrieve trending titles
- Get box office results
- Simple input selection via predefined options
- Output stored as JSON dataset
User Input
The actor accepts a single input parameter:
Input Name : keyword_1 Type : string Required : Yes Options : topmovies, topseries, mostpopularmovies, mostpopularseries, trending, boxoffice Description : Select which IMDb chart to scrape.
Example Input: { "keyword_1": "topseries" }
Output
The actor stores the scraped data in the default dataset as JSON.
Example Output:
[{"rank": 1,"title": "Breaking Bad","year": 2008,"rating": 9.5,"url": "https://www.imdb.com/title/tt0903747/"},{"rank": 2,"title": "Game of Thrones","year": 2011,"rating": 9.3,"url": "https://www.imdb.com/title/tt0944947/"}]
Note: Output depends on the chart type selected (keyword_1).
How to Run
- Choose the chart type via keyword_1 input.
- Run the actor. The results will be stored automatically in the Apify dataset.
- Access the dataset in JSON format from the Apify console or API.
Example
Input:
{"keyword_1": "topseries"}
Output:
[{"rank": 1,"title": "Breaking Bad","year": 2008,"rating": 9.5,"url": "https://www.imdb.com/title/tt0903747/"},{"rank": 2,"title": "Game of Thrones","year": 2011,"rating": 9.3,"url": "https://www.imdb.com/title/tt0944947/"}]
Share Actor: