IMDb Scraper - Movie & TV Search avatar

IMDb Scraper - Movie & TV Search

Pricing

Pay per usage

Go to Apify Store
IMDb Scraper - Movie & TV Search

IMDb Scraper - Movie & TV Search

Scrape movie and TV show data from IMDb - titles, ratings, cast, genres, descriptions, and more

Pricing

Pay per usage

Rating

0.0

(0)

Developer

petteri mähönen

petteri mähönen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

TMDB Movie & TV Search

Search movies and TV shows via The Movie Database (TMDB) API. Returns titles, ratings, cast, genres, plots, posters, and more — no browser automation needed.

Features

  • Fast & reliable — pure API calls, no scraping, no anti-bot issues
  • Search or discover — keyword search or browse by genre/sort
  • Rich detail — cast, directors, writers, plot, runtime, budget, revenue, Metascore
  • IMDb ID mapping — every result includes the linked IMDb ID
  • Pagination — automatically fetches up to maxResults
  • Low cost — runs on 256MB RAM tier (~$0.10 per 50 results)
  • Free API — TMDB gives 4000 requests/hour on the free tier

Input

FieldTypeDefaultDescription
tmdbApiKeystring""Required — free key from https://www.themoviedb.org/settings/api
searchQuerystring""Search term (leave empty for top results by genre)
titleTypestring"movie"Content type: movie, tvSeries
genresstring[][]Filter by genre(s): action, comedy, drama, horror, sci_fi, etc.
sortstring"popularity"popularity, user_rating, boxoffice, release_date, alphabetical
yearRangestring""Year filter (e.g., "2020-", "2010,2020", "1990-2000")
maxResultsinteger50Max results (20 per API page)
fetchDetailsbooleantrueFetch full details (cast, directors, plot, etc.)
languagestring"en-US"Response language code

Output

FieldSourceDescription
titleSearchMovie/TV show title
title_idSystemtmdb_{type}_{id}
tmdb_idSearchTMDB ID
imdb_idDetailLinked IMDb ID (ttXXXXXXX)
yearSearchRelease year
imdb_ratingSearchTMDB user rating (0-10)
num_votesSearchNumber of votes
genresSearchGenres array
runtimeDetailRuntime string (e.g., "2h 18m")
metascoreDetailMetacritic score
poster_urlSearchFull-size poster URL
plotDetailFull plot summary
castDetailTop 10 cast members
directorsDetailDirector names
writersDetailWriter/creator names
budgetDetailProduction budget (USD)
revenueDetailBox office revenue (USD)
languagesDetailSpoken languages
sourceSystemAlways "tmdb"
scraped_atSystemISO timestamp

Example

{
"tmdbApiKey": "your-api-key-here",
"searchQuery": "",
"genres": ["action", "sci_fi"],
"sort": "boxoffice",
"maxResults": 50,
"fetchDetails": true
}

Pricing

TierRAMCost per 50 results
Free256MB~$0.10
Hobby512MB~$0.08
Starter2GB~$0.05

Notes

  • TMDB API key is free and instant — no review needed
  • 4000 requests/hour is plenty (50 results with details = ~150 requests)
  • TMDB ratings are user-submitted and often correlate with IMDb
  • Poster URLs point to TMDB CDN (fast, global)