IMDb Movies Scraper
2 hours trial then $29.00/month - No credit card required now
IMDb Movies Scraper
2 hours trial then $29.00/month - No credit card required now
IMDb Movies Scraper is an Apify Actor that extracts movie details from IMDb's Top 250. It gathers titles, ratings, release years, durations, and certifications into structured JSON. Leveraging Puppeteer and proxy support, it enables efficient, reliable headless data extraction.
Actor Metrics
2 Monthly users
No reviews yet
1 bookmark
>99% runs succeeded
Created in Mar 2025
Modified 5 days ago
🎬 IMDb Movies Scraper
IMDb Movies Scraper is an Apify Actor that scrapes movie details from IMDb's Top Chart. It extracts key information such as the movie title, rating, release year, duration, and certification. This Actor processes the IMDb Top 250 chart and visits each movie's detail page to gather structured data.
🚀 Features
- ✅ Scrapes movie details: title, rating, release year, duration, and certification.
- ✅ Extracts movie links: Starts from the IMDb Top Chart page and enqueues individual movie pages.
- ✅ Handles multiple layouts: Uses fallback selectors to account for changes in IMDb's page structure.
- ✅ Uses Puppeteer and Proxies: Supports proxy configurations and headless browsing for efficient scraping.
- ✅ Stores data in Apify Dataset: Outputs structured JSON data for further processing and export.
📥 Input Parameters
The Actor accepts the following input parameters:
Parameter | Type | Description | Default Value |
---|---|---|---|
chartUrl | string | The URL of the IMDb chart page to scrape (e.g., "https://www.imdb.com/chart/top/"). | "https://www.imdb.com/chart/top/" |
max_movies | integer | The maximum number of movies to process from the chart page. | 250 |
Example Input
1{ 2 "chartUrl": "https://www.imdb.com/chart/top/", 3 "max_movies": 250 4}
📤 Output
The Actor outputs a JSON dataset containing movie details for each processed movie. A sample output object is shown below:
1{ 2 "title": "The Shawshank Redemption", 3 "rating": "9.3", 4 "year": "1994", 5 "duration": "2h 22m", 6 "certification": "R", 7 "url": "https://www.imdb.com/title/tt0111161/" 8}
⚠️ Legal Disclaimer
This project is intended for educational and research purposes only. The use of this Actor must comply with IMDb's Terms of Service and robots.txt policies.
- Usage Compliance: You are responsible for ensuring your use case does not violate IMDb's website terms.
- Respectful Scraping: Avoid aggressive scraping that could negatively impact IMDb's infrastructure.
- Data Ownership: IMDb's content and trademarks are the property of IMDb, Inc.
- Commercial Use: For commercial purposes, consider contacting IMDb for official data access.