IMDB Scraper avatar

IMDB Scraper

Pricing

from $1.50 / 1,000 imdb title scrapeds

Go to Apify Store
IMDB Scraper

IMDB Scraper

Extract movie and TV series metadata, official ratings, genres, and release tags for free. Uses official IMDb daily public datasets to stream bulk profiles safely at lightning speed with zero proxy costs, zero IP blocks, and completely memory safe.

Pricing

from $1.50 / 1,000 imdb title scrapeds

Rating

0.0

(0)

Developer

COMMON_MAN

COMMON_MAN

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Free IMDb Dataset Extractor

An Apify Actor designed to sync metadata, ratings, genre structures, and regional release details directly from IMDb's official public non-commercial data dumps. It operates at lightning speed without standard browser automation overhead or proxy costs.

Features

  • Zero Proxy Overheads: Downloads zipped dataset segments directly, eliminating costly residential IP proxy requirements.
  • Highly Extensible Filtering: Filter your data pipelines seamlessly by production medium (Movies vs. TV Shows), core genres, or complex rating ranges.
  • Memory-Safe Streaming: Reads files line-by-line via streaming data pipelines to run comfortably on entry-level, cost-efficient container environments.

Input Configuration Options

When configuring the actor execution inside your Apify Console, the following options are available:

FieldTypeDescription
maxItemsIntegerRequired. Hard ceiling capping dataset storage allocations. Defaults to 100.
typeFilterStringTarget media parameters. Choose between all (Both), movie (Movies Only), or tvSeries (TV Series Only).
genresStringOptional. Comma-separated list matching standard entries (e.g., Sci-Fi, Action, Drama).
minRatingNumberOptional. Only includes content scoring greater than or equal to this limit (0.0 to 10.0).
maxRatingNumberOptional. Only includes content scoring less than or equal to this limit (0.0 to 10.0).

Output Data Structure Example

Executing this pipeline yields clean, structured objects stored natively in your Apify Dataset:

{
"imdbId": "tt0111161",
"title": "The Shawshank Redemption",
"type": "movie",
"releaseYear": 1994,
"runtimeMinutes": 142,
"genres": [
"Drama"
],
"rating": 9.3,
"totalVotes": 2900000,
"publishingEntities": [
"theatrical",
"extended cut"
],
"imdbUrl": "[https://www.imdb.com/title/tt0111161/](https://www.imdb.com/title/tt0111161/)"
}