# Zoozavr Pet Price Monitor

**Use case:** 

Monitor pet product prices at Zoozavr (zoozavr.ru) by category — name, price, discount and rating. Track competitors in the Russian pet market. No login. Export

## Input

```json
{
  "categoryUrls": [
    "dry_food_for_cats",
    "dry_food_for_dogs"
  ],
  "maxPagesPerCategory": 10,
  "maxItems": 0,
  "monitorMode": false,
  "onlyChanges": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "price": {
    "label": "Price ₽",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price ₽",
    "format": "number"
  },
  "discountPct": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "id": {
    "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 [Zoozavr Scraper](https://apify.com/sashaebashu/zoozavr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sashaebashu/zoozavr-scraper) to learn more, explore other use cases, and run it yourself.