# Find power strip suppliers on 1688

**Use case:** 

Find verified power strip suppliers on 1688 and export prices, minimum orders, sales data, supplier details, images, product links, and SKU variants.

## Input

```json
{
  "keywords": [
    "power strip"
  ],
  "offerIds": [],
  "maxResults": 50,
  "sortBy": "bestSelling",
  "includeSkuDetails": true,
  "includeDescriptionHtml": false,
  "includeSupplierIntelligence": false,
  "merchantType": "verifiedMerchant"
}
```

## Output

```json
{
  "offerId": {
    "label": "Offer ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "quantityPrices": {
    "label": "Quantity Tiers",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "skuImages": {
    "label": "SKU Images",
    "format": "array"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "orderCount": {
    "label": "Order Count",
    "format": "number"
  },
  "saledCount": {
    "label": "Total Sold",
    "format": "number"
  },
  "saledCountStr": {
    "label": "Sold (Display)",
    "format": "text"
  },
  "wantBuyCount": {
    "label": "Want-Buy Count",
    "format": "number"
  },
  "recentSoldCount": {
    "label": "Recent Sold",
    "format": "number"
  },
  "soldDisplay": {
    "label": "Sold (Headline)",
    "format": "text"
  },
  "returnRate": {
    "label": "Repeat-Customer Rate (回头率)",
    "format": "number"
  },
  "repurchaseRate": {
    "label": "Repurchase Rate",
    "format": "number"
  },
  "offerRepurchaseRate": {
    "label": "Offer Repurchase Rate (复购率)",
    "format": "number"
  },
  "stock": {
    "label": "Stock",
    "format": "number"
  },
  "minOrderQuantity": {
    "label": "Min Order Qty",
    "format": "number"
  },
  "supportsMix": {
    "label": "Mixed Batch",
    "format": "boolean"
  },
  "mixWholesale": {
    "label": "Mixed Batch Minimums",
    "format": "object"
  },
  "purchaseLimits": {
    "label": "Purchase Limits",
    "format": "object"
  },
  "supportsSampling": {
    "label": "Sampling Support",
    "format": "boolean"
  },
  "unitWeight": {
    "label": "Unit Weight (kg)",
    "format": "number"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "block": {
    "label": "Listing Type",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "serviceTags": {
    "label": "Service Tags",
    "format": "array"
  },
  "promotionTags": {
    "label": "Promotion Tags",
    "format": "array"
  },
  "serviceLabels": {
    "label": "Service Labels",
    "format": "array"
  },
  "supplier": {
    "label": "Supplier",
    "format": "object"
  },
  "specs": {
    "label": "Specs",
    "format": "array"
  },
  "skuDetails": {
    "label": "SKU Details",
    "format": "object"
  },
  "services": {
    "label": "After-Sales Services",
    "format": "array"
  },
  "coupons": {
    "label": "Coupons",
    "format": "array"
  },
  "dropship": {
    "label": "Dropship",
    "format": "object"
  },
  "shipping": {
    "label": "Shipping",
    "format": "object"
  },
  "promotions": {
    "label": "Promotions",
    "format": "array"
  },
  "productFlags": {
    "label": "Product Flags",
    "format": "object"
  },
  "categoryId": {
    "label": "Category ID",
    "format": "text"
  },
  "topCategoryId": {
    "label": "Top Category ID",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "categoryPath": {
    "label": "Category Path",
    "format": "text"
  },
  "customization": {
    "label": "Customization / OEM",
    "format": "object"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "isOutOfStock": {
    "label": "Out of Stock",
    "format": "boolean"
  },
  "isCrossBorderTrade": {
    "label": "Cross-Border Trade",
    "format": "boolean"
  },
  "winportUrl": {
    "label": "Supplier Shop URL",
    "format": "link"
  },
  "descriptionUrl": {
    "label": "Description URL",
    "format": "link"
  },
  "descriptionImages": {
    "label": "Description Images",
    "format": "array"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "sameDesignUrl": {
    "label": "Similar Products URL",
    "format": "link"
  },
  "sourceKeyword": {
    "label": "Source Keyword",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [1688 Products Wholesale Scraper - 50+ Fields, 250+ Products/Min](https://apify.com/zen-studio/1688-wholesale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/1688-wholesale-scraper) to learn more, explore other use cases, and run it yourself.