# 1688 Women's Fashion Wholesale Sourcing Scraper

**Use case:** 

Scrape 1688 women's clothing wholesale offers: price, MOQ, sales count, repurchase rate and supplier city. Export a sourcing shortlist to CSV or JSON.

## Input

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

## Output

```json
{
  "title": {
    "label": "Product"
  },
  "price": {
    "label": "Price (CNY)"
  },
  "minOrderQuantity": {
    "label": "MOQ"
  },
  "salesCount": {
    "label": "Recent orders"
  },
  "totalSold": {
    "label": "Units sold"
  },
  "repurchaseRate": {
    "label": "Repurchase %"
  },
  "supplierCity": {
    "label": "City"
  },
  "companyName": {
    "label": "Supplier"
  },
  "isVerifiedFactory": {
    "label": "Verified factory"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## 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.