Steam marketplace item scraper avatar

Steam marketplace item scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Steam marketplace item scraper

Steam marketplace item scraper

Instantly extract structured pricing and listing data from the Steam Community Market for any game and item

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Jan

Jan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

🎮 Steam Marketplace Scraper | 💸 Try it out for free now! No credit card required!

Find Steam market items with ease!

With this Apify Actor, you can instantly extract structured pricing and listing data from the Steam Community Market for any game and item. Whether you are building an automated trading tool, analyzing long-term market trends for games like Counter-Strike 2 or Rust, or tracking the real-time prices of your favorite skins, this scraper provides the foundational data you need.

You can effortlessly monitor inventory supply (active listing counts), track starting market prices, and pull detailed item descriptions to build massive datasets for entire in-game economies directly into your own applications.

💡 What does it do?

  • Searches the Steam Community Market for items matching your search term and selected game.
  • Collects item info: name, hash name, sell price, sale volume, and item icon URL.
  • Supports searching within item descriptions.
  • Returns clean, structured JSON output for further processing or analysis.

⬇️ Input

The actor accepts the following inputs:

  • searchTerm (string, required): The item name or keyword to search for (e.g., "AWP").
  • Game (enum, required): The Steam game to filter by.
  • searchDescriptions (boolean, optional): Check this to include item descriptions in the search.
  • limit (integer, optional): The maximum number of items to scrape (default: 100).

🚀 Usage

  1. Provide searchTerm and select the Game for the game you are interested in.
  2. Optionally enable searchDescriptions or set the limit for max results.
  3. Run the actor.
  4. Download your scraped Steam item data.
  5. Enjoy insights into the Steam market!

📤 Output

The actor outputs:

  • A dataset of Steam market items matching your criteria.
  • Each result includes fields like:
    • name: The item's display name
    • hashName: The exact market hash name
    • sellPrice: The current starting price
    • sellListings: The number of active listings
    • itemUrl: The URL to the item's market page
    • imageUrl: The URL to the item's image

Example output:

[
{
"name": "AWP | Exothermic (Minimal Wear)",
"hashName": "AWP | Exothermic (Minimal Wear)",
"sellListings": 236,
"sellPrice": 14.5,
"sellPriceText": "$14.50",
"appIcon": "https://cdn.fastly.steamstatic.com/steamcommunity/public/images/apps/730/8dbc71957312bbd3baea65848b545be9eae2a355.jpg",
"appName": "Counter-Strike 2",
"itemUrl": "https://steamcommunity.com/market/listings/730/AWP%20%7C%20Exothermic%20(Minimal%20Wear)",
"imageUrl": "https://community.cloudflare.steamstatic.com/economy/image/i0CoZ81Ui0m-9KwlBY1L_18myuGuq1wfhWSaZgMttyVfPaERSR0Wqmu7LAocGIGz3UqlXOLrxM-vMGmW8VNxu5Dx60noTyLwiYbf9Tte0PSneqF6L-KYMXeR1e1-tfJWQyC0nQlp4W7Xzd-qcH_DO1N0W5FzQuEP5kW8ltfnM-q24wzYgt0RmC_7jSlL5jErvbgX7dER8Q"
}
]