rotten-tomatoes.celebrity_details
Look up a celebrity on Rotten Tomatoes by slug (for example morgan-freeman).
Returns name, bio, birth date and place, profile image, and filmography lists for movies and TV with scores and years.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| celebrity_slug | Yes | Celebrity slug (for example morgan-freeman). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tv | No | TV credits with title, slug, year, and score. | |
| name | No | Celebrity name. | |
| slug | No | Celebrity slug. | |
| movies | No | Movie credits with title, slug, year, and score. |