TMDB TV Shows Scraper ๐บ
2 hours trial then $19.99/month - No credit card required now
TMDB TV Shows Scraper ๐บ
2 hours trial then $19.99/month - No credit card required now
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.
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' modessearchQuery
: 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]
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Dec 2024
Modified 3 days ago