Metacritic Movie & TV Reviews Scraper avatar

Metacritic Movie & TV Reviews Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Metacritic Movie & TV Reviews Scraper

Metacritic Movie & TV Reviews Scraper

Scrape Metacritic search results, title pages, and browse listings for movies and TV shows, including Metascore, user score, synopsis, cast, and release metadata

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Metacritic Scraper

Scrape Metacritic movies and TV shows by search query, slug, full URL, genre, year, or browse listing. The actor can return both lightweight list records and enriched detail records with Metascore, user score, synopsis, cast, and release metadata.

Quick Start

  1. Choose a mode such as popular, search, byTitle, or byUrl.
  2. Pick movie or tv.
  3. Keep fetchDetail=true if you want richer output fields.
  4. Set maxItems to the smallest number you need for faster runs.

Supported Modes

  • search
  • byTitle
  • byUrl
  • byGenre
  • byYear
  • popular
  • topRated
  • trending

Typical Input

{
"platform": "metacritic",
"mode": "popular",
"mediaType": "movie",
"fetchDetail": true,
"maxItems": 10
}

Example Search Input

{
"platform": "metacritic",
"mode": "search",
"mediaType": "movie",
"searchQuery": "oppenheimer",
"maxItems": 5
}

Output

Depending on the mode and whether fetchDetail is enabled, records can include:

  • Identity: slug, url, title, mediaType, recordType
  • Ratings: metascore, userScore, rating
  • Release fields: releaseDate, year
  • Descriptive fields: synopsis, genres, directors, cast, contentRating
  • Audit fields: platform, scrapedAt

Empty placeholder fields are omitted.

Reliability Notes

  • The actor prefers direct HTTP and automatically escalates to Apify proxy when Metacritic blocks with transient HTTP responses.
  • Daily-test-friendly prefills use broad, positive-yield browse/search scenarios.
  • fetchDetail=true gives the richest output and is recommended for production runs.

FAQ

Does this actor scrape games or music?

No. This actor focuses on Metacritic movie and TV pages only.

Can I pass full Metacritic URLs?

Yes. Use mode=byUrl and provide movie or TV URLs.

Are empty or fake fallback records emitted?

No. The actor only emits records that were actually resolved from Metacritic.