# Extract ZooRoyal Cats Best litter product detail

**Use case:** 

Scrape ZooRoyal.de Cats Best Original cat litter SKU with volume, pricing, reviews, and stock status.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.zooroyal.de/cats-best-original-katzenstreu"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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