Search
searchFull-text search across Trakt's movie, TV show, episode, person, and list catalog. Returns ranked matches with Trakt IDs usable in get_movie/get_show. Filter by type, year range, genre, country, or language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1) | |
| type | No | movie | show | episode | person | list (comma-sep ok) | |
| limit | No | 1-100 (default 10) | |
| query | Yes | Search term | |
| years | No | Restrict to year/range (e.g., "1999" or "1999-2005") | |
| fields | No | Restrict matched fields (title | tagline | overview | people | translations | aliases | ...) | |
| genres | No | Genre slug filter (comma-sep ok) | |
| countries | No | Country code filter (comma-sep) | |
| languages | No | Language code filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of items returned. | |
| items | Yes | Array of search results with score and matched object |