IMDb API
imdb.com
IMDb - movie, TV, and people details, cast, ratings, reviews, and charts.
- Actions
- 7
- Category
- Entertainment
- Login
- Not required
- Output
- JSON
Call the IMDb API
Submit a task, then poll the job until it settles. This example runs im_advanced_search.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "im_advanced_search",
"params": {
"title_types": [],
"genres": []
}
}'7 actions on imdb.com
Read
Advanced Search
im_advanced_searchread3 credits / callReturns IMDb titles filtered by genre, type, rating, year, and votes with pagination.
- title_types
- array
- genres
- array
- min_rating
- number
- max_rating
- number
- min_votes
- integer
- release_start
- string
- release_end
- string
- sort_by
- string
- sort_order
- string
- limit
- integer
- cursor
- string
Person Details
im_person_detailsread3 credits / callReturns an actor or director profile with biography, birth info, and known-for filmography.
- person_id
- string · required
Title and Person Search
im_searchread1 credit / callReturns movies, TV shows, and people matching a name with ID, type, year, and cast.
- query
- string · required
- type
- string
Title Details
im_title_detailsread2 credits / callReturns full movie or TV details with cast, awards, genres, keywords, and similar titles.
- title_id
- string · required
Title Reviews
im_title_reviewsread1 credit / callReturns featured user reviews with author, summary, text, rating, and helpfulness votes.
- title_id
- string · required
- limit
- integer
Top Charts
im_top_chartsread1 credit / callReturns ranked chart listings such as Top 250 Movies with ratings, genres, and plots.
- chart
- string
- limit
- integer
TV Episodes
im_tv_episodesread3 credits / callReturns the season episode guide with ratings, air dates, and plot per episode.
- title_id
- string · required
- season
- integer
- limit
- integer
IMDb API questions
- Is there an API for IMDb?
- IMDb does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for imdb.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape IMDb data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when imdb.com changes its markup, Anakin updates the action.
- Do I need a IMDb account?
- No. Every IMDb action listed here runs anonymously — no account and no credentials required.
- What does the IMDb API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Entertainment APIs
8notes UK
8notes - sheet music by instrument, score previews, lessons, and theory.
911Tabs
911Tabs - guitar tab search, popular tabs, artist listings, and tablature pages.
Allocine France
Allocine - French movie and series search, ratings, reviews, showtimes, and cast.
AllPoetry
AllPoetry - poems by theme, full poem pages, and poet profiles.
AMC Theatres
AMC Theatres - theatres by ZIP, showtimes, movie details, and ticket prices.
Anime Planet
Anime-Planet - anime and manga search, recommendations, ratings, and rankings.