# Scrape ZooRoyal cat food search results Germany

**Use case:** 

Extract cat food product listings from ZooRoyal.de search with prices, brands, and pack sizes for German pet retail monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.zooroyal.de/search?sSearch=katzenfutter"
    }
  ],
  "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.