tmdb.movies.similar
Find movie recommendations based on a specific film ID, matching similar genres, themes, and cast members using TMDB data.
Instructions
Get movie recommendations based on a movie ID — similar genres, themes, cast (TMDB)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB movie ID to get recommendations for | |
| language | No | ISO 639-1 language code (e.g. "en-US"). Default: en-US | |
| page | No | Page number (1-500, default 1) |