# CS2 Steam Market Watchlist Monitor

**Use case:** 

Monitor exact CS2 Steam Market watchlist items with price changes, listing counts, and direct market URLs.

## Input

```json
{
  "searchQueries": [
    "AK-47",
    "Kilowatt Case"
  ],
  "marketHashNames": [
    "AK-47 | Redline (Field-Tested)",
    "Fracture Case"
  ],
  "currency": 1,
  "referencePrices": {
    "AK-47 | Redline (Field-Tested)": 22.5,
    "Fracture Case": 0.35
  },
  "maxItems": 20,
  "maxPagesPerQuery": 2,
  "resultsPerPage": 100,
  "requestDelayMs": 750
}
```

## Output

```json
{
  "searchQuery": {
    "label": "Search query"
  },
  "resultRank": {
    "label": "Rank"
  },
  "marketHashName": {
    "label": "Market hash name"
  },
  "sellListings": {
    "label": "Listings"
  },
  "sellPriceText": {
    "label": "Price text"
  },
  "sellPrice": {
    "label": "Price"
  },
  "currencyId": {
    "label": "Currency"
  },
  "referencePrice": {
    "label": "Reference"
  },
  "priceChange": {
    "label": "Change"
  },
  "priceChangePercent": {
    "label": "Change %"
  },
  "marketUrl": {
    "label": "Market URL",
    "format": "link"
  },
  "weaponOrItemType": {
    "label": "Type"
  },
  "exterior": {
    "label": "Exterior"
  },
  "rarity": {
    "label": "Rarity"
  },
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [CS2 Steam Market Price Tracker](https://apify.com/automation-lab/cs2-steam-market-price-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cs2-steam-market-price-tracker) to learn more, explore other use cases, and run it yourself.