Steam Store Search Scraper avatar

Steam Store Search Scraper

Try for free

1 day trial then $19.99/month - No credit card required now

View all Actors
Steam Store Search Scraper

Steam Store Search Scraper

easyapi/steam-store-search-scraper
Try for free

1 day trial then $19.99/month - No credit card required now

๐Ÿš€ Effortlessly scrape Steam game listings with our advanced Actor! ๐ŸŽฎ Collect comprehensive game data, including titles, prices, platforms, and reviews. Perfect for developers, marketers, and researchers seeking insights into the gaming market. ๐Ÿ“Š๐Ÿ•น๏ธ

๐ŸŽฎ Steam Store Search Scraper

This Actor scrapes game listings from the Steam store based on a given keyword search. It utilizes Puppeteer with stealth mode to navigate through search results and extract detailed information about Steam games.

โœจ Features

  • ๐Ÿ” Search for games on Steam using keywords
  • ๐Ÿ“Š Extract comprehensive game data including title, price, and platforms
  • ๐Ÿ–ผ๏ธ Collect game capsule images
  • ๐Ÿ“… Gather release dates and review information
  • ๐Ÿ”ข Configurable maximum number of results
  • ๐Ÿ•ต๏ธโ€โ™‚๏ธ Uses stealth mode to avoid detection
  • ๐Ÿ”„ Automatic pagination through infinite scrolling

๐Ÿ“ฅ Input

The Actor accepts the following input parameters:

  • keyword (required): The search term to find games on Steam
  • maxResults (optional): The maximum number of game listings to scrape (default: 100)

๐Ÿ“ค Output

The Actor outputs a dataset containing the following information for each game:

  • ๐Ÿ”— Game URL
  • ๐Ÿ–ผ๏ธ Capsule image URL
  • ๐Ÿ“› Game title
  • ๐Ÿ’ป Supported platforms
  • ๐Ÿ“… Release date
  • โญ Review result
  • ๐Ÿ‘ฅ Number of reviews
  • ๐Ÿ’ฐ Price

๐Ÿš€ Usage

To use this Actor, simply provide a search keyword and optionally set the maximum number of results. The Actor will then navigate through Steam's search results, collecting game information until it reaches the specified limit or exhausts all available results.

This Actor is perfect for game developers, marketers, or researchers looking to gather insights from Steam game listings.

๐Ÿ’ก Use Cases

  • ๐Ÿ“Š Market Analysis: Track pricing trends and game popularity
  • ๐ŸŽฏ Competitive Research: Monitor new releases and user reception
  • ๐Ÿ”ฌ Genre Studies: Analyze game characteristics across different categories
  • ๐Ÿ’ผ Business Intelligence: Gather data for informed decision-making in game development or publishing

๐Ÿ†˜ Support

If you encounter any issues or have questions about using this Actor, please don't hesitate to reach out through Apify's support channels.

Input Example

A full explanation of an input example in JSON.

1{
2  "maxResults": 100,
3  "keyword": "war"
4}

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		"url": "https://store.steampowered.com/app/593380/XCOM_2_War_of_the_Chosen/?snr=1_7_7_151_150_2",
4		"title": "XCOM 2: War of the Chosen",
5		"platform": [
6			"win",
7			"mac",
8			"linux"
9		],
10		"releaseDate": "4 Dec, 2018",
11		"reviewResult": "Very Positive",
12		"reviewNum": "82% of the 3,438 user reviews for this game are positive.",
13		"price": "12,30โ‚ฌ"
14	},
15	{
16		"url": "https://store.steampowered.com/app/2974330/God_of_War_Ragnark__Digital_Deluxe_Edition_Upgrade/?snr=1_7_7_151_150_2",
17		"title": "God of War Ragnarรถk - Digital Deluxe Edition Upgrade",
18		"platform": [
19			"win"
20		],
21		"releaseDate": "19 Sep, 2024",
22		"reviewResult": "Positive",
23		"reviewNum": "85% of the 28 user reviews for this game are positive.",
24		"price": "69,99โ‚ฌ"
25	},
26    ...
27]
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 3 days ago