# 1688-product-search-task

**Use case:** 

Find profitable space-saving rack products on 1688. Get detailed pricing, vendor info, and trending data to enhance your dropshipping strategy.

## Input

```json
{
  "query": "Space-saving racks",
  "language": "en",
  "sortBy": "UpdatedTime:Desc",
  "maxPages": 1
}
```

## Output

```json
{
  "main_image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Product Title"
  },
  "brand_name": {
    "label": "Brand"
  },
  "price_cny": {
    "label": "Price (¥ CNY)",
    "format": "number"
  },
  "price_usd": {
    "label": "Price ($ USD)",
    "format": "number"
  },
  "vendor_display_name": {
    "label": "Vendor"
  },
  "vendor_score": {
    "label": "Vendor Score",
    "format": "number"
  },
  "master_quantity": {
    "label": "Stock Qty",
    "format": "number"
  },
  "stuff_status": {
    "label": "Condition"
  },
  "external_item_url": {
    "label": "Product URL"
  }
}
```

## About this Actor

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