Metacritic Search Scraper ๐ŸŽฎ ๐ŸŽฌ ๐Ÿ“บ avatar

Metacritic Search Scraper ๐ŸŽฎ ๐ŸŽฌ ๐Ÿ“บ

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Metacritic Search Scraper ๐ŸŽฎ ๐ŸŽฌ ๐Ÿ“บ

Metacritic Search Scraper ๐ŸŽฎ ๐ŸŽฌ ๐Ÿ“บ

easyapi/metacritic-search-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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!

Features โœจ

  • ๐Ÿ” Search across multiple content categories (Games, Movies, TV Shows, People)
  • ๐Ÿ“‘ Automatic pagination handling
  • ๐Ÿ”„ Smart scroll detection with end-of-results recognition
  • ๐Ÿ›ก๏ธ Built-in anti-detection mechanisms
  • โšก High-performance data extraction
  • ๐ŸŽฏ Customizable maximum items limit
  • ๐ŸŒ Proxy support for reliable scraping

Use Cases ๐Ÿ’ก

  • ๐ŸŽฏ Market research and competitive analysis
  • ๐Ÿ“Š Content aggregation and curation
  • ๐Ÿ” Entertainment industry insights
  • ๐Ÿ“ˆ Ratings and reviews analysis
  • ๐ŸŽฎ Gaming industry research
  • ๐ŸŽฌ Movie and TV show data collection

Input Parameters ๐Ÿ“

  • keywords: Array of search terms to scrape
  • maxItems: 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 reliability

Output ๐Ÿ“ค

The actor outputs detailed information about each search result, including:

  • Title
  • Release date
  • Rating scores
  • Platform/Publisher information
  • Review counts
  • And more metadata specific to each content type

Tips ๐Ÿ’ก

  • Use specific keywords for better results
  • Adjust maxItems based on your needs
  • Consider using proxies for large-scale scraping
  • Different searchTypes will yield different data structures

Need help or have questions? Feel free to reach out! ๐Ÿค

Input Example

A full explanation of an input example in JSON.

1{
2	"keywords": ["war"],
3    "maxItems": 30,
4    "searchType": 13,
5}

Output sample

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]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • Created in Dec 2024

  • Modified 4 hours ago