# Find Fashion Jewelry on 1688

**Use case:** 

Find waterproof 18K gold-plated stainless steel jewelry, earrings, and rings from Yiwu wholesale suppliers on 1688.

## Input

```json
{
  "keyword": "jewelry accessories",
  "maxItems": 50,
  "detailLevel": "full",
  "sortBy": "booked",
  "province": "浙江",
  "verticalProductFlag": "factory",
  "superFactoryOnly": false,
  "factoryInspectionOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "Offer Link",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (¥)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "number"
  },
  "totalStock": {
    "label": "Total Stock",
    "format": "number"
  },
  "repurchaseRate": {
    "label": "Repurchase Rate (回头率)",
    "format": "text"
  },
  "superFactory": {
    "label": "Super Factory (超级工厂)",
    "format": "boolean"
  },
  "factoryInspection": {
    "label": "Factory Inspected (深度验厂)",
    "format": "boolean"
  },
  "supplier.name": {
    "label": "Supplier / Shop",
    "format": "text"
  },
  "supplier.city": {
    "label": "City",
    "format": "text"
  },
  "salesVolume": {
    "label": "Sales Volume",
    "format": "text"
  },
  "pictureUrl": {
    "label": "Photo",
    "format": "image"
  },
  "detailLevel": {
    "label": "Mode",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [1688.com Wholesale & Factory Scraper (阿里巴巴批发网) 🇨🇳](https://apify.com/scraperpro/1688-wholesale-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraperpro/1688-wholesale-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scraperpro/1688-wholesale-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
