TMDB TV Shows Scraper ๐Ÿ“บ avatar
TMDB TV Shows Scraper ๐Ÿ“บ

Pricing

$19.99/month + usage

Go to Store
TMDB TV Shows Scraper ๐Ÿ“บ

TMDB TV Shows Scraper ๐Ÿ“บ

Developed by

EasyApi

EasyApi

Maintained by Community

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.

0.0 (0)

Pricing

$19.99/month + usage

1

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

6 months ago

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.

{
"searchQuery": "007",
"mode": "search",
"maxResults": 40
}

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.

[
{
"id": 225385,
"name": "Black Doves",
"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.",
"posterUrl": "https://image.tmdb.org/t/p/w200/2eZNjPQ9f0TQDHpsL2Ecktsv5v6.jpg",
"voteAverage": 7.66,
"voteCount": 47,
"firstAirDate": "2024-12-05",
"popularity": 458.479,
"originalLanguage": "en",
"originalCountry": "GB",
"adult": false,
"mediaType": "tv"
},
...
]