IMDb Movies, TV Shows & Reviews Scraper
Pricing
from $10.00 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape IMDb title metadata (rating, cast, directors, plot, genres) + user reviews. Uses suggestion API for search.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
titleIds | array | No | IMDb IDs in 'tt0133093' format (or just '0133093'). Find them at the end of /title/ URLs. | |
searchQueries | array | No | Optional free-text searches via IMDb's suggestion API. | |
fetchReviews | boolean | No | True | |
maxReviewsPerTitle | integer | No | 25 |
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.