Metacritic Scraper
3 days trial then $15.00/month - No credit card required now
Metacritic Scraper
3 days trial then $15.00/month - No credit card required now
Extract any data from Metacritic right away! Games, Music, Movies, TV Shows, People, Companies, and more information are ready for you. Get reviews immediately! Search for any keyword, filter by your needs, or get listing pages! Export your data by XML, JSON, CSV, Excel, or HTML
You can access the Metacritic Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "search": "last of us",
3 "startUrls": [
4 "https://www.metacritic.com/music/sos/sza",
5 "https://www.metacritic.com/tv/the-witcher-blood-origin",
6 "https://www.metacritic.com/movie/whitney-houston-i-wanna-dance-with-somebody",
7 "https://www.metacritic.com/game/playstation-5/elden-ring",
8 "https://www.metacritic.com/search/all/hel/results",
9 "https://www.metacritic.com/search/game/hel/results",
10 "https://www.metacritic.com/browse/movies/score/metascore/all/filtered/netflix",
11 "https://www.metacritic.com/browse/tv/score/metascore/year/filtered?sort=desc&view=detailed",
12 "https://www.metacritic.com/browse/games/genre/date/action/ps4"
13 ],
14 "maxItems": 20,
15 "endPage": 1,
16 "extendOutputFunction": "($) => { return {} }",
17 "customMapFunction": "(object) => { return {...object} }",
18 "proxy": {
19 "useApifyProxy": true
20 }
21}' |
22apify call epctex/metacritic-scraper --silent --output-dataset
Metacritic Scraper API through CLI
The Apify CLI is the official tool that allows you to use Metacritic Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: