# Exact item monitor

**Use case:** 

Monitor exact public market hash names for dashboards and spreadsheets.

## Input

```json
{
  "queries": [
    "case"
  ],
  "maxItemsPerQuery": 5,
  "startPage": 0,
  "countPerPage": 5,
  "exactItems": [
    {
      "appId": 730,
      "marketHashName": "Dreams & Nightmares Case"
    }
  ],
  "dedupe": true,
  "includeDiagnostics": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "marketHashName": {
    "label": "Market hash name",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "integer"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "sellListings": {
    "label": "Sell listings",
    "format": "integer"
  },
  "sellPriceText": {
    "label": "Sell price text",
    "format": "string"
  },
  "sellPrice": {
    "label": "Sell price cents",
    "format": "integer"
  },
  "marketUrl": {
    "label": "Market URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Steam Community Market Scraper](https://apify.com/fetch_cat/steam-community-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/steam-community-market-scraper) to learn more, explore other use cases, and run it yourself.