IMDb Movies, TV Shows & Reviews Scraper avatar

IMDb Movies, TV Shows & Reviews Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
IMDb Movies, TV Shows & Reviews Scraper

IMDb Movies, TV Shows & Reviews Scraper

Scrape IMDb title metadata (rating, cast, directors, plot, genres) and user reviews. - titleIds: array (optional) - IMDb IDs in 'tt0133093' or '0133093' format. - searchQueries: array (optional) - free-text searches via IMDb's suggestion API. - fetchReviews: boolean (default: true)

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape IMDb title metadata (rating, cast, directors, plot, genres) + user reviews. Uses suggestion API for search.

Input

FieldTypeRequiredDefaultDescription
titleIdsarrayNoIMDb IDs in 'tt0133093' format (or just '0133093'). Find them at the end of /title/ URLs.
searchQueriesarrayNoOptional free-text searches via IMDb's suggestion API.
fetchReviewsbooleanNoTrue
maxReviewsPerTitleintegerNo25

Example input

{
"titleIds": [
"tt0133093",
"tt0468569"
],
"searchQueries": [
"The Matrix"
],
"fetchReviews": true,
"maxReviewsPerTitle": 25
}

Output

The actor pushes items to the default dataset. Each item is a JSON object โ€” the schema depends on the source platform but generally includes review text, ratings, authors, and dates following a consistent structure.