# Scrape Fressnapf puppy food listings in Switzerland

**Use case:** 

Extract puppy food products from Fressnapf.ch with prices, brands, weights, and availability for Swiss pet retail monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.fressnapf.ch/de/c/hund/welpe/welpenfutter/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "sellingPoints": {
    "label": "Selling Points",
    "format": "array"
  },
  "productDetails": {
    "label": "Product Details",
    "format": "text"
  },
  "feedingRecommendations": {
    "label": "Feeding Recommendations",
    "format": "text"
  },
  "ingredients": {
    "label": "Ingredients",
    "format": "object"
  },
  "shippingInformation": {
    "label": "Shipping Information",
    "format": "object"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "regularPrice": {
    "label": "Regular Price",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews Count",
    "format": "number"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  }
}
```

## About this Actor

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