imdb_name_videos
Fetch public video metadata and thumbnails for an IMDb name using its ID or URL. Returns clean structured rows with limit handling; playback URLs are not included.
Instructions
IMDb name video metadata. Returns public person video metadata and thumbnail URLs only; playback URLs and media manifests are never returned. IMDb caps the upstream slice at 100 and provides no usable continuation cursor, so total can exceed returned rows and has_more reports that condition. Limit defaults to 50 and clamps to 100. Pass exactly one of id or url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | IMDb name id | |
| url | No | Absolute https://www.imdb.com/name/<id>/ URL | |
| limit | No | Rows to return, default 50, max 100 |