# 1688 Low MOQ Dropshipping Product Finder

**Use case:** 

Find 1688 one-piece dropshipping offers with the lowest MOQ, unit price, sales volume and supplier rating. Export product picks to CSV or Excel.

## Input

```json
{
  "keywords": [
    "一件代发"
  ],
  "startUrls": [],
  "maxItems": 120,
  "maxPagesPerKeyword": 6,
  "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.