1688 Reviews Scraper | Product Ratings & Buyer Feedback avatar

1688 Reviews Scraper | Product Ratings & Buyer Feedback

Pricing

from $2.39 / 1,000 reviews

Go to Apify Store
1688 Reviews Scraper | Product Ratings & Buyer Feedback

1688 Reviews Scraper | Product Ratings & Buyer Feedback

Extract buyer reviews from 1688.com products. Each review includes star rating, review text, buyer location, purchased specs, order quantity, and buyer credibility stats. Accepts product URLs or IDs, paginates automatically, returns structured JSON.

Pricing

from $2.39 / 1,000 reviews

Rating

0.0

(0)

Developer

Zen Studio

Zen Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

1688 Product Reviews Scraper | Buyer Feedback, Ratings & Specs (2026)

1688 Product Reviews Scraper

19 fields per review, up to 500 per product — star ratings, buyer location, purchased specs & credibility stats.
1688.com Scraper Suite   •  China wholesale and marketplace intelligence
 1688
Wholesale, supplier data
 Taobao
淘宝 + Tmall
 Reviews
➤ You are here
 JD.com
京东 products

Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start building with this data.

1688 Product Reviews Scraper (zen-studio/1688-reviews-scraper) on Apify extracts buyer reviews from 1688.com products. 19 fields per review: offerId, reviewId, productTitle, sellerName, content, rating (1-5), reviewer, reviewerLevel, date, location, specs (purchased variant), quantity, unit, isAnonymous, isSystemDefault, isRepeatCustomer, isPlusUser, buyerRatingCount, buyerGoodRatingCount. Input: productUrls (array of URLs or numeric offer IDs), maxReviewsPerProduct (5-500, default 100). Output: flat JSON, one row per review. Pricing: $2.99 per 1,000 reviews (PPE). Apify token required.

Key Features

  • 19 fields per review including rating, text, buyer location, purchased specs, and repeat-customer flag
  • Up to 500 reviews per product with automatic pagination
  • Flexible input accepts full 1688 URLs or just numeric offer IDs

How to Scrape 1688 Product Reviews

Basic: single product

{
"productUrls": ["https://detail.1688.com/offer/993648470412.html"]
}

Multiple products by ID

{
"productUrls": ["993648470412", "990606521619"],
"maxReviewsPerProduct": 50
}

Mixed URLs and IDs

{
"productUrls": [
"https://detail.1688.com/offer/993648470412.html",
"990606521619"
],
"maxReviewsPerProduct": 200
}

Input Parameters

ParameterTypeDefaultDescription
productUrlsarrayrequired1688 product URLs or numeric offer IDs. Mix formats freely.
maxReviewsPerProductinteger100Max reviews per product. Newest first. Range: 5-500.

What Data Can You Extract from 1688 Reviews?

Every review includes:

  • Review content with star rating (1-5) and unique review ID
  • Review photos: buyer-uploaded images (when present)
  • Buyer details: reviewer name, level, location, plus-user status
  • Buyer credibility: total ratings given, good rating count
  • Purchase context: exact specs ordered (color, size), quantity, unit
  • Flags: anonymous, system-generated, repeat customer

Output Example

[
{
"offerId": "927451550060",
"reviewId": "39503416602",
"productTitle": "纯亚麻阔腿裤女2025年夏季直筒休闲长裤时尚百搭宽松薄款棉麻",
"sellerName": "简韵女裤批发",
"content": "从没想过这么实惠的价格能买到这么好的裤子,给商家五星好评。",
"rating": 5,
"reviewer": "t**3",
"reviewerLevel": "L0",
"date": "2026-04-03 00:17:58",
"location": "重庆市",
"specs": "颜色: 麻本色长裤, 尺码: L【106-120斤】",
"quantity": 1.0,
"unit": "条",
"reviewImages": [
"https://img.alicdn.com/imgextra/i3/O1CN010s9w5M1WbCSe7zwtE_!!4611686018428148624-0-cib.jpg"
],
"isAnonymous": false,
"isSystemDefault": false,
"isRepeatCustomer": false,
"isPlusUser": false,
"buyerRatingCount": 3,
"buyerGoodRatingCount": 3
},
{
"offerId": "927451550060",
"reviewId": "39472915041",
"productTitle": "纯亚麻阔腿裤女2025年夏季直筒休闲长裤时尚百搭宽松薄款棉麻",
"sellerName": "简韵女裤批发",
"content": "该用户觉得商品非常赞,给出了五星好评",
"rating": 5,
"reviewer": "t**5",
"reviewerLevel": "L2",
"date": "2025-10-20 17:26:26",
"location": null,
"specs": "颜色: 黑色长裤, 尺码: XXL【131-145斤】 | 颜色: 麻本色长裤, 尺码: XXL【131-145斤】",
"quantity": 2.0,
"unit": "条",
"reviewImages": [],
"isAnonymous": false,
"isSystemDefault": false,
"isRepeatCustomer": false,
"isPlusUser": false,
"buyerRatingCount": 12,
"buyerGoodRatingCount": 11
}
]

Advanced Usage

Supplier quality audit

Scrape reviews for several products from the same supplier. Compare ratings, review authenticity (check isSystemDefault), and repeat buyer rates across their catalog.

{
"productUrls": ["993648470412", "990606521619"],
"maxReviewsPerProduct": 100
}

Quick sample check

Pull a small batch to validate product quality before placing a bulk order.

{
"productUrls": ["993648470412"],
"maxReviewsPerProduct": 10
}

Full review dump

Extract all available reviews for deep analysis, sentiment scoring, or translation.

{
"productUrls": ["993648470412"],
"maxReviewsPerProduct": 500
}

Pricing

$2.99 per 1,000 reviews (pay per event).

ReviewsCost
10~$0.03
100~$0.30
1,000~$2.99

FAQ

How many reviews can I extract per product? Up to 500 per product. Most 1688 listings have 20-200 reviews.

What language are reviews in? Chinese (Simplified). Use any translation service or LLM to translate the content field.

What does isSystemDefault mean? 1688 auto-generates a default positive review when a buyer doesn't leave one manually. These show generic text like "该用户觉得商品非常赞". Filter them out for genuine feedback.

What does isRepeatCustomer mean? The buyer has ordered from this seller before. A high repeat-customer ratio suggests reliable supplier quality.

What are the specs values? The exact product variant the buyer purchased, decoded from 1688's internal format. Example: "颜色: 黑色长裤, 尺码: XXL" means color: black pants, size: XXL.

Are reviews sorted? Yes, newest first. The most recent reviews are returned first.

What if a product has no reviews? The actor moves to the next product. No error, no empty rows.

Can I scrape reviews for products found with the Wholesale Scraper? Yes. Copy the offerId values from the Wholesale Scraper output and paste them into productUrls.

What happens if I hit the budget limit? The actor stops and saves all reviews collected so far. No data is lost.

More Zen Studio scrapers for Chinese platforms

🛒 E-commerce

🎬 Short-video & social

🏠 Real estate & autos

Support

  • Bugs: Issues tab
  • Features: Issues tab

Extracts publicly available data. Users must comply with 1688.com terms and data protection regulations (GDPR, CCPA).


Extract buyer reviews from 1688.com products with ratings, specs, and buyer intelligence.