# Four Paws (4lapy) Pet Price & Stock Monitor

**Use case:** 

Monitor pet prices and stock at Four Paws (4lapy.ru) — food, litter, meds: price, discount, availability and real stock counts. No login. Export to Excel or CSV

## Input

```json
{
  "productUrls": [],
  "searchQueries": [],
  "categoryUrls": [
    "koshki",
    "sobaki"
  ],
  "sort": "popular",
  "maxPagesPerCategory": 10,
  "maxItems": 0,
  "monitorMode": false,
  "onlyChanges": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "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"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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