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. /Platforms
  3. /JustWatch
Media & Streaming21 active endpointsapiKey

JustWatch scraping API

Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.

Collect JustWatch title search, streaming availability, provider, genre, offer, season, episode, and catalog discovery data through documented API endpoints.

View docs Open Playground

Endpoint families

6

Documented params

92

Examples

21

Live catalog snapshot

JustWatch coverage

Active endpoints

21

Methods

GET

Required params

34

Schema refs

21

Title6
Episode2
Season2
Age Certifications1
{
  "platform": "JustWatch",
  "endpoint": "justwatch-search",
  "method": "GET",
  "path": "/justwatch/search",
  "auth": "apiKey"
}

Related use cases

AI Agent Web Data Podcast and Audio Intelligence

Use cases

Workflows that fit JustWatch

Collect JustWatch title search, streaming availability, provider, genre, offer, season, episode, and catalog discovery data through documented API endpoints.

Streaming catalog research

Use JustWatch endpoints to turn streaming catalog research into repeatable API requests with documented inputs and JSON responses.

Title availability monitoring

Use JustWatch endpoints to turn title availability monitoring into repeatable API requests with documented inputs and JSON responses.

Provider and offer intelligence

Use JustWatch endpoints to turn provider and offer intelligence into repeatable API requests with documented inputs and JSON responses.

Managed execution

How Crawlora handles this platform

Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.

Endpoint-specific execution

Request behavior is tuned for the target platform and endpoint type.

Proxy-aware collection

Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.

Browser-backed rendering

Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.

Challenge-aware behavior

Challenge pages and unusable upstream responses are detected and surfaced clearly.

Normalized response schema

Results are returned as documented JSON instead of raw HTML.

Playground-ready testing

Test the same route from Docs and Playground before production integration.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

6 endpoints

Title

/justwatch/title

GETapiKey
2 endpoints

Episode

/justwatch/episode/by-id

GETapiKey
2 endpoints

Season

/justwatch/season/episodes

GETapiKey
1 endpoints

Age Certifications

/justwatch/age-certifications

GETapiKey
1 endpoints

Discover

/justwatch/discover

GETapiKey
1 endpoints

Genre

/justwatch/genre/titles

GETapiKey

Featured endpoints

JustWatch API endpoints

Browse full docs
GETapiKeyexample
/justwatch/search
Details

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

query:querycountry:querylanguage:query+2 more
Open in Playground
GETapiKeyexample
/justwatch/popular
Details

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.

country:querylanguage:querylimit:query+2 more
Open in Playground
GETapiKeyexample
/justwatch/new
Details

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.

country:querylanguage:querylimit:query+2 more
Open in Playground
GETapiKeyexample
/justwatch/discover
Details

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

country:querylanguage:querylimit:query+7 more
Open in Playground
GETapiKeyexample
/justwatch/title
Details

Get JustWatch title details

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

path:queryurl:queryx-api-key:header
Open in Playground
GETapiKeyexample
/justwatch/title/by-id
Details

Get JustWatch title by raw id

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

id:querycountry:querylanguage:query+1 more
Open in Playground

Integration preview

Search JustWatch titles

curl -X GET "https://api.crawlora.net/api/v1/justwatch/search" \
  -H "x-api-key: <api-key>"
Primary auth
apiKey
Path params
0
Query/body inputs
5
Choose a documented endpoint.
Send the expected auth header.
Receive structured JSON data.
Test the same route in Playground.

Start building

Test JustWatch endpoints against the same catalog used by Docs.

Read docs Create account