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.
The actor provides detailed information for each TV show, including:
The actor accepts two input parameters:
mode
: Choose between 'trending' or 'search' modessearchQuery
: Enter your search term when using search modeResults are stored in JSON format, making it easy to process and integrate with other systems.
A full explanation of an input example in JSON.
1{ 2 "searchQuery": "007", 3 "mode": "search", 4 "maxResults": 40 5}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!