# Research Yeezy 350 Sneakers Market Data Europe (EUR)

**Use case:** 

Gather current listing and sale data for Yeezy 350 sneakers across major European markets. Identify popular models, price differentials, and regional demand to 

## Input

```json
{
  "mode": "byBrand",
  "searchQuery": "yeezy 350",
  "brand": "yeezy",
  "category": "sneakers",
  "productSlugs": [],
  "startUrls": [],
  "currency": "EUR",
  "country": "DE",
  "sortBy": "most_active",
  "fetchProductDetails": true,
  "maxItems": 25,
  "maxPages": 3,
  "useProxy": true,
  "useBrowser": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "lowestAsk": {
    "label": "Lowest Ask",
    "format": "number"
  },
  "highestBid": {
    "label": "Highest Bid",
    "format": "number"
  },
  "lastSale": {
    "label": "Last Sale",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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