# Regard.ru GPU / Videocard Price Monitor

**Use case:** 

Track videocard prices & stock on regard.ru. Get a daily delta of every price drop, rise and restock — spot deals and undercut competitors. No API key.

## Input

```json
{
  "categoryUrls": [
    "https://www.regard.ru/catalog/1013/videokarty"
  ],
  "searchQueries": [
    "процессор"
  ],
  "crawlSubcategories": false,
  "maxPagesPerCategory": 10,
  "maxItems": 0,
  "maxConcurrency": 4,
  "monitorMode": true,
  "onlyChanges": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price ₽",
    "format": "number"
  },
  "available": {
    "label": "In Stock",
    "format": "boolean"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Regard Price & Stock Monitor](https://apify.com/sashaebashu/regard-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sashaebashu/regard-monitor) to learn more, explore other use cases, and run it yourself.