Overview
Perform Search is a Shortcuts action provided by Callsheet. Given a search query, it searches TMDB across movies, TV shows, and people simultaneously, returning up to 20 matching results.
Each result includes a TMDB ID, title, and media type — which can be passed directly into the Get Media Info action to retrieve full details.
Input
Query
Text
The search term to look up on TMDB.
Output
Returns a list of up to 20 Media Search Result items. Each item contains:
Tip
Results are ordered by TMDB's relevance ranking. The list may contain fewer than 20 items
if the query returns fewer matches.
TMDB ID
Integer
The TMDB numeric ID for this result.
Title
Text
The title of the movie or show, or the name of the person.
Media Type
Text
One of
Movie
TV Show
Person