# Женские летние платья Wildberries

**Use case:** 

Retrieve listings for popular women’s summer dresses with prices, ratings, and suppliers from Wildberries in Moscow.

## Input

```json
{
  "searchQueries": [
    "платье женское летнее"
  ],
  "startUrls": [],
  "nmIds": [],
  "lowPrice": 0,
  "topPrice": 0,
  "discount": 0,
  "sort": "popular",
  "region": "MOSCOW",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugLogging": false
}
```

## Output

```json
{
  "productUrl": {
    "label": "Product",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "name": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price (RUB)",
    "format": "number"
  },
  "oldPrice": {
    "label": "Previous price (RUB)",
    "format": "number"
  },
  "discount": {
    "label": "Discount (%)",
    "format": "number"
  },
  "inStock": {
    "label": "Public stock signal",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "feedbacks": {
    "label": "Review count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Product Scraper: Поиск товаров Вайлдберриз](https://apify.com/getascraper/wildberries-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/wildberries-scraper) to learn more, explore other use cases, and run it yourself.