imdb_title_episodes
Retrieve normalized IMDb episode rows for a TV series using its title ID or URL, with optional season filtering and configurable limit.
Instructions
IMDb title episodes. Returns normalized public IMDb episode rows for a series title. Limit defaults to 10 and clamps to 20. Optional season filters the upstream episodes page. Pass exactly one of id or url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | IMDb title id | |
| url | No | Absolute https://www.imdb.com/title/<id>/ URL | |
| limit | No | Rows to return, default 10, max 20 | |
| season | No | Season number to request |