Steam Community Market Prices Scraper avatar

Steam Community Market Prices Scraper

Pricing

from $3.62 / 1,000 results

Go to Apify Store
Steam Community Market Prices Scraper

Steam Community Market Prices Scraper

Pricing

from $3.62 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

ParseForge Banner

๐ŸŽฎ Steam Community Market Prices Scraper

๐Ÿš€ Export live Steam Community Market prices for any game in seconds.

This Actor pulls item prices, listing counts, and images from the Steam Community Market for any Steam app, straight from Steam's own market search API. No login, no API key.

The Steam Community Market lists hundreds of thousands of tradable items across CS2, Dota 2, Team Fortress 2, Rust and more. This scraper turns any game's market into a clean, structured dataset.

ForUse it to
Traders & investorsTrack item prices and market depth across a game
Analysts & data teamsBuild price datasets, monitor trends, spot arbitrage
DevelopersEnrich apps with live market prices and item metadata

๐Ÿ“‹ What it does

  • Lists market items for any Steam appId (default 730 = Counter-Strike 2).
  • Returns price, listing count, item type, image, and market URL per item.
  • Optional query to filter; paginates automatically up to your maxItems.

๐Ÿ’ก Why it matters: it reads Steam's own market search API, so results are complete and current, not screen-scraped.

๐Ÿ“Š Output

FieldDescription
๐Ÿ–ผ๏ธ imageUrlItem image
๐Ÿท๏ธ nameItem name
๐Ÿ”‘ hashNameMarket hash name (unique key)
๐ŸŽฎ appId / appNameSteam app id and name
๐Ÿ—‚๏ธ typeItem type/grade
๐Ÿ’ฒ priceCurrent lowest sell price
๐Ÿ”ข priceCentsPrice in cents
๐Ÿ“ˆ sellListingsNumber of active listings
๐Ÿ”— marketUrlSteam market listing URL
๐Ÿ•“ scrapedAtWhen this row was collected

Sample record:

{
"name": "Dreams & Nightmares Case",
"appName": "Counter-Strike 2",
"type": "Base Grade Container",
"price": "$1.67",
"priceCents": 167,
"sellListings": 491975,
"marketUrl": "https://steamcommunity.com/market/listings/730/Dreams%20%26%20Nightmares%20Case"
}

๐Ÿš€ How to use

  1. Create a free account w/ $5 credit.
  2. Open the Actor, set the appId (and optional query) and maxItems.
  3. Run it and download JSON, CSV, Excel, or XML.

โ“ FAQ

Do I need a Steam API key? No. It uses the public Steam market search API.

Which games are supported? Any Steam app with a Community Market, by its appId (730 CS2, 570 Dota 2, 440 TF2, 252490 Rust, and more).

How many items can I get? As many as the game lists, up to maxItems. Large runs paginate automatically.

How fresh are the prices? Every run reads the market live.

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for more data Actors.


This Actor is not affiliated with Valve or Steam. It reads publicly available data from the Steam Community Market for research and analysis. Respect Steam's terms and rate limits.