# Wildberries Resale Jacket Seller Directory

**Use case:** 

Access detailed listings for jackets on Wildberries Resale. Includes seller profiles, condition, pricing, ratings, and stock information.

## Input

```json
{
  "searchQueries": [
    "куртка"
  ],
  "maxResults": 50,
  "condition": [],
  "minPrice": 0,
  "maxPrice": 0,
  "sort": "newly",
  "region": "MOSCOW",
  "includeSellerProfile": true,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "sellerFullName": {
    "label": "Legal Name",
    "format": "string"
  },
  "sellerInn": {
    "label": "INN",
    "format": "string"
  },
  "sellerTrademark": {
    "label": "Trademark",
    "format": "string"
  },
  "supplierRating": {
    "label": "Seller Rating",
    "format": "number"
  },
  "sellerUrl": {
    "label": "Seller Page",
    "format": "string"
  },
  "name": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wildberries Resale Scraper: Ресейл ВБ](https://apify.com/getascraper/wildberries-resale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/wildberries-resale-scraper) to learn more, explore other use cases, and run it yourself.