# Scrape shoes from Zalando France

**Use case:** 

Extract shoe listings and prices from Zalando France. Structured fashion product data. Pay per result.

## Input

```json
{
  "market": "fr",
  "category": "herrenschuhe-sneaker",
  "searchQuery": "bottes",
  "maxResults": 5,
  "fetchDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "priceCurrent": {
    "label": "Price"
  },
  "priceOriginal": {
    "label": "Original price"
  },
  "currency": {
    "label": "Currency"
  },
  "discountPercent": {
    "label": "Discount %"
  },
  "inStock": {
    "label": "In stock"
  },
  "productType": {
    "label": "Type"
  },
  "url": {
    "label": "URL"
  },
  "market": {
    "label": "Market"
  }
}
```

## About this Actor

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