VOOZH about

URL: https://apify.com/jungle_synthesizer/next-episode-net-tv-release-calendar-scraper

โ‡ฑ Next-Episode.net TV Release Calendar Scraper ยท Apify


๐Ÿ‘ Next-Episode.net TV Release Calendar Scraper avatar

Next-Episode.net TV Release Calendar Scraper

Pricing

Pay per event

Go to Apify Store

Next-Episode.net TV Release Calendar Scraper

Scrape upcoming and recent TV episode air dates from next-episode.net. The weekly schedule covers 100+ shows with season/episode codes, networks, and premiere/finale status. Ideal for EPG builders, content-alert apps, and streaming teams timing campaigns to premieres.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Scrape upcoming and recently aired TV episode air dates from next-episode.net. Each run produces one structured record per episode, covering 100+ shows with season/episode codes, networks, air times, and premiere/finale status flags.

What it does

The actor crawls next-episode.net's public weekly schedule pages and enriches each episode entry with show-level metadata from the individual show pages:

  1. Schedule pages โ€” fetches /schedule/?week=0 (current week) and optionally future weeks. Each page lists every episode airing that week with its date, time slot, network, and episode code.
  2. Show detail pages โ€” for each unique show found on the schedule, fetches the show's page to extract the country of broadcast, show status (returning/cancelled/ended), and next/previous episode summaries.

Output is one flat record per episode.

Input

FieldTypeDefaultDescription
maxItemsinteger10Maximum number of episode records to return. Leave blank for all.
weeksAheadinteger0Number of future weeks to include. 0 = current week only, 1 = adds next week, up to 8.

Tip: A single week typically contains 80โ€“150 episodes across 50โ€“120 shows. Keep weeksAhead at 0โ€“1 for focused runs, or increase it to build a multi-week release calendar.

Output

Each record represents one episode airing on the schedule.

{
"show_name":"Andor",
"show_slug":"andor",
"season_number":2,
"episode_number":6,
"episode_code":"S02E06",
"episode_title":null,
"air_date":"2025-05-27",
"air_time":"12:00 AM",
"network":"Disney+",
"country":"US",
"is_series_premiere":false,
"is_series_finale":false,
"status":"upcoming",
"next_episode_summary":"Episode 7 airs June 3",
"previous_episode":"S02E05: Harvest (Wed May 21, 2025)"
}

Field reference

FieldDescription
show_nameFull display name of the show
show_slugURL slug used on next-episode.net (e.g. breaking-bad)
season_numberSeason number (integer, or null if not parsed)
episode_numberEpisode number within the season (integer, or null if not parsed)
episode_codeFormatted episode code (e.g. S02E05), derived from the schedule's 2x05 notation
episode_titleEpisode title โ€” currently null (not exposed on schedule pages)
air_dateAir date in YYYY-MM-DD format
air_timeScheduled air time as listed on the schedule (e.g. 9:00 PM)
networkNetwork or streaming platform (e.g. Prime Video, AMC, Netflix)
countryTwo or three-letter country code of the broadcast market (e.g. US, UK)
is_series_premieretrue if this is S01E01 of the series
is_series_finaletrue if the show is cancelled/ended and this episode has season/episode data
statusupcoming or aired based on the episode's air date relative to today
next_episode_summaryNext episode block text from the show page, or null
previous_episodeFormatted string with previous episode info, e.g. S01E05: Name (date)

Use cases

  • EPG / release calendar apps โ€” build a weekly or multi-week episode grid keyed by air date and time slot
  • Content alert bots โ€” trigger notifications when a favourite show's new episode appears on the schedule
  • Streaming analytics โ€” track which platforms are airing new content each week and spot premiere/finale patterns
  • Watchlist automation โ€” detect series premieres (is_series_premiere: true) to automatically add new shows to a tracker

Notes

  • next-episode.net updates its schedule continuously. Re-run the actor weekly (or more frequently) to stay current.
  • Episode titles are not shown on the public schedule pages; episode_title will always be null in the current version.
  • The schedule is US-centric but includes international streaming releases (Netflix, Apple TV+, Disney+, etc.).
  • Air times reflect the timezone shown on next-episode.net, which is typically the originating network's local time.

You might also like

Podcast Episode Scraper (RSS & Apple)

seemuapps/podcast-rss-scraper

Extract every episode from any podcast RSS feed or Apple Podcasts show title, publish date, duration, audio URL, transcript link, season/episode numbers, and cover art, one row per episode.

TheTVDB Series & Episode Guide Scraper

jungle_synthesizer/thetvdb-series-episode-guide-scraper

Scrapes episode guide data from TheTVDB โ€” the canonical episode-level metadata source powering Kodi, Plex, and Sonarr. Extracts full episode lists with air dates, runtime, overview, directors, writers, and guest stars for any series by slug.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Apple Podcast Episode Watchlist Scraper

taroyamada/apple-podcast-episode-watchlist

Watch podcast RSS feeds for new public episodes and emit release rows with episode metadata, audio links, and source timestamps.

๐ŸŽ™๏ธ Podcast Episode Ideas Creator

powerai/podcast-episode-ideas-creator

Transform your podcast content strategy with AI-powered episode ideas! This intelligent tool analyzes your podcast theme and target audience to generate comprehensive episode plans, including topic categories, guest speaker suggestions, storytelling techniques, and attention-grabbing titles.

TVMaze TV Shows Scraper

parseforge/tvmaze-shows-scraper

Search TV shows or browse the entire TVMaze catalog of 80,000+ titles. Returns name, poster, type, language, genres, status, runtime, network, country, premiere and end dates, IMDB/TheTVDB IDs, summary and rating. Optional embeds: full episode list, cast and alternate titles. Schedule mode included.

๐ŸŽ™๏ธ Podcast Episode Ideas Creator - PPE

powerai/podcast-episode-ideas-creator---ppe

Transform your podcast content strategy with AI-powered episode ideas! This intelligent tool analyzes your podcast theme and target audience to generate comprehensive episode plans, including topic categories, guest speaker suggestions, storytelling techniques, and attention-grabbing titles.

TVmaze TV Show & Episode Scraper

crawlerbros/tvmaze-scraper

Search and scrape TV show data from TVmaze - ratings, episodes, cast, schedules, and more for 50,000+ shows worldwide. No API key required.