Skills/TV Shows/Find a person

Find a person

0.1 credits / lookup

Finds a TV actor or crew member by name and returns their full profile including birthdate, nationality, and the shows they have appeared in. Returns the person's credits in the same call, so you can see their complete TV career at once.

Use when

You want an actor's profile or the list of shows a person has appeared in.

Not for

Listing the cast of a known show (use the cast operation), or finding a show.

Cost

0.1 credits / lookup

What it accepts

Set these inside the intent when you run it.

personrequired

The name of the actor or crew member to look up.

What you get back

The person's profile with biography details and a list of shows they have appeared in with their character names.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the TV Shows skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/tv/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"find_person","person":"Meryl Streep"}}'

Example requests

  • What shows has Pedro Pascal been in?
  • Tell me about actress Zendaya.
  • What is Bryan Cranston's TV career?