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

22 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.