# Wildberries + Ozon + Yandex Market + Kaspi Seller Leads

**Use case:** 

Collect sellers from Wildberries, Ozon, Yandex Market and Kaspi in one run, each with legal entity, INN and OGRN.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "чайник"
  ],
  "platforms": [
    "wildberries",
    "ozon",
    "yandexmarket",
    "kaspi"
  ],
  "maxPagesPerQuery": 2,
  "maxSellersPerPlatform": 40,
  "fetchDossier": true,
  "cities": [
    "750000000"
  ],
  "kaspiOfferDepth": 8,
  "alertOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RU"
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "name": {
    "label": "Store",
    "format": "string"
  },
  "legalName": {
    "label": "Legal entity",
    "format": "string"
  },
  "inn": {
    "label": "INN/BIN",
    "format": "string"
  },
  "ogrn": {
    "label": "OGRN",
    "format": "string"
  },
  "legalAddress": {
    "label": "Address",
    "format": "string"
  },
  "productCount": {
    "label": "Products",
    "format": "number"
  },
  "avgRating": {
    "label": "Rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "foundByQuery": {
    "label": "Found by",
    "format": "array"
  },
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "storeUrl": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Marketplace Seller Lead-gen (Wildberries+Ozon+Yandex+Kaspi)](https://apify.com/isolovyev/marketplace-seller-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/isolovyev/marketplace-seller-leads) to learn more, explore other use cases, and run it yourself.