Go to Hyperscrape Store

IMDb Search Scraper

hyperscrape/imdb-search-scraper

Instant IMDb search results — titles and people with year, type, top actors and poster.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/imdb-search-scraper?queries=the%20dark%20knight

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Searches IMDb through its public suggestion JSON API (v2.sg.media-imdb.com/suggestion/x/<query>.json — the same endpoint that powers the imdb.com search box; no key needed).

Each result item includes: IMDb id, canonical IMDb URL, title/name, result kind (title vs. person), type (movie, tvSeries, name, …), human category label, release year (and year range for series), popularity rank, the highlight line (top-billed actors for titles, known-for credits for people) and the poster/headshot image with dimensions.

Supports multiple queries and an optional filter to keep only title results.