tmdb.movies.person
Search for actors, directors, or crew members by name, or retrieve complete filmography details using a person ID from The Movie Database (TMDB).
Instructions
Search for actors, directors, or crew by name, or get full filmography by person ID (TMDB)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Person name to search for (e.g. "Tom Hanks", "Miyazaki"). Use either query or id | |
| id | No | TMDB person ID for detailed filmography (e.g. 31 for Tom Hanks). Use either id or query | |
| language | No | ISO 639-1 language code (e.g. "en-US"). Default: en-US | |
| page | No | Page number for search results (1-500, default 1) | |
| include_adult | No | Include adult content (default false) |