1688 Wholesale Products & Supplier Scraper
Pricing
from $6.80 / 1,000 results
1688 Wholesale Products & Supplier Scraper
Scrape 1688.com (Alibaba China wholesale) products by keyword: title, wholesale price, product id and URL, image, sales volume, repurchase rate, supplier years and location. Search many keywords in one run. Export to JSON, CSV or Excel.
Pricing
from $6.80 / 1,000 results
Rating
5.0
(1)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
1688 Wholesale Products & Supplier Scraper
Here is one real result, with every field the actor returns:
{"imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01zrqVrk1nbye1GPiPy_!!2850655109-0-cib.jpg_270x270xzq60.jpg","title": "新款苹果18promax手机壳磁吸16防摔磨砂iphone17pm跨境保护壳批发","productUrl": "https://detail.1688.com/offer/927875250705.html","offerId": "927875250705","priceAmount": 7.13,"priceCurrency": "CNY","salesVolumeRaw": "成交3000+笔","salesVolume": 3000,"repurchaseRate": "25%","supplierYears": null,"supplierLocation": "佛山市","tag": null,"badges": "深度验厂","isAd": true,"companyName": "佛山市南海区三丰手机配件有限公司","sellerLoginId": "fssf06","sellerUserId": "2850655109","supplierUrl": "https://fssf06.1688.com","offerUnit": "个","minOrderQuantity": 50,"priceTiers": [{ "minQuantity": 50, "price": 7.99 }],"priceRangeText": "7.50-8.00","aiTitleEn": null,"aiCleanName": null,"aiAttributes": null,"aiCategory": null,"searchQuery": "手机壳","source": "1688.com","observedAt": "2026-08-10T01:00:01.093Z","error": null}
The most complete 1688.com wholesale scraper available. It returns every product and supplier field the search results expose (price, sales volume, repurchase rate, supplier location and trust badges), opens each offer page for sourcing detail (company name, MOQ, sale unit, wholesale price tiers, supplier shop), and offers optional AI add-ons to translate the Chinese title and extract structured attributes.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor searches 1688.com (Alibaba's China wholesale marketplace) for one or more keywords, paginates through the results, and writes one product record per offer to the run's dataset. Each base record carries the product title, image, offer URL and id, price, sales volume, repurchase rate, supplier years, supplier location, promo and trust badges, and an ad flag. Chinese keywords return the most results.
When withDetails is on, the actor opens each offer page and adds sourcing fields: supplier company name, seller login id and user id, supplier shop URL, sale unit, minimum order quantity, wholesale price tiers, and a price range. Two optional AI add-ons (paid Apify plans only) translate the Chinese title to English and extract structured attributes and a category. Missing values are returned as null, never invented.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 40 phone-case products with supplier detail.
{"searchQueries": ["手机壳"],"maxProducts": 40,"withDetails": true}
Add more keywords to searchQueries (Chinese keywords return the most results). Every input field is optional; with an empty input the actor searches the prefilled keyword.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchQueries | string[] | no | ["手机壳"] | One or more keywords to search on 1688.com. Chinese keywords return the most results, for example 手机壳 (phone case), 蓝牙耳机 (bluetooth earphones). One run searches every keyword. |
maxProducts | integer | no | 40 | Maximum number of products to collect across all keywords. |
withDetails | boolean | no | false | When on, opens each offer page to add supplier company name, MOQ, sale unit, wholesale price tiers, supplier shop URL and seller id. Slower but richer for sourcing. Billed per record enriched (details event). |
withDescription | boolean | no | false | Paid AI add-on. Translate the Chinese title to a concise English name and a normalized clean name. Charged only on usable output. |
withAttributes | boolean | no | false | Paid AI add-on. Extract structured product attributes and a broad category from the title. Charged only on usable output. |
enrichContacts | boolean | no | false | Paid contact-enrichment add-on toggle (paid plans only). |
enrichContactsMax | integer | no | 50 | Cap how many results the contact add-on attempts, to control cost. Free Apify accounts are capped at 3. |
Output reference
One dataset item per product. Types: string, number, boolean, object[], or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
imageUrl | string | Product image URL. |
title | string | Product title as listed (Chinese). |
productUrl | string | Direct link to the 1688 offer page. |
offerId | string | 1688 offer id. |
priceAmount | number | Listed price, or null. |
priceCurrency | string | Always CNY. |
salesVolumeRaw | string | Raw sales-volume text as shown, or null. |
salesVolume | number | Parsed numeric sales volume, or null. |
repurchaseRate | string | Repurchase rate percentage as shown, or null. |
supplierYears | number | Years the supplier has been on 1688, or null. |
supplierLocation | string | Supplier city, or null. |
tag | string | Promo tag on the card, or null. |
badges | string | Comma-joined supplier trust and promo badges, or null. |
isAd | boolean | true when the result is a paid placement. |
companyName | string | Supplier company name (with withDetails), or null. |
sellerLoginId | string | Supplier shop login id (with withDetails), or null. |
sellerUserId | string | Supplier user id (with withDetails), or null. |
supplierUrl | string | Supplier shop URL (with withDetails), or null. |
offerUnit | string | Sale unit, for example 个 (piece), or null. |
minOrderQuantity | number | Minimum order quantity (with withDetails), or null. |
priceTiers | object[] | Wholesale price tiers, each {minQuantity, price}, or null. |
priceRangeText | string | Price range text from the offer page, or null. |
aiTitleEn | string | AI English product name when the add-on is enabled, else null. |
aiCleanName | string | AI normalized clean product name when enabled, else null. |
aiAttributes | object | AI-extracted attributes when the add-on is enabled, else null. |
aiCategory | string | AI broad category when enabled, else null. |
searchQuery | string | The keyword that returned this product. |
source | string | Always 1688.com. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present only on a failed run; a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"searchQueries": ["手机壳"], "maxProducts": 40, "withDetails": true}):
{"imageUrl": "https://cbu01.alicdn.com/img/ibank/O1CN01zrqVrk1nbye1GPiPy_!!2850655109-0-cib.jpg_270x270xzq60.jpg","title": "新款苹果18promax手机壳磁吸16防摔磨砂iphone17pm跨境保护壳批发","productUrl": "https://detail.1688.com/offer/927875250705.html","offerId": "927875250705","priceAmount": 7.13,"priceCurrency": "CNY","salesVolumeRaw": "成交3000+笔","salesVolume": 3000,"repurchaseRate": "25%","supplierYears": null,"supplierLocation": "佛山市","tag": null,"badges": "深度验厂","isAd": true,"companyName": "佛山市南海区三丰手机配件有限公司","sellerLoginId": "fssf06","sellerUserId": "2850655109","supplierUrl": "https://fssf06.1688.com","offerUnit": "个","minOrderQuantity": 50,"priceTiers": [{ "minQuantity": 50, "price": 7.99 }],"priceRangeText": "7.50-8.00","aiTitleEn": null,"aiCleanName": null,"aiAttributes": null,"aiCategory": null,"searchQuery": "手机壳","source": "1688.com","observedAt": "2026-08-10T01:00:01.093Z","error": null}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~1688-wholesale-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQueries":["手机壳"],"maxProducts":40,"withDetails":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~1688-wholesale-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQueries":["蓝牙耳机"],"maxProducts":200}'
Apify CLI:
apify call scrapers_lat/1688-wholesale-scraper \--input '{"searchQueries":["手机壳"],"withDetails":true}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per product record returned (
resultevent). See the pricing tab for the current per-result price. - Add-ons billed separately.
detailsis charged per record only when supplier detail is returned;ai_descriptionandai_attributesare each charged per record only when the model returns usable output (paid Apify plans only). - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped per run. Upgrade for higher
maxProducts.
FAQ and troubleshooting
A run returned 0 records. Why? The keyword matched nothing, or the source throttled the request. Chinese keywords match best. Zero-result runs are not charged.
How do I get supplier company name and MOQ?
Enable withDetails. The actor opens each offer page and adds companyName, minOrderQuantity, priceTiers, offerUnit, supplierUrl and seller ids.
Can I search with English keywords? Yes, but Chinese keywords return far more and more relevant results because that is how 1688 sellers title their offers.
Why are the AI fields null?
The AI add-ons are off by default and require a paid Apify plan. Enable withDescription or withAttributes on a paid plan to populate them.
Is this an official 1688 or Alibaba tool? No. This actor is independent and has no affiliation with 1688.com or Alibaba Group. It reads only data that is publicly available on 1688.com.
Related scrapers
- AliExpress Scraper: AliExpress product and price data.
- Made-in-China Suppliers Scraper: Chinese B2B supplier directory.
- DHgate Suppliers Scraper: DHgate wholesale supplier listings.
- HKTDC Suppliers Scraper: Hong Kong trade supplier directory.
- IndiaMART Suppliers Scraper: Indian B2B supplier leads.
- Global Sources alternative: Europages Suppliers Scraper: European B2B supplier directory.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with 1688.com or Alibaba Group. Accesses only publicly available 1688.com data.
