IMDb API endpoint
Use Crawlora's IMDb advanced title search API to extract supported public IMDb data as structured JSON. This page includes request parameters, cURL examples, response schema, error behavior, credit cost, and a Playground link for testing before integration.
/imdb/search/titleReturns normalized IMDb advanced title-search results (imdb.com/search/title/) from a credential-free public IMDb page. At least one filter is required; sort/limit alone are not enough. Limit defaults to 25 and clamps to 50; only IMDb's first rendered page of results is returned (see `total`/`has_more`), there is no deeper cursor pagination. Genre/company/certificate/country/language/keyword/characters/role are include-only lists; there is no exclude support. Unsupported: genre exclude, three curated `groups` values (best-picture-nominee, best-director-nominee, national-film-registry), and the non-plot "page topic" search fields. Developers commonly use this endpoint for data enrichment, monitoring, research dashboards, internal automation, and agent-native workflows that need repeatable structured public web data. Authentication uses the documented Crawlora headers, and usage is metered with the credit cost shown on this page.
Request parameters are generated from the active endpoint catalog. Required values must be sent before Crawlora can call the upstream public web data source.
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
| title | string | No | Title-name substring match | ||
| title_type | string | No | Comma-separated title types: `feature`, `tvSeries`, `short`, `tvEpisode`, `tvMiniSeries`, `tvMovie`, `tvSpecial`, `tvShort`, `videoGame`, `video`, `musicVideo`, `podcastSeries`, `podcastEpisode` | ||
| genres | string | No | Comma-separated genres (include-only): `Action`, `Adventure`, `Animation`, `Biography`, `Comedy`, `Crime`, `Documentary`, `Drama`, `Family`, `Fantasy`, `Film-Noir`, `Game-Show`, `History`, `Horror`, `Music`, `Musical`, `Mystery`, `News`, `Reality-TV`, `Romance`, `Sci-Fi`, `Short`, `Sport`, `Talk-Show`, `Thriller`, `War`, `Western` | ||
| release_date_from | string | No | Release date lower bound: YYYY, YYYY-MM, or YYYY-MM-DD | ||
| release_date_to | string | No | Release date upper bound: YYYY, YYYY-MM, or YYYY-MM-DD | ||
| min_user_rating | number | No | Minimum IMDb user rating, 0-10 | ||
| max_user_rating | number | No | Maximum IMDb user rating, 0-10 | ||
| min_votes | integer | No | Minimum number of user rating votes | ||
| max_votes | integer | No | Maximum number of user rating votes | ||
| min_popularity | integer | No | Minimum IMDb popularity rank (1 is most popular) | ||
| max_popularity | integer | No | Maximum IMDb popularity rank | ||
| min_runtime | integer | No | Minimum runtime in minutes | ||
| max_runtime | integer | No | Maximum runtime in minutes | ||
| groups | string | No | Comma-separated awards/curated-list groups: `oscar_winner`, `oscar_nominee`, `emmy_winner`, `emmy_nominee`, `golden_globe_winner`, `golden_globe_nominee`, `best_picture_winner`, `best_director_winner`, `razzie_winner`, `razzie_nominee`, `top_100`, `top_250`, `top_1000`, `bottom_100`, `bottom_250`, `bottom_1000` | ||
| keywords | string | No | Comma-separated plot keywords | ||
| companies | string | No | Comma-separated IMDb company ids, format `co########` | ||
| certificates | string | No | Comma-separated `COUNTRY:RATING` certificate pairs, e.g. `US:PG-13` | ||
| colors | string | No | Comma-separated color info: `color`, `black_and_white`, `colorized`, `aces` | ||
| countries | string | No | Comma-separated ISO country codes | ||
| languages | string | No | Comma-separated ISO language codes | ||
| sound_mixes | string | No | Comma-separated sound mix names: `12-Track Digital Sound`, `3 Channel Stereo`, `4-Track Stereo`, `6-Track Stereo`, `70 mm 6-Track`, `AGA Sound System`, `Auro 11.1`, `CDS`, `Chronophone`, `Cinematophone`, `Cinephone`, `Cinerama 7-Track`, `Cinesound`, `D-Cinema 48kHz 5.1`, `Datasat`, `De Forest Phonofilm`, `Digitrac Digital Audio System`, `Dolby`, `Dolby Atmos`, `Dolby Digital`, `Dolby Digital EX`, `Dolby SR`, `Dolby Stereo`, `Dolby Surround 7.1`, `DTS`, `DTS 70 mm`, `DTS Stereo`, `DTS-ES`, `IMAX 6-Track`, `Kinoplasticon`, `LC-Concept Digital Sound`, `Matrix Surround`, `Mono`, `Perspecta Stereo`, `Phono-Kinema`, `SDDS`, `Sensurround`, `Silent`, `Sonics-DDP`, `Sonix`, `Stereo`, `Ultra Stereo`, `Vitaphone` | ||
| role | string | No | Comma-separated cast/crew IMDb name ids, format `nm########` | ||
| characters | string | No | Comma-separated character names | ||
| plot | string | No | Plot text search term | ||
| include_adult | boolean | No | excluded | Include adult titles. Defaults to excluded | |
| sort | string | No | One of `moviemeter`, `alpha`, `user_rating`, `num_votes`, `boxoffice_gross_us`, `runtime`, `year`, `release_date` | ||
| sort_order | string | No | `asc` when sort is set | `asc` or `desc`. Defaults to `asc` when sort is set | |
| limit | integer | No | Rows to return, default 25, max 50 | ||
| x-api-key (header) | string | Yes | API key required |
curl -X GET "https://api.crawlora.net/api/v1/imdb/search/title?include_adult=true&limit=10" \ -H "x-api-key: $CRAWLORA_API_KEY"
Send your scraping API key in the x-api-key header. Use the console API Keys page to rotate or select the active key.
Endpoint usage is metered in credits. The plan prices, included credits, limits, and overage rates below match the active backend billing configuration.
| Plan | Price | Included credits | Daily cap | Rate limit | Overage |
|---|---|---|---|---|---|
| Free | $0/mo | 2,000 | 500 daily credits | 5/min | No overage |
| Starter | $9/mo | 20,000 | 5,000 daily credits | 15/min | $0.75/1,000 overage credits when enabled |
| Growth | $29/mo | 100,000 | 25,000 daily credits | 45/min | $0.45/1,000 overage credits when enabled |
| Pro | $79/mo | 400,000 | No daily cap | 120/min | $0.30/1,000 overage credits |
| Business | $199/mo | 1,200,000 | No daily cap | 300/min | $0.20/1,000 overage credits |
| Enterprise | $499/mo | 5,000,000 | No daily cap | 1,000/min | $0.12/1,000 overage credits |
This endpoint is executed through Crawlora's managed scraping infrastructure.
Some targets require real browser execution because the data is loaded through JavaScript, dynamic rendering, or interaction-like browser behavior.
For supported endpoints, Crawlora can route requests through a managed browser cluster. This allows Crawlora to execute JavaScript, load dynamic content, apply browser-level request behavior, and normalize the rendered result into JSON.
You do not need to operate your own Playwright, Puppeteer, Chrome, proxy, queue, or retry infrastructure.
- `data.results` contains normalized title rows: `id`, `title`, `url`, `title_type`, `year`, `release_date`, `genres`, `certificate`, `metascore`, `rating_value`, `rating_count`, `runtime_minutes`, `plot`, `image_url`. - `data.total` is IMDb's own full hit count for the filter set, not just the number of rows returned. `data.has_more` is true whenever `total` exceeds the returned rows. - Only IMDb's first server-rendered page of results is available through this endpoint (its own SSR page size, up to 50 rows). IMDb's deeper pagination beyond that is a client-side GraphQL cursor flow this endpoint does not reproduce. - Empty parsed results are treated as parser drift unless IMDb returns an explicit no-results marker (`total: 0`). - IMDb WAF or robot-verification pages return an upstream error. - Known gaps, intentionally unsupported rather than guessed: genre exclude (the live UI shows an exclude affordance but no working query parameter was found for it), three additional `groups` values (best-picture-nominee, best-director-nominee, national-film-registry — no accepted slug found), and the non-`plot` "page topic" search fields (alternate versions, crazy credits, goofs, locations, quotes, soundtracks, trivia). Example response: ```json { "code": 200, "msg": "OK", "data": { "source_url": "https://www.imdb.com/search/title/?genres=Action&title_type=feature&sort=user_rating%2Cdesc&num_votes=25000%2C", "fetched_at": "2026-08-01T12:00:00Z", "limit": 25, "total": 1968, "has_more": true, "results": [ { "id": "tt33175825", "title": "Attack on Titan: The Last Attack", "url": "https://www.imdb.com/title/tt33175825/", "title_type": "movie", "year": 2024, "release_date": "2024-11-08", "genres": ["Animation", "Action", "Adventure"], "rating_value": 9, "rating_count": 33724, "runtime_minutes": 145, "plot": "The fate of the world hangs in the balance as Eren unleashes the ultimate power of the Titans." } ] } } ```
Crawlora does not silently return bad data when the upstream page cannot be used.
| Status | Common failure case |
|---|---|
| 400 | Invalid input or missing required parameter |
| 429 | Plan or endpoint rate limit exceeded |
| 500 | Internal execution error |
| 502 | Upstream platform failed, returned unusable HTML, or served a challenge page that could not be resolved |
When possible, Crawlora returns structured error context so your integration can retry, back off, or inspect the request.
| Status | Description | Schema |
|---|---|---|
| 400 | Bad Request | #/definitions/app.Response |
| 404 | Not Found | #/definitions/app.Response |
| 429 | Too Many Requests | #/definitions/app.Response |
| 500 | Internal Server Error | #/definitions/app.Response |
| 503 | Service Unavailable | #/definitions/app.Response |
{
"code": 200,
"msg": "OK",
"data": {
"source_url": "https://www.imdb.com/search/title/?genres=Action&title_type=feature&sort=user_rating%2Cdesc&num_votes=25000%2C",
"fetched_at": "2026-08-01T12:00:00Z",
"limit": 25,
"total": 1968,
"has_more": true,
"results": [
{
"id": "tt33175825",
"title": "Attack on Titan: The Last Attack",
"url": "https://www.imdb.com/title/tt33175825/",
"title_type": "movie",
"year": 2024,
"release_date": "2024-11-08",
"genres": [
"Animation",
"Action",
"Adventure"
],
"rating_value": 9,
"rating_count": 33724,
"runtime_minutes": 145,
"plot": "The fate of the world hangs in the balance as Eren unleashes the ultimate power of the Titans."
}
]
}
}Request schema
No body schema
Response schema
#/definitions/imdb.searchTitleResponseDoc
| Field | Type | Required | Enum | Bounds | Example | Description |
|---|---|---|---|---|---|---|
| code | integer | No | 200 | |||
| data | imdb.SearchTitleResponse | No | ||||
| data.fetched_at | string | No | 2026-06-07T14:46:16Z | |||
| data.has_more | boolean | No | true | |||
| data.limit | integer | No | 25 | |||
| data.results | array | No | ||||
| data.results[].certificate | string | No | PG-13 | |||
| data.results[].genres | array | No | Action | |||
| data.results[].id | string | No | tt1375666 | |||
| data.results[].image_url | string | No | ||||
| data.results[].metascore | integer | No | 74 | |||
| data.results[].plot | string | No | ||||
| data.results[].rating_count | integer | No | 2600000 | |||
| data.results[].rating_value | number | No | 8.8 | |||
| data.results[].release_date | string | No | 2010-07-16 | |||
| data.results[].runtime_minutes | integer | No | 148 | |||
| data.results[].title | string | No | Inception | |||
| data.results[].title_type | string | No | movie | |||
| data.results[].url | string | No | https://www.imdb.com/title/tt1375666/ | |||
| data.results[].year | integer | No | 2010 | |||
| data.source_url | string | No | https://www.imdb.com/search/title/?genres=Action&title_type=feature | |||
| data.total | integer | No | 1968 | |||
| msg | string | No | OK |
Use environment variables for secrets and keep Crawlora API keys server-side.
curl -X GET "https://api.crawlora.net/api/v1/imdb/search/title?include_adult=true&limit=10" \
-H "x-api-key: $CRAWLORA_API_KEY"Crawlora is designed for responsible structured public web data workflows. Customers are responsible for using Crawlora in compliance with applicable laws, third-party rights, target-platform rules, and Crawlora terms.
Read Crawlora terms