IMDb Scraper avatar
IMDb Scraper

Pricing

$50.00/month + usage

Go to Store
IMDb Scraper

IMDb Scraper

Developed by

Tin Duong

Tin Duong

Maintained by Community

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.

0.0 (0)

Pricing

$50.00/month + usage

10

Total users

765

Monthly users

7

Runs succeeded

>99%

Last modified

9 months ago

You can access the IMDb Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "https://www.imdb.com/find/?q=game&ref_=nv_sr_sm"
< }
< ],
< "maxItems": 50,
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "extendOutputFunction": "($) => { return {} }"
<}' |
<apify call dtrungtin/imdb-scraper --silent --output-dataset

IMDb Scraper API through CLI

The Apify CLI is the official tool that allows you to use IMDb Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: