← ClaudeAtlas

movie-tv-researchlisted

Researches movies and TV shows — metadata, cast/crew, ratings, reviews, streaming availability, and box-office performance — via the Crawlora API across IMDb, TMDB, JustWatch, Letterboxd, Rotten Tomatoes, Metacritic, and Box Office Mojo, returning clean JSON. Use when the user asks about a title's cast, ratings/scores, where to stream it, critic or user reviews, or its box-office numbers.
Crawlora-org/crawlora-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Movie & TV research Pull title metadata, cast/crew, ratings, streaming availability, reviews, and box-office numbers across seven film/TV data sources as normalized JSON from the Crawlora API — no scraping IMDb pages or parsing streaming-provider HTML. ## When to use this skill - "Who's in / who directed <title>?" / cast, crew, and credits lookups. - "What's <title> rated on IMDb / Rotten Tomatoes / Metacritic / Letterboxd?" - "Where can I stream <title>?" (JustWatch offers by provider). - "How did <title> do at the box office?" (Box Office Mojo). - "Find titles similar to <title>" or "what's popular right now." - Critic vs. audience review comparisons; franchise/genre box-office analysis. ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - Set `CRAWLORA_API_KEY` in the environment before running the helper. - The helper reads `CRAWLORA_API_KEY` from the environment and sends requests to `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works Pick the source by job: 1. **Identity & credits (IMDb / TMDB)** — search first: `/imdb/search` or `/tmdb/search`; then detail: `/imdb/title` (needs the IMDb id) or `/tmdb/movie/{id}` / `/tmdb/tv/{id}`. Cast/crew: `/imdb/title/credits` or TMDB's title payload. Person pages: `/imdb/name`, `/tmdb/person/{id}`. 2. **Scores & reviews** — Rotten Tomatoes (`/ro