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
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveCoinGeckoeBayGeocodingGoogleGoogle FinanceGoogle MapGooglePlayInstagramJustWatchLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveCoinGeckoeBayGeocodingGoogleGoogle FinanceGoogle MapGooglePlayInstagramJustWatchLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /JustWatch API

API Reference

JustWatch API Documentation

Use Crawlora's JustWatch API endpoints to extract supported public JustWatch data as structured JSON. This documentation covers 21 active endpoints including Get JustWatch age certifications, Discover JustWatch titles, Get JustWatch episode by raw id, Get JustWatch episode offers, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, genre, monetization_type, provider, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Search JustWatch titles Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /justwatch/search
Credit cost
3 credits/request
curl -X GET "https://api.crawlora.net/api/v1/justwatch/search?query=inception&country=US&language=en&limit=10" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Search JustWatch titles in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
JustWatch platform pageError handling guideRate limits and credits

JustWatch API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/justwatch/age-certificationsapiKey1 credit/request

Get JustWatch age certifications

Returns JustWatch age certification technical names for a country.

Required params: None

Get JustWatch age certifications documentationTry Get JustWatch age certifications in Playground
GET/justwatch/discoverapiKey3 credits/request

Discover JustWatch titles

Returns popular movies and shows filtered by optional genre short names, provider short names, monetization types, and release year bounds. Type accepts only `all`, `movie`, or `show`; monetization_types accepts only `FLATRATE`, `FREE`, `ADS`, `RENT`, or `BUY`.

Required params: None

Discover JustWatch titles documentationTry Discover JustWatch titles in Playground
GET/justwatch/episode/by-idapiKey3 credits/request

Get JustWatch episode by raw id

Looks up an episode by raw JustWatch GraphQL id such as `tse5550494` and returns normalized metadata and offers.

Required params: id:query

Get JustWatch episode by raw id documentationTry Get JustWatch episode by raw id in Playground
GET/justwatch/episode/offersapiKey3 credits/request

Get JustWatch episode offers

Returns normalized offers for a raw JustWatch episode id across one to five comma-separated country codes.

Required params: id:query

Get JustWatch episode offers documentationTry Get JustWatch episode offers in Playground
GET/justwatch/genre/titlesapiKey3 credits/request

Get JustWatch genre titles

Returns popular titles for one JustWatch genre short name such as `act`. Type accepts only `all`, `movie`, or `show`.

Required params: genre:query

Get JustWatch genre titles documentationTry Get JustWatch genre titles in Playground
GET/justwatch/genresapiKey1 credit/request

Get JustWatch genres

Returns JustWatch genre short names and localized translations.

Required params: None

Get JustWatch genres documentationTry Get JustWatch genres in Playground
GET/justwatch/monetization/titlesapiKey3 credits/request

Get JustWatch monetization titles

Returns popular titles for one monetization type. monetization_type accepts only `FLATRATE`, `FREE`, `ADS`, `RENT`, or `BUY`; type accepts only `all`, `movie`, or `show`.

Required params: monetization_type:query

Get JustWatch monetization titles documentationTry Get JustWatch monetization titles in Playground
GET/justwatch/newapiKey3 credits/request

Get new JustWatch titles

Returns newly available movies and shows from the public JustWatch website GraphQL endpoint. Type accepts only `all`, `movie`, or `show`; limit defaults to 20 and clamps to 50.

Required params: None

Get new JustWatch titles documentationTry Get new JustWatch titles in Playground
GET/justwatch/popularapiKey3 credits/request

Get popular JustWatch titles

Returns popular movies and shows from the public JustWatch website GraphQL endpoint. Type accepts only `all`, `movie`, or `show`; limit defaults to 20 and clamps to 50.

Required params: None

Get popular JustWatch titles documentationTry Get popular JustWatch titles in Playground
GET/justwatch/provider/titlesapiKey3 credits/request

Get JustWatch provider titles

Returns popular movie/show titles available through a JustWatch provider short name such as `nfx`.

Required params: provider:query

Get JustWatch provider titles documentationTry Get JustWatch provider titles in Playground
GET/justwatch/providersapiKey1 credit/request

Get JustWatch providers

Returns the credential-free public JustWatch provider catalog for a country.

Required params: None

Get JustWatch providers documentationTry Get JustWatch providers in Playground
GET/justwatch/searchapiKey3 credits/request

Search JustWatch titles

Searches JustWatch titles using the public credential-free website GraphQL endpoint. Country must be a two-letter ISO code such as `US`; language must be a two-letter code such as `en`.

Required params: query:query

Search JustWatch titles documentationTry Search JustWatch titles in Playground
GET/justwatch/season/by-idapiKey3 credits/request

Get JustWatch season by raw id

Looks up a season by raw JustWatch GraphQL id such as `tss297253`.

Required params: id:query

Get JustWatch season by raw id documentationTry Get JustWatch season by raw id in Playground
GET/justwatch/season/episodesapiKey3 credits/request

Get JustWatch season episodes

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

Required params: season_id:query

Get JustWatch season episodes documentationTry Get JustWatch season episodes in Playground
GET/justwatch/show/seasonsapiKey3 credits/request

Get JustWatch show seasons

Returns seasons for a raw JustWatch show id such as `ts287292`.

Required params: show_id:query

Get JustWatch show seasons documentationTry Get JustWatch show seasons in Playground
GET/justwatch/titleapiKey3 credits/request

Get JustWatch title details

Fetches a JustWatch title page and returns normalized metadata and current offers. Pass exactly one of `path` or `url`.

Required params: None

Get JustWatch title details documentationTry Get JustWatch title details in Playground
GET/justwatch/title/analysisapiKey3 credits/request

Analyze JustWatch title availability

Fetches a JustWatch title page and summarizes provider availability, monetization buckets, formats, price ranges, and best rent/buy/free/subscription options. Pass exactly one of `path` or `url`.

Required params: None

Analyze JustWatch title availability documentationTry Analyze JustWatch title availability in Playground
GET/justwatch/title/by-idapiKey3 credits/request

Get JustWatch title by raw id

Looks up a movie or show by raw JustWatch GraphQL id such as `tm92641` or `ts287292`.

Required params: id:query

Get JustWatch title by raw id documentationTry Get JustWatch title by raw id in Playground
GET/justwatch/title/mediaapiKey3 credits/request

Get JustWatch title media

Returns normalized credits, clips, and backdrops for a raw JustWatch movie/show id such as `tm92641`.

Required params: id:query

Get JustWatch title media documentationTry Get JustWatch title media in Playground
GET/justwatch/title/offersapiKey3 credits/request

Get JustWatch title offers

Returns normalized offers for a raw JustWatch movie/show id across one to five comma-separated country codes.

Required params: id:query

Get JustWatch title offers documentationTry Get JustWatch title offers in Playground
GET/justwatch/title/similarapiKey3 credits/request

Get similar JustWatch titles

Returns similar titles for a raw JustWatch movie/show id such as `tm92641`.

Required params: id:query

Get similar JustWatch titles documentationTry Get similar JustWatch titles in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Get JustWatch age certifications/justwatch/age-certificationsGET1 credit/requestNoneView docsTry endpoint
Discover JustWatch titles/justwatch/discoverGET3 credits/requestNoneView docsTry endpoint
Get JustWatch episode by raw id/justwatch/episode/by-idGET3 credits/requestid:queryView docsTry endpoint
Get JustWatch episode offers/justwatch/episode/offersGET3 credits/requestid:queryView docsTry endpoint
Get JustWatch genre titles/justwatch/genre/titlesGET3 credits/requestgenre:queryView docsTry endpoint
Get JustWatch genres/justwatch/genresGET1 credit/requestNoneView docsTry endpoint
Get JustWatch monetization titles/justwatch/monetization/titlesGET3 credits/requestmonetization_type:queryView docsTry endpoint
Get new JustWatch titles/justwatch/newGET3 credits/requestNoneView docsTry endpoint
Get popular JustWatch titles/justwatch/popularGET3 credits/requestNoneView docsTry endpoint
Get JustWatch provider titles/justwatch/provider/titlesGET3 credits/requestprovider:queryView docsTry endpoint
Get JustWatch providers/justwatch/providersGET1 credit/requestNoneView docsTry endpoint
Search JustWatch titles/justwatch/searchGET3 credits/requestquery:queryView docsTry endpoint
Get JustWatch season by raw id/justwatch/season/by-idGET3 credits/requestid:queryView docsTry endpoint
Get JustWatch season episodes/justwatch/season/episodesGET3 credits/requestseason_id:queryView docsTry endpoint
Get JustWatch show seasons/justwatch/show/seasonsGET3 credits/requestshow_id:queryView docsTry endpoint
Get JustWatch title details/justwatch/titleGET3 credits/requestNoneView docsTry endpoint
Analyze JustWatch title availability/justwatch/title/analysisGET3 credits/requestNoneView docsTry endpoint
Get JustWatch title by raw id/justwatch/title/by-idGET3 credits/requestid:queryView docsTry endpoint
Get JustWatch title media/justwatch/title/mediaGET3 credits/requestid:queryView docsTry endpoint
Get JustWatch title offers/justwatch/title/offersGET3 credits/requestid:queryView docsTry endpoint
Get similar JustWatch titles/justwatch/title/similarGET3 credits/requestid:queryView docsTry endpoint

Related Crawlora API pages

JustWatch scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricing
Back to docs