# 🛒 1688 Product Scraper — wholesale & factory-direct (`futurizerush/1688-com-products-scraper`) Actor

Extract wholesale product data from 1688.com: title, unit price, bulk-tier pricing, shop location, credit score, sales volume, repurchase rate. Batch-collect by keyword. No login required. Built for cross-border e-commerce sourcing, product research, and supplier comparison. (Beta)

- **URL**: https://apify.com/futurizerush/1688-com-products-scraper.md
- **Developed by:** [Rush](https://apify.com/futurizerush) (community)
- **Categories:** AI, Agents, E-commerce
- **Stats:** 2 total users, 1 monthly users, 40.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🛒 1688 Product Scraper — wholesale sourcing & factory-direct supply

> Extract wholesale product data from 1688.com: bulk-tier pricing, six seller credit sub-scores, sales volume, repurchase rate, certification badges. Batch-collect by keyword. No login required.

---

### 🎯 What you can do

- **Batch keyword search**: up to 50 keywords per run, up to 1000 products per keyword
- **36 product fields**: title, price, bulk-tier pricing, main image, shop, province, city, six credit sub-scores, sales, repurchase rate, return-customer rate, badges, service tags
- **Filters available**: price range, minimum seller rating, verified-shops-only
- **Sort options**: default / best-selling (sorted by 1688's in-platform best-seller signal)
- **Multi-language input**: Traditional Chinese, Simplified Chinese, and English keywords all supported (subject to 1688's catalog coverage)

---

### 📥 Input fields

| Field | Type | Required | Description |
|---|---|---|---|
| `queries` | array of strings | ✅ | Search keywords for batch collection (e.g. `dress`, `phone case`, `air fryer`) |
| `maxProducts` | integer (60–1000) | optional, default 60 | Max products to extract per keyword |
| `sortType` | enum | optional, default `normal` | `normal` / `best_selling` (sorted by 1688's in-platform best-seller signal) |
| `priceMin` | integer | optional | Minimum unit price (CNY) |
| `priceMax` | integer | optional | Maximum unit price (CNY) |
| `sellerRatingMin` | number (0–5) | optional | Minimum seller composite score (e.g. 4.5 keeps only shops scoring 4.5+) |
| `verifiedOnly` | boolean | optional, default `false` | When enabled, keeps only on-site-verified shops (factory inspection or business inspection) |

---

### 📤 Output sample

```json
{
  "offer_id": "1035753446015",
  "title": "3th Morning 奶油甜茶 韩系复古水果印花圆领短袖T恤ZY4091",
  "offer_url": "https://detail.1688.com/offer/1035753446015.html",
  "main_image": "https://cbu01.alicdn.com/img/ibank/O1CN01rX4sLe21ayNq1aDEN_!!2211360847002-0-cib.jpg",
  "price_cny": "42",
  "quantity_prices": [{"quantity": "≥1件", "value": "42.00"}],
  "shop_name": "苏州智允服饰设计有限公司",
  "shop_province": "江苏",
  "shop_city": "苏州市",
  "business_type": "生产加工",
  "shop_years": "6",
  "verified_seller": true,
  "factory_inspection": true,
  "business_inspection": true,
  "booked_count": 437,
  "total_sales_text": "已售400+件",
  "repurchase_rate": "1%",
  "turn_head_rate": "64%",
  "composite_score": "4.5",
  "consultation_score": "4.5",
  "logistics_score": "3.57",
  "dispute_score": "4.0",
  "return_score": "4.67",
  "goods_score": "3.0",
  "badges": ["退货包运费", "先采后付", "回头率64%"],
  "service_tags": ["7×24H响应", "深度验厂", "先采后付"],
  "search_keyword": "T恤",
  "search_page": 1,
  "extracted_at": "2026-04-26T20:08:54Z"
}
````

> Text fields (titles, shop names, badges, service tags) are returned in their original Simplified Chinese as published on 1688.com.

See the dataset default view for all 36 fields.

***

### 💡 Use cases

- **Cross-border e-commerce sourcing**: pull best-selling items + factory-direct data, list on Shopify, Amazon, Shopee, Rakuten
- **Wholesaler price comparison**: compare unit prices, bulk-tier prices, and seller credit scores across keywords in the same category
- **Category intelligence**: monitor sales volume, repurchase rate, and pricing changes within a category over time
- **Buying-list management**: batch-collect product URLs + images + prices to build a procurement list

***

### 🔗 Affiliate

This Actor is published by [futurizerush](https://apify.com/futurizerush?fpr=rush). If this tool helps you, signing up via this link is a small way to support the author. Thank you.

***

### ❓ FAQ

**Q1: Why do some keywords return 0 results when I run many at once?**

1688 occasionally throttles traffic, so a few keywords may return 0 in any given run. The Actor moves on to the next keyword after a friendly warning — partial results are still saved.

**Q2: Why do different products have different numbers of `quantity_prices` tiers?**

1688 merchants set their own bulk-tier pricing. Retail-friendly merchants typically set a single tier "≥1 piece"; traditional wholesalers set multiple tiers (e.g. 1~99 / 100~499 / ≥500); a few merchants set no tiers, in which case `quantity_prices` is an empty array.

**Q3: Do image URLs expire?**

Image URLs are usually stable, but merchants may change images when re-listing. For long-term storage, download and back up the images at extraction time.

**Q4: Will this Actor get me blacklisted on 1688?**

This Actor runs entirely anonymously — no login, no account credentials attached — so your 1688 account is never exposed to risk.

**Q5: Can I extract the full SKU matrix from product detail pages?**

No. This Actor extracts search-page summary data only. Full SKU and specification matrices live on each product's detail page and are not within this Actor's scope.

***

### ⚠️ Disclaimer

This Actor extracts only publicly visible product information from 1688.com. It does not access any login-protected content, submit orders, or modify seller pages. Data accuracy, freshness, and availability depend on 1688's on-site display and may vary due to platform changes or merchant updates. This tool is not investment advice or legal counsel; users should evaluate data compliance and commercial use independently.

Extracted data is information published by 1688 merchants themselves; copyright and related rights belong to the original publishing merchants. Please comply with 1688's Terms of Service and applicable local laws.

***

> Built with Claude Code, OpenClaw, Gemini, Antigravity, Codex, ChatGPT.

# Actor input Schema

## `queries` (type: `array`):

Product keywords to search (Chinese or English both supported). Multiple keywords for batch collection. Examples: dress, phone case, air fryer.

## `maxProducts` (type: `integer`):

Maximum products to extract per keyword. Min 60, max 1000, default 60.

## `sortType` (type: `string`):

Choose how products are sorted: default / best-selling (sorted by 1688's in-platform best-seller signal).

## `priceMin` (type: `integer`):

Filter by minimum unit price (CNY). Example: 10. Leave empty for no limit.

## `priceMax` (type: `integer`):

Filter by maximum unit price (CNY). Example: 500. Leave empty for no limit.

## `sellerRatingMin` (type: `number`):

Filter by minimum seller composite score (0–5). Example: 4.5 keeps only shops scoring 4.5 or above. Leave empty for no limit.

## `verifiedOnly` (type: `boolean`):

When enabled, keeps only on-site-verified shops (factory inspection or business inspection).

## Actor input object example

```json
{
  "queries": [
    "phone case",
    "watch",
    "backpack"
  ],
  "maxProducts": 60,
  "sortType": "normal",
  "verifiedOnly": false
}
```

# Actor output Schema

## `products` (type: `string`):

List of extracted public product and shop data

## `output` (type: `string`):

Summary of this run's results

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "phone case",
        "watch",
        "backpack"
    ],
    "maxProducts": 60,
    "sortType": "normal",
    "verifiedOnly": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("futurizerush/1688-com-products-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "queries": [
        "phone case",
        "watch",
        "backpack",
    ],
    "maxProducts": 60,
    "sortType": "normal",
    "verifiedOnly": False,
}

# Run the Actor and wait for it to finish
run = client.actor("futurizerush/1688-com-products-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "phone case",
    "watch",
    "backpack"
  ],
  "maxProducts": 60,
  "sortType": "normal",
  "verifiedOnly": false
}' |
apify call futurizerush/1688-com-products-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=futurizerush/1688-com-products-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🛒 1688 Product Scraper — wholesale & factory-direct",
        "description": "Extract wholesale product data from 1688.com: title, unit price, bulk-tier pricing, shop location, credit score, sales volume, repurchase rate. Batch-collect by keyword. No login required. Built for cross-border e-commerce sourcing, product research, and supplier comparison. (Beta)",
        "version": "0.0",
        "x-build-id": "YZsq1ZZIQtbiUmTvv"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/futurizerush~1688-com-products-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-futurizerush-1688-com-products-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/futurizerush~1688-com-products-scraper/runs": {
            "post": {
                "operationId": "runs-sync-futurizerush-1688-com-products-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/futurizerush~1688-com-products-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-futurizerush-1688-com-products-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "queries"
                ],
                "properties": {
                    "queries": {
                        "title": "🔍 Search keywords",
                        "minItems": 1,
                        "maxItems": 50,
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Product keywords to search (Chinese or English both supported). Multiple keywords for batch collection. Examples: dress, phone case, air fryer.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxProducts": {
                        "title": "📦 Max products per keyword",
                        "minimum": 60,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum products to extract per keyword. Min 60, max 1000, default 60.",
                        "default": 60
                    },
                    "sortType": {
                        "title": "🔢 Sort order",
                        "enum": [
                            "normal",
                            "best_selling"
                        ],
                        "type": "string",
                        "description": "Choose how products are sorted: default / best-selling (sorted by 1688's in-platform best-seller signal).",
                        "default": "normal"
                    },
                    "priceMin": {
                        "title": "💴 Minimum unit price (CNY)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter by minimum unit price (CNY). Example: 10. Leave empty for no limit."
                    },
                    "priceMax": {
                        "title": "💴 Maximum unit price (CNY)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Filter by maximum unit price (CNY). Example: 500. Leave empty for no limit."
                    },
                    "sellerRatingMin": {
                        "title": "⭐ Minimum seller composite score",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "number",
                        "description": "Filter by minimum seller composite score (0–5). Example: 4.5 keeps only shops scoring 4.5 or above. Leave empty for no limit."
                    },
                    "verifiedOnly": {
                        "title": "✅ Verified shops only",
                        "type": "boolean",
                        "description": "When enabled, keeps only on-site-verified shops (factory inspection or business inspection).",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
