/justwatch/age-certificationsapiKey1 credit/requestGet JustWatch age certifications
Returns JustWatch age certification technical names for a country.
Required params: None
API Reference
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.
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.
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"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/justwatch/age-certificationsapiKey1 credit/requestReturns JustWatch age certification technical names for a country.
Required params: None
/justwatch/discoverapiKey3 credits/requestReturns 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
/justwatch/episode/by-idapiKey3 credits/requestLooks up an episode by raw JustWatch GraphQL id such as `tse5550494` and returns normalized metadata and offers.
Required params: id:query
/justwatch/episode/offersapiKey3 credits/requestReturns normalized offers for a raw JustWatch episode id across one to five comma-separated country codes.
Required params: id:query
/justwatch/genre/titlesapiKey3 credits/requestReturns popular titles for one JustWatch genre short name such as `act`. Type accepts only `all`, `movie`, or `show`.
Required params: genre:query
/justwatch/genresapiKey1 credit/requestReturns JustWatch genre short names and localized translations.
Required params: None
/justwatch/monetization/titlesapiKey3 credits/requestReturns 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
/justwatch/newapiKey3 credits/requestReturns 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
/justwatch/popularapiKey3 credits/requestReturns 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
/justwatch/provider/titlesapiKey3 credits/requestReturns popular movie/show titles available through a JustWatch provider short name such as `nfx`.
Required params: provider:query
/justwatch/providersapiKey1 credit/requestReturns the credential-free public JustWatch provider catalog for a country.
Required params: None
/justwatch/searchapiKey3 credits/requestSearches 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
/justwatch/season/by-idapiKey3 credits/requestLooks up a season by raw JustWatch GraphQL id such as `tss297253`.
Required params: id:query
/justwatch/season/episodesapiKey3 credits/requestReturns episodes and normalized episode offers for a raw JustWatch season id such as `tss297253`.
Required params: season_id:query
/justwatch/show/seasonsapiKey3 credits/requestReturns seasons for a raw JustWatch show id such as `ts287292`.
Required params: show_id:query
/justwatch/titleapiKey3 credits/requestFetches a JustWatch title page and returns normalized metadata and current offers. Pass exactly one of `path` or `url`.
Required params: None
/justwatch/title/analysisapiKey3 credits/requestFetches 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
/justwatch/title/by-idapiKey3 credits/requestLooks up a movie or show by raw JustWatch GraphQL id such as `tm92641` or `ts287292`.
Required params: id:query
/justwatch/title/mediaapiKey3 credits/requestReturns normalized credits, clips, and backdrops for a raw JustWatch movie/show id such as `tm92641`.
Required params: id:query
/justwatch/title/offersapiKey3 credits/requestReturns normalized offers for a raw JustWatch movie/show id across one to five comma-separated country codes.
Required params: id:query
/justwatch/title/similarapiKey3 credits/requestReturns similar titles for a raw JustWatch movie/show id such as `tm92641`.
Required params: id:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get JustWatch age certifications | /justwatch/age-certifications | GET | 1 credit/request | None | View docs | Try endpoint |
| Discover JustWatch titles | /justwatch/discover | GET | 3 credits/request | None | View docs | Try endpoint |
| Get JustWatch episode by raw id | /justwatch/episode/by-id | GET | 3 credits/request | id:query | View docs | Try endpoint |
| Get JustWatch episode offers | /justwatch/episode/offers | GET | 3 credits/request | id:query | View docs | Try endpoint |
| Get JustWatch genre titles | /justwatch/genre/titles | GET | 3 credits/request | genre:query | View docs | Try endpoint |
| Get JustWatch genres | /justwatch/genres | GET | 1 credit/request | None | View docs | Try endpoint |
| Get JustWatch monetization titles | /justwatch/monetization/titles | GET | 3 credits/request | monetization_type:query | View docs | Try endpoint |
| Get new JustWatch titles | /justwatch/new | GET | 3 credits/request | None | View docs | Try endpoint |
| Get popular JustWatch titles | /justwatch/popular | GET | 3 credits/request | None | View docs | Try endpoint |
| Get JustWatch provider titles | /justwatch/provider/titles | GET | 3 credits/request | provider:query | View docs | Try endpoint |
| Get JustWatch providers | /justwatch/providers | GET | 1 credit/request | None | View docs | Try endpoint |
| Search JustWatch titles | /justwatch/search | GET | 3 credits/request | query:query | View docs | Try endpoint |
| Get JustWatch season by raw id | /justwatch/season/by-id | GET | 3 credits/request | id:query | View docs | Try endpoint |
| Get JustWatch season episodes | /justwatch/season/episodes | GET | 3 credits/request | season_id:query | View docs | Try endpoint |
| Get JustWatch show seasons | /justwatch/show/seasons | GET | 3 credits/request | show_id:query | View docs | Try endpoint |
| Get JustWatch title details | /justwatch/title | GET | 3 credits/request | None | View docs | Try endpoint |
| Analyze JustWatch title availability | /justwatch/title/analysis | GET | 3 credits/request | None | View docs | Try endpoint |
| Get JustWatch title by raw id | /justwatch/title/by-id | GET | 3 credits/request | id:query | View docs | Try endpoint |
| Get JustWatch title media | /justwatch/title/media | GET | 3 credits/request | id:query | View docs | Try endpoint |
| Get JustWatch title offers | /justwatch/title/offers | GET | 3 credits/request | id:query | View docs | Try endpoint |
| Get similar JustWatch titles | /justwatch/title/similar | GET | 3 credits/request | id:query | View docs | Try endpoint |