# 1688 Apparel Best Sellers From Verified Factories

**Use case:** 

Pull the highest sales-volume apparel listings from verified 1688 factories. Helps sourcing agents and private-label brands shortlist factory-direct winners.

## Input

```json
{
  "keywords": [
    "卫衣",
    "T恤",
    "女装连衣裙"
  ],
  "maxItemsPerKeyword": 50,
  "searchType": "pcmarket",
  "minPrice": 20,
  "sortBy": "sales",
  "sortDescending": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "offerId": {
    "label": "Offer ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceInfo": {
    "label": "Price Info",
    "format": "object"
  },
  "priceTiers": {
    "label": "Price Tiers",
    "format": "array"
  },
  "bookedCount": {
    "label": "Booked Count",
    "format": "text"
  },
  "salesText": {
    "label": "Sales",
    "format": "text"
  },
  "repurchaseRate": {
    "label": "Repurchase Rate",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "text"
  },
  "sellerMemberId": {
    "label": "Seller Member ID",
    "format": "text"
  },
  "sellerUrl": {
    "label": "Seller URL",
    "format": "link"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "isAd": {
    "label": "Is Ad",
    "format": "boolean"
  },
  "isFactory": {
    "label": "Is Factory",
    "format": "boolean"
  },
  "isVerified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "businessInspection": {
    "label": "Business Inspection",
    "format": "boolean"
  },
  "factoryInspection": {
    "label": "Factory Inspection",
    "format": "boolean"
  },
  "serviceTags": {
    "label": "Service Tags",
    "format": "array"
  },
  "page": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [1688.com Search Scraper](https://apify.com/datacach/1688-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/1688-search-scraper) to learn more, explore other use cases, and run it yourself.