Metacritic Games, Movies & TV Scraper avatar

Metacritic Games, Movies & TV Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Metacritic Games, Movies & TV Scraper

Metacritic Games, Movies & TV Scraper

Capture detailed information from Metacritic, including the metascore, user score, description, genre, release date, and images. This functionality supports a variety of media types, such as video games (along with their respective platforms), movies, and television shows.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

7 days ago

Last modified

Share

Scrape Metacritic items: metascore, user score, description, genre, release date, image. Supports games (with platform), movies, TV.

Input

FieldTypeRequiredDefaultDescription
itemsarrayYesList of {type, slug, platform?} objects. Type is 'game', 'movie', or 'tv'. Platform is required for games (e.g. 'pc', 'playstation-5').
fetchCriticReviewsbooleanNoFalse

Example input

{
"items": [
{
"type": "game",
"slug": "elden-ring",
"platform": "pc"
},
{
"type": "movie",
"slug": "the-godfather"
},
{
"type": "tv",
"slug": "breaking-bad"
}
],
"fetchCriticReviews": false
}