IMDB Advanced Scraper avatar
IMDB Advanced Scraper

Pricing

$35.00/month + usage

Go to Store
IMDB Advanced Scraper

IMDB Advanced Scraper

Developed by

epctex

epctex

Maintained by Community

Uncover comprehensive data on millions of movies, artists, and more with our advanced scraping tool. Extract TV episode details, descriptions, casting, artists, ratings, and more. Customize your search with filters and mappings for precise results.

0.0 (0)

Pricing

$35.00/month + usage

4

Total users

231

Monthly users

4

Runs succeeded

90%

Last modified

a day ago

You can access the IMDB Advanced 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 '{
< "search": "warner",
< "mode": "all",
< "searchTag": "all",
< "startUrls": [
< "https://www.imdb.com/title/tt0056234/?ref_=adv_li_tt",
< "https://www.imdb.com/name/nm0912504/?ref_=fn_al_nm_1",
< "https://www.imdb.com/list/ls566706296",
< "https://www.imdb.com/find?s=kw&q=warn&ref_=nv_sr_sm",
< "https://www.imdb.com/search/title/?title_type=feature&release_date=2021-01-01,2023-07-01"
< ],
< "maxItems": 20,
< "endPage": 1,
< "extendOutputFunction": "($) => { return {} }",
< "customMapFunction": "(object) => { return {...object} }",
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify call epctex/imdb-advanced-scraper --silent --output-dataset

IMDB Data Crawler API through CLI

The Apify CLI is the official tool that allows you to use IMDB Advanced 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: