IMDb Scraper
by dtrungtin
Free IMDb API to extract and download data on movies, TV shows, video games, and other listings from IMDb. Delivers custom machine-readable IMDb datas...
Opens on Apify.com
About IMDb Scraper
Free IMDb API to extract and download data on movies, TV shows, video games, and other listings from IMDb. Delivers custom machine-readable IMDb datasets containing all information on your selected listings.
What does this actor do?
IMDb Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Features Our free IMDb Scraper enables you to extract and download data about movies, video games, TV shows, streaming content, and personalities from IMDb.com. ## Why scrape IMDb? Launched over 30 years ago, IMDb now contains over 8 million titles and over 10 million personalities. It is the most comprehensive film and TV show database in the world. IMDb datasets are frequently used to train AI models and recommendation systems and several different datasets are freely available to download. You should also check out the IMDb developer page if you're interested in accessing data products direct from IMDb. However, if your specific use case means that you need to scrape IMDb, our free IMDb Scraper effectively creates an unofficial IMDb API and gives you an alternative way to access live IMDb data direct from the website. ## Tutorial Our Beginner's Guide to Web Scraping has a really great explanation of how to get started with web scraping. And if you skip ahead to the section on Web Scraping with Apify, you'll find a quick guide on how to use IMDb Scraper to scrape data about The Queens's Gambit. If you still have questions on how to use the scraper, just email support@apify.com. ## Cost of usage Note that it is much more efficient to run one longer scrape (at least one minute) than more shorter ones because of the startup time. Based on our experience, you can get 1,000 results for as little as $0.30 if you run the IMDb Scraper on the Apify platform. ## Input | Field | Type | Description | Default value | ----- | ---- | ----------- | -------------| | startUrls | array | List of request objects that will be deeply crawled. The URL can be top level such as https://www.imdb.com/search/title/ or https://www.imdb.com/find?q=bond or a detail URL, such as https://www.imdb.com/title/tt7286456. | [{ "url": "https://www.imdb.com/search/title/" }]| | maxItems | number | Maximum number of actor pages that will be scraped | all found | | extendOutputFunction | string | Function that takes a Cheerio handle ($) as argument and returns data that will be merged with the result output. More information in Extend output function | | | proxyConfiguration | object | Proxy settings of the run. If you have access to Apify Proxy, leave the default settings. If not, you can set { "useApifyProxy": false" } to disable proxy usage | { "useApifyProxy": true }| ## Output The IMDb Scraper output is stored in a dataset. Each item contains information about a movie, TV show, or other IMDb listing. For example: { "title": "Turandot (1981)", "original title": "", "runtime": "", "certificate": "", "year": "1981", "rating": "", "ratingcount": "", "description": "", "stars": "Montserrat Caballé, Rémy Corazza, Fernand Dumont", "director": "Pierre Desfons", "genre": "Musical", "country": "France", "url": "https://www.imdb.com/title/tt0834174" } ### Extend output function You can use this function to update the result output of this actor. This function gets a Cheerio handle $ as an argument so you can choose what data from the page you want to scrape. The output from this function will get merged with the result output. The return value of this function has to be an object! You can return fields to achive three different things: - Add a new field - Return object with a field that is not in the result output - Change a field - Return an existing field with a new value - Remove a field - Return an existing field with a value undefined ($) => { return { "story line": $('#titleStoryLine div p span').text().trim(), "original title": "NA", url: undefined } } This example will add a new field story line, change the original title field and remove the url field { "title": "Turandot (1981)", "story line": "", "original title": "NA", "runtime": "", "certificate": "", "year": "1981", "rating": "", "ratingcount": "", "description": "", "stars": "Montserrat Caballé, Rémy Corazza, Fernand Dumont", "director": "Pierre Desfons", "genre": "Musical", "country": "France" } ## Changelog IMDb Scraper is regularly updated, so please check the changelog for fixes and improvements.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try IMDb Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- dtrungtin
- Pricing
- Paid
- Total Runs
- 10,602
- Active Users
- 803
Related Actors
TikTok Scraper
by clockworks
TikTok Data Extractor
by clockworks
Fast TikTok API (free-watermark videos)
by novi
YouTube Scraper
by streamers
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support