/imdb/nameapiKey3 credits/requestIMDb name detail
Returns normalized public IMDb person metadata and known-for rows. Pass exactly one of `id` or `url`.
Required params: None
API Reference
Use Crawlora's IMDb API endpoints to extract supported public IMDb data as structured JSON. This documentation covers 19 active endpoints including IMDb name detail, IMDb name awards, IMDb name credits, IMDb title search, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as query, 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/imdb/search?query=coffee&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.
/imdb/nameapiKey3 credits/requestReturns normalized public IMDb person metadata and known-for rows. Pass exactly one of `id` or `url`.
Required params: None
/imdb/name/awardsapiKey3 credits/requestReturns normalized public IMDb award rows for a person. Pass exactly one of `id` or `url`.
Required params: None
/imdb/name/creditsapiKey3 credits/requestReturns normalized public IMDb filmography sections for a person. Pass exactly one of `id` or `url`.
Required params: None
/imdb/searchapiKey2 credits/requestReturns normalized IMDb title search rows from credential-free public IMDb pages. Limit defaults to 10 and clamps to 20.
Required params: query:query
/imdb/titleapiKey3 credits/requestReturns normalized IMDb title metadata from a credential-free public IMDb title page. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/awardsapiKey3 credits/requestReturns normalized public IMDb award rows for a title. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/company-creditsapiKey3 credits/requestReturns normalized public IMDb company-credit sections for a title. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/creditsapiKey3 credits/requestReturns normalized public IMDb full cast and crew sections. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/episodesapiKey3 credits/requestReturns normalized public IMDb episode rows for a series title. Limit defaults to 10 and clamps to 20. Optional `season` filters the upstream episodes page. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/filming-locationsapiKey3 credits/requestReturns normalized public IMDb filming-location rows for a title. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/goofsapiKey3 credits/requestReturns normalized public IMDb goof rows for a title. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/keywordsapiKey2 credits/requestReturns normalized public IMDb keyword rows for a title. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/parental-guideapiKey3 credits/requestReturns normalized public IMDb parental-guide categories and severity signals. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/public-facts-analysisapiKey5 credits/requestReturns derived public-page summary metrics for IMDb trivia, goofs, quotes, keywords, filming locations, and company credits. This endpoint is not viewing advice. Pass exactly one of `id` or `url`. The six sections are gathered from six independent sources, so a section that cannot be fetched is omitted and named in `missing_sections` with `partial` set to `true`, rather than failing the whole response; an error is returned only when no section could be fetched. Callers that require a complete analysis should check `partial`.
Required params: None
/imdb/title/quotesapiKey3 credits/requestReturns normalized public IMDb quote rows for a title. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/release-infoapiKey3 credits/requestReturns normalized public IMDb release date rows and alternate titles. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/reviewsapiKey3 credits/requestReturns normalized public IMDb user review rows. Limit defaults to 10 and clamps to 20. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/technical-specsapiKey3 credits/requestReturns normalized public IMDb technical specifications such as runtime, sound mix, color, and aspect ratio. Pass exactly one of `id` or `url`.
Required params: None
/imdb/title/triviaapiKey3 credits/requestReturns normalized public IMDb trivia rows for a title. Pass exactly one of `id` or `url`.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| IMDb name detail | /imdb/name | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb name awards | /imdb/name/awards | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb name credits | /imdb/name/credits | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title search | /imdb/search | GET | 2 credits/request | query:query | View docs | Try endpoint |
| IMDb title detail | /imdb/title | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title awards | /imdb/title/awards | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title company credits | /imdb/title/company-credits | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title credits | /imdb/title/credits | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title episodes | /imdb/title/episodes | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title filming locations | /imdb/title/filming-locations | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title goofs | /imdb/title/goofs | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title keywords | /imdb/title/keywords | GET | 2 credits/request | None | View docs | Try endpoint |
| IMDb title parental guide | /imdb/title/parental-guide | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title public facts analysis | /imdb/title/public-facts-analysis | GET | 5 credits/request | None | View docs | Try endpoint |
| IMDb title quotes | /imdb/title/quotes | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title release info | /imdb/title/release-info | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title user reviews | /imdb/title/reviews | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title technical specs | /imdb/title/technical-specs | GET | 3 credits/request | None | View docs | Try endpoint |
| IMDb title trivia | /imdb/title/trivia | GET | 3 credits/request | None | View docs | Try endpoint |