Install
openclaw skills install @crawlora-org/entertainment-discovery-researchResearches movies and TV titles across IMDb, TMDB, JustWatch, Rotten Tomatoes, and Metacritic using the Crawlora API. Use for title discovery, cast and crew, ratings, critic and audience reviews, streaming offers, similar titles, and release comparisons.
openclaw skills install @crawlora-org/entertainment-discovery-researchFind and compare movies and TV shows across public IMDb, TMDB, JustWatch, Rotten Tomatoes, and Metacritic data. Use the source that fits the question, then preserve each platform's title ID, score definition, locale, and retrieval time in the result.
scripts/crawlora.sh /imdb/search query="Dune Part Two" | jq '.'
scripts/crawlora.sh /tmdb/search query="Dune Part Two" | jq '.'
scripts/crawlora.sh /justwatch/search query="Dune Part Two" | jq '.'
scripts/crawlora.sh /justwatch/title/offers id=<justwatch-id> country=us | jq '.'
scripts/crawlora.sh /metacritic/movie/dune-part-two/critic-reviews | jq '.'
See reference/endpoints.md for the complete generated endpoint list.