# Magnit Cosmetic Price Monitor

**Use case:** 

Monitor Magnit Cosmetic / М.Косметик (cosmetic.magnit.ru) product prices and availability by category. Track the Russian beauty market. No login. Export to Exce

## Input

```json
{
  "categoryUrls": [
    "https://cosmetic.magnit.ru/catalog/100650-novyy_mk_makiyazh_1"
  ],
  "maxPagesPerCategory": 10,
  "maxItems": 0,
  "monitorMode": true,
  "onlyChanges": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price ₽",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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