Get movie cast & crew
get_movie_creditsFetch a movie's top-billed cast and headline crew (director, writers, composer, DoP) using its TMDB ID. Get the ID from movie search results.
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 |