# Ulybka Radugi Price & Stock Monitor

**Use case:** 

Monitor Ulybka Radugi (r-ulybka.ru) beauty & drugstore prices, discounts and real stock by category. Track competitors on a schedule. No login. Export to Excel

## Input

```json
{
  "categoryUrls": [
    "skidki",
    "korieiskaia-kosmietika"
  ],
  "maxPagesPerCategory": 10,
  "maxItems": 0,
  "monitorMode": true,
  "onlyChanges": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price ₽",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price ₽",
    "format": "number"
  },
  "discountPct": {
    "label": "Discount %",
    "format": "number"
  },
  "stock": {
    "label": "Stock (qty)",
    "format": "number"
  },
  "bonus": {
    "label": "Bonus",
    "format": "number"
  },
  "article": {
    "label": "Article",
    "format": "text"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Ulybka Radugi Scraper](https://apify.com/sashaebashu/r-ulybka-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sashaebashu/r-ulybka-scraper) to learn more, explore other use cases, and run it yourself.