# Track Cat Litter Brands & Reviews Fressnapf

**Use case:** 

Extract product data, including ratings and prices, for popular cat litter brands to understand market preferences. Use this data for competitive analysis and t

## Input

```json
{
  "mode": "byCategory",
  "categoryPath": "katze/hygiene-pflege",
  "brand": "Biokat's",
  "sortBy": "ratingDesc",
  "maxItems": 75
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

This example demonstrates how to use [Fressnapf Pet Supplies Scraper](https://apify.com/crawlerbros/fressnapf-pet-supplies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/fressnapf-pet-supplies-scraper) to learn more, explore other use cases, and run it yourself.