Game, movie, and TV rating aggregation
Mit Metacritic-Endpunkten verwandelst du game, movie, and tv rating aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Turn public Metacritic pages into structured critic and audience data — browse titles by content type and genre, game/movie/TV detail with Metascore and user score, and critic and user reviews as normalized JSON for review aggregation, rating research, and enrichment. Credential-free.
Extract Metacritic game, movie, and TV data — Metascores, user scores, critic reviews, and user reviews — as structured JSON from public Metacritic pages.
Endpunkt-Familien
4
Dokumentierte Parameter
42
Beispiele
10
Live-Katalog-Snapshot
Aktive Endpunkte
10
Methoden
GET
Pflichtparameter
20
Schema-Referenzen
10
{
"platform": "Metacritic",
"endpoint": "metacritic-browse",
"method": "GET",
"path": "/metacritic/browse",
"auth": "apiKey"
}Use Cases
Extract Metacritic game, movie, and TV data — Metascores, user scores, critic reviews, and user reviews — as structured JSON from public Metacritic pages.
Mit Metacritic-Endpunkten verwandelst du game, movie, and tv rating aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Metacritic-Endpunkten verwandelst du critic and user review collection in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Metacritic-Endpunkten verwandelst du release and genre browse monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Metacritic-Endpunktkatalog — 10 Endpunkte, 42 dokumentierte Request-Parameter und 10 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
10 documented Metacritic endpoints, grouped into 4 request families — Game, Movie and Tv, plus 1 more.
42 request parameters are documented across those Metacritic endpoints, 20 of them required — the full input contract is public before you write any integration code.
10 of the 10 Metacritic endpoints ship a recorded example response, and 10 carry a documented response schema — you can code against the real JSON before the first request.
Metacritic endpoints document their error responses (400, 404, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
10 hosted MCP tools back the Metacritic endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/metacritic/game/{slug}
/metacritic/movie/{slug}
/metacritic/tv/{slug}
/metacritic/browse
Endpunktkatalog
/metacritic/browseBrowse Metacritic titles by content type, optionally filtered by genre and ordered by Metascore, popularity, or release date. Returns paginated title cards with Metascore and user score. Credential-free public Metacritic data.
MCP-Tool metacritic_browse
/metacritic/game/{slug}Returns a normalized Metacritic game: Metascore (critic) and user score with sentiment and review counts, genres, per-platform scores, developer/publisher, rating, release date, and trailer. Credential-free public Metacritic data.
MCP-Tool metacritic_game
/metacritic/game/{slug}/critic-reviewsReturns paginated professional/publication reviews for a game: publication, score, quote, author, platform, and source URL. Credential-free public Metacritic data.
MCP-Tool metacritic_game_critic_reviews
/metacritic/game/{slug}/user-reviewsReturns paginated user reviews for a game: author, score (0-10), quote, date, platform, helpfulness, and spoiler flag. Credential-free public Metacritic data.
MCP-Tool metacritic_game_user_reviews
/metacritic/movie/{slug}Returns a normalized Metacritic movie: Metascore (critic) and user score with sentiment and review counts, genres, cast/crew, rating, runtime, release date, IMDb id, and trailer. Credential-free public Metacritic data.
MCP-Tool metacritic_movie
/metacritic/movie/{slug}/critic-reviewsReturns paginated professional/publication reviews for a movie: publication, score, quote, author, and source URL. Credential-free public Metacritic data.
MCP-Tool metacritic_movie_critic_reviews
/metacritic/movie/{slug}/user-reviewsReturns paginated user reviews for a movie: author, score (0-10), quote, date, helpfulness, and spoiler flag. Credential-free public Metacritic data.
MCP-Tool metacritic_movie_user_reviews
/metacritic/tv/{slug}Returns a normalized Metacritic TV show: Metascore (critic) and user score with sentiment and review counts, genres, networks, season count, rating, release date, IMDb id, and trailer. Credential-free public Metacritic data.
MCP-Tool metacritic_tv
/metacritic/tv/{slug}/critic-reviewsReturns paginated professional/publication reviews for a TV show: publication, score, quote, author, and source URL. Credential-free public Metacritic data.
MCP-Tool metacritic_tv_critic_reviews
/metacritic/tv/{slug}/user-reviewsReturns paginated user reviews for a TV show: author, score (0-10), quote, date, helpfulness, and spoiler flag. Credential-free public Metacritic data.
MCP-Tool metacritic_tv_user_reviews
Verwandte APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
So scrapst du Metacritic
Metacritic's Metascores and user scores summarize critic and audience reception for games, movies, and TV. Crawlora's Metacritic endpoints return browse listings, title detail, and critic/user reviews as normalized JSON — no login, rate-limit juggling, or proxy setup.
A browse listing by content type and genre, or a game, movie, or TV title by slug (with its critic and user reviews).
Pass a content type or a title slug to Crawlora's Metacritic endpoint (e.g. /metacritic/browse, /metacritic/game, /metacritic/movie).
Receive title, Metascore, user score, genres, and review text as clean JSON, with fields varying by game / movie / TV.
Batch across browse pages and titles to build catalogs for review aggregation, rating research, or enrichment.
FAQ
Send a content type to Crawlora's Metacritic browse endpoint, or a title slug to the game/movie/TV endpoints, and get Metascores, user scores, and reviews as structured JSON — no login. Collect public data and respect Metacritic's terms.
Yes — each of /metacritic/game, /metacritic/movie, and /metacritic/tv has matching critic-reviews and user-reviews endpoints that return the individual review text and scores behind the aggregate Metascore and user score.
Collecting publicly accessible game, movie, and TV rating and review data is generally permissible if you respect Metacritic's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.