Streaming catalog research
Use JustWatch endpoints to turn streaming catalog research into repeatable API requests with documented inputs and JSON responses.
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.
Endpoint families
6
Documented params
93
Examples
21
Live catalog snapshot
Active endpoints
21
Methods
GET
Required params
34
Schema refs
21
{
"platform": "JustWatch",
"endpoint": "justwatch-search",
"method": "GET",
"path": "/justwatch/search",
"auth": "apiKey"
}Related use cases
Use cases
Collect JustWatch title search, streaming availability, provider, genre, offer, season, episode, and catalog discovery data through documented API endpoints.
Use JustWatch endpoints to turn streaming catalog research into repeatable API requests with documented inputs and JSON responses.
Use JustWatch endpoints to turn title availability monitoring into repeatable API requests with documented inputs and JSON responses.
Use JustWatch endpoints to turn provider and offer intelligence into repeatable API requests with documented inputs and JSON responses.
Managed execution
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.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/justwatch/title
/justwatch/episode/by-id
/justwatch/season/episodes
/justwatch/age-certifications
/justwatch/discover
/justwatch/genre/titles
Featured endpoints
/justwatch/searchSearches 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`.
/justwatch/popularReturns 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.
/justwatch/newReturns 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.
/justwatch/discoverReturns popular movies and shows filtered by optional genre short names, provider short names, production countries, monetization types, and release year bounds. Combine `providers` with `production_countries` to build charts such as most popular Korean or Japanese titles on a given service. Type accepts only `all`, `movie`, or `show`; monetization_types accepts only `FLATRATE`, `FREE`, `ADS`, `RENT`, or `BUY`.
/justwatch/titleFetches a JustWatch title page and returns normalized metadata and current offers. Pass exactly one of `path` or `url`.
/justwatch/title/by-idLooks up a movie or show by raw JustWatch GraphQL id such as `tm92641` or `ts287292`.
Related APIs
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints for live-entertainment research.
Media & Streaming
Collect ESPN sports scores, teams, standings, rankings, rosters, athletes, game summaries, and news as normalized JSON for sports data workflows.
How to scrape JustWatch
JustWatch tracks which streaming service carries which title in which country, and publishes no open API for it. Crawlora's 21 JustWatch endpoints return search, discovery, title, offer, provider, season, and episode data as normalized JSON, with country and language on nearly every call.
Search titles by query, pull popular or new titles, or use discover to filter by genre, provider, production country, monetization type, and year range.
Title detail takes a JustWatch path or url; the by-id variant takes the raw id. Either way you end up with the id the rest of the endpoints need.
Title offers returns where a title is available and how — FLATRATE, FREE, ADS, RENT, or BUY — and accepts several countries in one call.
Show seasons, season episodes, episode detail, and episode offers walk a series down to per-episode availability; title-analysis summarizes a title's availability directly.
FAQ
JustWatch sells a commercial data product to partners but publishes no open API for third-party developers. Crawlora is not affiliated with JustWatch; its endpoints read the credential-free public website GraphQL surface and return it as documented JSON.
Resolve the title to an id, then call the offers endpoint. It accepts a comma-separated countries list, so one call can answer where a title is streamable across several markets, and each offer carries its monetization type — FLATRATE, FREE, ADS, RENT, or BUY.
Two-letter codes: country such as US or DE, language such as en or de. They control both which catalog you see and which language the metadata comes back in.
Yes. The provider-titles endpoint takes a provider and returns its catalog for a country, and the providers endpoint lists which providers exist in that country at all.