TVMaze TV Shows Scraper avatar

TVMaze TV Shows Scraper

Pricing

Pay per usage

Go to Apify Store
TVMaze TV Shows Scraper

TVMaze TV Shows Scraper

Search and extract TV show metadata from the TVMaze API. Includes show details, episodes, cast, and daily schedules. Free, no API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Monkey Coder

Monkey Coder

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

๐Ÿ“บ TVMaze TV Shows Scraper

Search and extract TV show metadata from the TVMaze API โ€” episode guides, cast info, ratings, and daily TV schedules.

Free, no API key required.

๐Ÿ”ฅ Features

  • Search: Find TV shows by name
  • Show Details: Full metadata including rating, network, schedule, images
  • Episodes: Complete episode lists with air dates and summaries
  • Cast: Actor/character information
  • Schedule: Daily TV schedule by country
  • People Search: Find actors by name

๐Ÿ“‹ Input Parameters

ParameterTypeDescription
ModeSelectSearch Shows / Show Details / Daily Schedule / Episodes / People
Search QueryTextShow or person name to search
Show IDNumberTVMaze show ID for details mode
Include EpisodesBooleanInclude full episode list
Include CastBooleanInclude cast members
Schedule CountryTextCountry code (US, GB, AU, etc.)
Schedule DateTextDate for schedule (YYYY-MM-DD)
Max ResultsNumberMaximum items to return

๐Ÿ“Š Output Examples

Show Output

{
"source": "show",
"id": 169,
"name": "Breaking Bad",
"type": "Scripted",
"language": "English",
"genres": ["Drama", "Crime", "Thriller"],
"status": "Ended",
"premiered": "2008-01-20",
"ended": "2013-09-29",
"rating": 9.2,
"network_name": "AMC",
"network_country": "US",
"image_medium": "https://static.tvmaze.com/...",
"fetched_at": "2026-03-28T12:30:00Z"
}

Episode Output

{
"source": "episode",
"id": 4283,
"name": "Pilot",
"season": 1,
"number": 1,
"airdate": "2008-01-20",
"airtime": "22:00",
"runtime": 58,
"rating": 8.5,
"show_name": "Breaking Bad",
"fetched_at": "2026-03-28T12:30:00Z"
}

Cast Output

{
"source": "cast",
"person_id": 20831,
"person_name": "Bryan Cranston",
"character_name": "Walter White",
"show_name": "Breaking Bad",
"fetched_at": "2026-03-28T12:30:00Z"
}

๐Ÿ’ก Use Cases

  • Content Discovery: Find shows matching specific criteria
  • Media Analytics: Track ratings, episode counts, and status
  • Entertainment Apps: Build show trackers and recommendation systems
  • Cast Research: Explore actor filmographies

๐Ÿ“Š Data Source

TVMaze API โ€” tvmaze.com

  • Coverage: 80,000+ TV shows
  • Updates: Real-time schedule data
  • Rate limit: 20 requests/second

โš™๏ธ Maintenance

This Actor is actively maintained. For issues or feature requests, please contact the developer.