Search Titles
search_titlesSearch and rank IMDb titles by text, type, year, genre, rating, votes, or cast. Filter and sort to find movies and TV shows that match your criteria.
Instructions
Find and rank titles by text, type, year, genre, rating, votes, or who is in them.
Answers questions like: "What are the highest rated horror films of the 1980s?", "Find the movie called Heat", "Which titles have both Samuel L. Jackson and John Travolta in the principal cast?", "List Danny Trejo's titles with over 100,000 votes", "What TV series started in 1999 and are rated above 8.5?".
Returns compact title rows with imdb_title_id, type, year, runtime, genres, rating and votes. filters.with_person_ids keeps only titles whose principal cast contains every one of the named people, which is the direct way to ask "what did these two make together" when you want the title's own metadata rather than the collaboration count. Page with next_cursor, unchanged, with the same sort.
What it cannot do: only 1.7 of 12.8 million titles carry any rating, so a rating or
vote filter is also a coverage filter and drops everything unrated. There is no
theatrical-release flag: the video title type is direct-to-video, but a movie may
also have gone straight to video, so this is a title-type filter and never a
distribution one. A person filter here uses the default credit definition and matches
the unit title, so a credit on an episode matches its series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| filters | No | ||
| sort_by | No | votes | |
| sort_direction | No | desc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||