A powerful scraper for Metacritic search results that extracts detailed information about games, movies, TV shows, and people. Supports custom search keywords and multiple content types with automated pagination handling.
Powerful and flexible scraper for extracting search results from Metacritic.com. Get comprehensive data about games, movies, TV shows, and people with ease!
keywords
: Array of search terms to scrapemaxItems
: Maximum number of items to collect (default: unlimited)searchType
: Content category to search (13: Games, 2: Movies, 1: TV Shows, 3: People)proxyConfiguration
: Optional proxy settings for enhanced reliabilityThe actor outputs detailed information about each search result, including:
Need help or have questions? Feel free to reach out! ๐ค
A full explanation of an input example in JSON.
1{ 2 "keywords": ["war"], 3 "maxItems": 30, 4 "searchType": 13, 5}
The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "id": 1300491829, 4 "type": "game-title", 5 "typeId": 13, 6 "title": "Total War: WARHAMMER II - Curse of the Vampire Coast", 7 "slug": "total-war-warhammer-ii-curse-of-the-vampire-coast", 8 "images": [], 9 "criticScoreSummary": { 10 "url": "/game/total-war-warhammer-ii-curse-of-the-vampire-coast/critic-reviews/", 11 "score": 83 12 }, 13 "rating": "", 14 "releaseDate": "2018-11-08", 15 "premiereYear": 2018, 16 "genres": [ 17 { 18 "id": null, 19 "name": "Real-Time Tactics" 20 } 21 ], 22 "platforms": [ 23 { 24 "id": null, 25 "name": "PC" 26 } 27 ], 28 "seasonCount": 0, 29 "description": "Night falls on Lustria. As you stand on the dock and peer seawards through the gathering mists, strain your ears. The jungle sounds behind you fade, and in their place comes a wet thudding, as of rotten rigging against a mouldy mast. The sound multiplies, and with it, the groan of a thousand breathless voices, joined in something part-shanty, part-dirge. Dread prows pierce the gloom ahead, and the ghastly truth is laid bare: upon the ghoul-winds come the swollen hulks and decaying vessels of the Vampire Coast! Run now โ run hard and fast. For it is all you can do.\r\n", 30 "duration": null, 31 "mustSee": false, 32 "mustWatch": false, 33 "mustPlay": false 34 }, 35 ... 36]
Looking for more entertainment and social media data? Check out these useful actors:
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool โ just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youโll be guided to input a search term and get structured results. No setup needed!