TMDB TV Shows Scraper 📺

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.

VIDEOSINTEGRATIONSApify

This actor fetches TV show information from TMDB (The Movie Database), one of the most comprehensive movie and TV show databases. It can either retrieve trending shows or search for specific TV series based on your query.

🎯 Use Cases

  • Content aggregation for streaming platforms
  • TV show analytics and trend analysis
  • Media research and data collection
  • Entertainment website content automation
  • TV show recommendation systems

✨ Features

  • 🔥 Fetch trending TV shows
  • 🔍 Search for specific TV series
  • 🖼️ Get show poster images
  • ⭐ Detailed ratings and popularity metrics
  • 📅 First air date information
  • 🌍 Original language and country data
  • 📊 Comprehensive show metadata

🔢 Output

The actor provides detailed information for each TV show, including:

  • Show ID and name
  • Plot overview
  • Poster image URL
  • Vote average and count
  • First air date
  • Popularity score
  • Original language and country
  • Content rating (adult/non-adult)
  • Media type

💡 Tips

  • Use the 'trending' mode to discover popular shows
  • Search mode supports partial show names
  • Results include high-quality poster images suitable for web display
  • All data is sourced directly from TMDB's official API

📝 Input Configuration

The actor accepts two input parameters:

  • mode: Choose between 'trending' or 'search' modes
  • searchQuery: Enter your search term when using search mode

📊 Output Format

Results are stored in JSON format, making it easy to process and integrate with other systems.

Input Example

A full explanation of an input example in JSON.

1{ 
2 	"searchQuery": "007",
3    "mode": "search",
4    "maxResults": 40
5}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"id": 225385,
4		"name": "Black Doves",
5		"overview": "When a spy posing as a politician's wife learns her lover has been murdered, an old assassin friend joins her on a quest for truth — and vengeance.",
6		"posterUrl": "https://image.tmdb.org/t/p/w200/2eZNjPQ9f0TQDHpsL2Ecktsv5v6.jpg",
7		"voteAverage": 7.66,
8		"voteCount": 47,
9		"firstAirDate": "2024-12-05",
10		"popularity": 458.479,
11		"originalLanguage": "en",
12		"originalCountry": "GB",
13		"adult": false,
14		"mediaType": "tv"
15	},
16    ...
17]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!