Get movie cast & crew
get_movie_creditsRetrieve the top-billed cast and headline crew for a movie by its TMDB ID. Lists up to 20 actors and key crew like director, writers, and composer.
Instructions
List the top-billed cast (up to 20) and the headline crew (director, writers, composer, DoP, …) of a movie by TMDB id. Get the id from search_movies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB numeric id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cast | Yes | ||
| crew | Yes |