VOOZH about

URL: https://apify.com/gio21/steam-spy-scraper/api/python

โ‡ฑ Steam Spy Scraper - Game Stats, Owners, Player Counts API in Python ยท Apify


๐Ÿ‘ Steam Spy Scraper - Game Stats, Owners, Player Counts avatar

Steam Spy Scraper - Game Stats, Owners, Player Counts

Pricing

from $0.50 / 1,000 game scrapeds

Go to Apify Store

Steam Spy Scraper - Game Stats, Owners, Player Counts

Scrape Steam game player counts, ownership ranges, and tag breakdowns from the Steam Spy public API.

Pricing

from $0.50 / 1,000 game scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

You might also like

Steam Game Intelligence

viralanalyzer/steam-game-intelligence

Extract Steam game data: prices, reviews, player counts, tags, and system requirements. Track gaming market trends and sales.

3

5.0

Steam Reviews

danek/steam-reviews

Download all Steam game reviews.

207

5.0

Steam Game & Reviews Scraper

seemuapps/steam-game-reviews-scraper

Extract Steam game details, pricing, player ratings, and full user reviews for any title by app ID or store URL. No login required.

Steam Store Games Scraper

crawlerbros/steam-store-scraper

Scrape Steam store game data using the public Steam Store API.

Steam Scraper โ€” Games, Reviews & Player Counts

cryptosignals/steam-scraper

Extract Steam game listings and player data. Get game title, price, reviews, rating, genre, developer, release date, and current player count. Ideal for gaming market research and pricing analysis. PPE pricing โ€” pay only for results.

6

Steam Game Scraper

crawlerbros/steam-game-scraper

Extract comprehensive game data from Steam store pages. Simply provide a game name or Steam URL and get back all available game information, no login, no API key, no proxy required.

Steam Reviews

scraped/steam-reviews

Scrape reviews from Steam

Steam Reviews Scraper - Game Reviews & Sentiment

logiover/steam-game-reviews-scraper

Steam reviews scraper & API alternative. Scrape Steam game reviews without login, export to CSV/JSON dataset with sentiment and Metacritic data.

You can access the Steam Spy Scraper - Game Stats, Owners, Player Counts programmatically from your own applications by using the Apify API. You can also 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.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"appids":[
10"730",
11"570",
12],
13"genre":"RPG",
14"tag":"roguelike",
15}
16
17# Run the Actor and wait for it to finish
18run = client.actor("gio21/steam-spy-scraper").call(run_input=run_input)
19
20# Fetch and print Actor results from the run's dataset (if there are any)
21print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
22for item in client.dataset(run["defaultDatasetId"]).iterate_items():
23print(item)
24
25# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Steam Spy Scraper - Game Stats, Owners, Player Counts API in Python

The Apify API client for Python is the official library that allows you to use Steam Spy Scraper - Game Stats, Owners, Player Counts API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Steam Spy Scraper - Game Stats, Owners, Player Counts API in JavaScript

Steam Spy Scraper - Game Stats, Owners, Player Counts API through CLI

Steam Spy Scraper - Game Stats, Owners, Player Counts OpenAPI definition

Steam Spy Scraper - Game Stats, Owners, Player Counts API