Skills/TV Shows/Find a show

Find a show

0.1 credits / search

Searches for TV shows by title and returns ranked candidates, each with its network or streaming platform, genres, status, and a summary. Works with rough or partial titles, returning the best matches so you can confirm the right series.

Use when

You have a show title, possibly rough or ambiguous, and want the matching series.

Not for

Finding a person, or pulling full details once you know the show.

Cost

0.1 credits / search

What it accepts

Set these inside the intent when you run it.

showrequired

The TV show title to search for. Fuzzy matching is supported.

What you get back

A ranked list of matching shows with title, network or streaming platform, genres, status, and summary.

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_show","show":"The Bear"}}'

Example requests

  • Find the show Breaking Bad.
  • Is there a show called Severance?
  • Search for a show about a chemistry teacher who makes drugs.