# 1688 Toy Wholesale Supplier Directory Scraper

**Use case:** 

Build a 1688 toy wholesale supplier directory: company name, city, Trust Pass years, verified factory flag, repurchase rate and total sold. CSV ready.

## Input

```json
{
  "keywords": [
    "玩具"
  ],
  "startUrls": [],
  "maxItems": 150,
  "maxPagesPerKeyword": 8,
  "includeDetails": true,
  "detailConcurrency": 4,
  "proxyCountryCodes": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "supplierUrl": {
    "label": "Storefront",
    "format": "link"
  },
  "sellerLoginId": {
    "label": "Seller ID"
  },
  "sellerUserId": {
    "label": "User ID"
  },
  "supplierCity": {
    "label": "City"
  },
  "supplierLocation": {
    "label": "Location"
  },
  "trustPassYears": {
    "label": "TrustPass yrs"
  },
  "isVerifiedFactory": {
    "label": "Verified factory"
  },
  "isVerifiedSupplier": {
    "label": "Verified supplier"
  },
  "isPowerfulMerchant": {
    "label": "Powerful merchant"
  },
  "repurchaseRate": {
    "label": "Repurchase %"
  },
  "totalSold": {
    "label": "Units sold"
  }
}
```

## About this Actor

This example demonstrates how to use [1688 Wholesale Scraper - Prices, MOQ & Supplier Leads](https://apify.com/scrapesage/1688-wholesale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/1688-wholesale-scraper) to learn more, explore other use cases, and run it yourself.