VOOZH about

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

⇱ Steam Spy Scraper - Game Stats, Owners, Player Counts API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "appids": [
< "730",
< "570"
< ],
< "genre": "RPG",
< "tag": "roguelike"
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/gio21~steam-spy-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

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

Below, you can find a list of relevant HTTP API endpoints for calling the Steam Spy Scraper - Game Stats, Owners, Player Counts Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/gio21~steam-spy-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/gio21~steam-spy-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/gio21~steam-spy-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Steam Spy Scraper - Game Stats, Owners, Player Counts API programmatically via the Apify API.

You can choose from:

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

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

You can start Steam Spy Scraper - Game Stats, Owners, Player Counts with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Steam Spy Scraper - Game Stats, Owners, Player Counts is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Steam Spy Scraper - Game Stats, Owners, Player Counts run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.