justwatch_discover
Query streaming titles (movies and shows) with filters for genre, provider, monetization type, release year range, country, and language. Returns popular results in JSON.
Instructions
Discover JustWatch titles. Returns popular movies and shows filtered by optional genre short names, provider short names, monetization types, and release year bounds. Type accepts only all, movie, or show; monetization_types accepts only FLATRATE, FREE, ADS, RENT, or BUY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Two-letter country code | |
| genres | No | Comma-separated JustWatch genre short names | |
| language | No | Two-letter language code | |
| limit | No | Maximum results, defaults to 20 and clamps to 50 | |
| monetization_types | No | Comma-separated monetization types: FLATRATE, FREE, ADS, RENT, BUY | |
| providers | No | Comma-separated JustWatch provider short names | |
| type | No | Title type: all, movie, show | |
| year_max | No | Maximum release year | |
| year_min | No | Minimum release year |