The IMDb MOVIEmeter top 100, the most-popular movies by user activity, from one REST endpoint. A real-time read on what audiences are actually looking up, served as JSON without scraping IMDb.
# one POST, every source POST https://api.trendsapi.ai/api Authorization: Bearer YOUR_API_KEY { "mode": "get_growth", "source": "imdb moviemeter", "keyword": "top movies", "percent_growth": ["3M", "12M"] }
{
"type": "IMDb MOVIEmeter",
"trends": [
{ "rank": 1, "title": "Dune: Part Three" },
{ "rank": 2, "title": "The Batman II" },
{ "rank": 3, "title": "Project Hail Mary" }
],
"timestamp": "2026-08-03T12:00:00Z"
}MOVIEmeter ranks titles by what IMDb's hundreds of millions of users are actively looking at, which makes it one of the cleanest real-time reads on audience attention in film. It moves on trailers, casting news, releases and viral moments.
IMDb has no public API for this chart, so getting it means scraping. Trends API serves the MOVIEmeter top 100 as JSON in the same shape as the other live feeds, useful for studios, streaming, entertainment media and anyone tracking what audiences are about to watch.
Track audience attention around releases and trailers.
See what audiences are looking up before the weekend.
Time campaigns to rising MOVIEmeter movement.
Measure which titles hold attention after opening week.
| Scraping IMDb | Trends API | |
|---|---|---|
| Public API | none for MOVIEmeter | one call, JSON |
| Breakage | page changes break scrapers | managed |
| Cross-platform compare | no | same scale as 20 other feeds |
| Free tier | n/a | 100 requests/month |
Historical trend series for a keyword on this source, normalized 0-100.
Growth percentages over 3M / 6M / 12M / 5Y windows.
21 live trending feeds across platforms, no keyword needed.
The IMDb MOVIEmeter top 100, the most-popular movies by user activity, via get_top_trends with type "IMDb MOVIEmeter".
No. IMDb does not expose the MOVIEmeter chart through a public API. Trends API serves it as JSON.
It ranks titles by what IMDb's users are actively viewing, so it reflects real-time audience attention rather than box office or reviews.
It updates with the MOVIEmeter chart. Every response includes a timestamp.
Studios, streaming teams, entertainment media and marketers tracking what audiences are about to watch.
100 requests a month free. No credit card, no sales call. One key works for every source.
Get a free API key