VOOZH about

URL: https://apify.com/cloud9_ai/tmdb-scraper

โ‡ฑ TMDB Movie & TV Show Scraper ยท Apify


Pricing

from $1.50 / 1,000 results

Go to Apify Store

TMDB Movie & TV Show Scraper

Extract movie and TV show data from The Movie Database (TMDB). Get details, ratings, cast, crew for 900K+ movies and 160K+ TV shows.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ cloud9

cloud9

Maintained by Community

Actor stats

1

Bookmarked

9

Total users

0

Monthly active users

2 months ago

Last modified

Categories

Share

Search and extract movie and TV show data from The Movie Database (TMDB). Get ratings, cast, genres, posters, and trending content.

Features

  • Extract data from https://api.themoviedb.org/3
  • Multiple scraping modes: searchMovies, searchTv, trending
  • Automatic rate limiting
  • Proxy support via Apify Proxy
  • API authentication support

Input Configuration

Modes

  1. searchMovies: /search/movie?query={query}&page={page}
  2. searchTv: /search/tv?query={query}&page={page}
  3. trending: /trending/{mediaType}/{timeWindow}

Example Input

{
"apiKey":"example",
"mode":"searchMovies",
"query":"example search",
"maxResults":20
}

Authentication

Free API key from themoviedb.org

Output

The actor stores results in the Apify dataset. Each item contains:

  • id
  • title
  • overview
  • release_date
  • vote_average
  • vote_count
  • popularity
  • poster_path
  • genre_ids
  • original_language

Usage Example

const input ={
"apiKey":"example",
"mode":"searchMovies",
"query":"example search",
"maxResults":20
};
const run =await ApifyClient.actor('tmdb-scraper').call(input);
const{ items }=await ApifyClient.dataset(run.defaultDatasetId).listItems();
console.log(items);

Limits

  • Maximum results per run: 500
  • Rate limiting: 1 request per second (default)

Support

For issues or questions, contact the developer or open an issue on GitHub.

License

Apache-2.0

You might also like

TMDB Movie & TV Metadata Scraper

jungle_synthesizer/tmdb-movie-tv-metadata-scraper

Scrape rich metadata for movies and TV shows from The Movie Database (TMDB) โ€” no API key required. Discovers titles from public browse pages and extracts full detail records including cast, directors, genres, keywords, ratings, runtime, and production companies.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

TMDB Scraper: Movies, TV Shows, Cast & Episodes

thescrapelab/Apify-tmdb-scraper

Scrape TMDB movie data, TV show metadata, actor profiles, cast and crew, seasons, episodes, ratings, posters, trailers, keywords, social links, and recommendations.

15

TMDB TV Shows Scraper ๐Ÿ“บ

easyapi/tmdb-tv-shows-scraper

Fetch trending TV shows or search for specific series from TMDB (The Movie Database). Get comprehensive show details including ratings, air dates, and poster images - perfect for content aggregation and media analysis.

TMDB Movies, TV Shows and People Scraper

parseforge/tmdb-movies-tv-scraper

Search The Movie Database (TMDB) for movies, TV shows, or people. Returns title, release date, runtime, genres, overview, poster, vote average, popularity, language, IMDB ID, networks, production, budget, revenue. Multi modes: movie/tv/person/multi/popular/trending/top-rated/now-playing.