Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /JustWatch
  4. /JustWatch Season Episodes API

Endpoint Playground

Try the JustWatch Season Episodes API

Test Crawlora's JustWatch Season Episodes API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/justwatch/season/episodes
Platform
JustWatch
Auth
apiKey
Credits
3 credits/request
Required params
season_id
Common optional params
country, language
JustWatch Season Episodes API documentationJustWatch platform pageCrawlora API pricingTry JustWatch Age Certifications APITry JustWatch Discover APITry JustWatch Episode By ID APITry JustWatch Episode Offers APITry JustWatch Genre Titles API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/justwatch/season/episodes?season_id=ts21469-s1&country=US&language=en" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
season_idstringYests21469-s1Raw JustWatch season id matching tss[0-9]+
countrystringNoUSTwo-letter country code
languagestringNoenTwo-letter language code

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "country": "US",
    "language": "en",
    "season": {
      "id": "tss297253",
      "title": "Season 1",
      "season_number": 1
    },
    "episodes": [
      {
        "id": "tse5550494",
        "object_type": "SHOW_EPISODE",
        "title": "Long Day's Journey Into Night",
        "episode_number": 1,
        "offers": [
          {
            "provider": "Amazon Video",
            "monetization_type": "BUY",
            "presentation_type": "HD",
            "price": 1.99,
            "currency": "USD"
          }
        ]
      }
    ]
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

21 shown
GETapiKey3 credits/requestjustwatch.seasonEpisodesResponseDocJustWatch
GET /justwatch/season/episodes

Get JustWatch season episodes

Returns episodes and normalized episode offers for a raw JustWatch season id such as `tss297253`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "country": "US",
    "language": "en",
    "season": {
      "id": "tss297253",
      "title": "Season 1",
      "season_number": 1
    },
    "episodes": [
      {
        "id": "tse5550494",
        "object_type": "SHOW_EPISODE",
        "title": "Long Day's Journey Into Night",
        "episode_number": 1,
        "offers": [
          {
            "provider": "Amazon Video",
            "monetization_type": "BUY",
            "presentation_type": "HD",
            "price": 1.99,
            "currency": "USD"
          }
        ]
      }
    ]
  }
}

Endpoint details

Returns episodes and normalized episode offers for a raw JustWatch season id such as `tss297253`.

Method
GET
Path
/justwatch/season/episodes
Authentication
apiKey
Credit cost
3 credits/request
Platform
JustWatch
Parameters
4 documented fields

Request parameters

season_id:querycountry:querylanguage:queryx-api-key:header

Response schema fields

codedatadata.countrydata.episodesdata.episodes[].descriptiondata.episodes[].episode_numberdata.episodes[].iddata.episodes[].object_iddata.episodes[].object_typedata.episodes[].offersdata.episodes[].offers[].availabilitydata.episodes[].offers[].category

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "country": "US",
    "language": "en",
    "season": {
      "id": "tss297253",
      "title": "Season 1",
      "season_number": 1
    },
    "episodes": [
      {
        "id": "tse5550494",
        "object_type": "SHOW_EPISODE",
        "title": "Long Day's Journey Into Night",
        "episode_number": 1,
        "offers": [
          {
            "provider": "Amazon Video",
            "monetization_type": "BUY",
            "presentation_type": "HD",
            "price": 1.99,
            "currency": "USD"
          }
        ]
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/justwatch/season/episodes?season_id=<season_id>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingGet JustWatch age certificationsDiscover JustWatch titlesGet JustWatch episode by raw idGet JustWatch episode offersGet JustWatch genre titles

Browse public API demos

Google Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko marketsCoinGecko trending highlightsYahoo Finance ticker quote
DocsPlatformsPricing