# Regard.ru Electronics Search Scraper — Price & Stock

**Use case:** 

Search regard.ru electronics by keyword — export every result with price, stock and specs, and track price changes on a schedule. No login or API key.

## Input

```json
{
  "categoryUrls": [
    "https://www.regard.ru/catalog/1001/processory"
  ],
  "searchQueries": [
    "ssd 1tb",
    "ddr5 32gb"
  ],
  "crawlSubcategories": false,
  "maxPagesPerCategory": 10,
  "maxItems": 200,
  "maxConcurrency": 4,
  "monitorMode": false,
  "onlyChanges": false,
  "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.