# Ulybka Radugi Korean Cosmetics Scraper

**Use case:** 

Scrape Korean cosmetics from Ulybka Radugi (r-ulybka.ru) — name, price, discount, real stock and brand. No login. Export to Excel, CSV or Google Sheets.

## Input

```json
{
  "categoryUrls": [
    "korieiskaia-kosmietika"
  ],
  "maxPagesPerCategory": 10,
  "maxItems": 0,
  "monitorMode": false,
  "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.