# Export 1688 Phone Case Products

**Use case:** 

Export 1688 phone case products with wholesale prices, MOQ, supplier locations, images, and product URLs for ecommerce sourcing.

## Input

```json
{
  "keywords": [
    "手机壳"
  ],
  "maxResults": 5,
  "maxConcurrency": 1,
  "includeSkuDetails": false,
  "includeDescriptionHtml": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "offerId": {
    "label": "Offer ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "moqText": {
    "label": "MOQ",
    "format": "string"
  },
  "soldText": {
    "label": "Sold",
    "format": "string"
  },
  "supplier": {
    "label": "Supplier",
    "format": "object"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "string"
  },
  "sourceKeyword": {
    "label": "Keyword",
    "format": "string"
  },
  "searchPage": {
    "label": "Page",
    "format": "integer"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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