AliExpress Review Aggregate Scraper avatar

AliExpress Review Aggregate Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
AliExpress Review Aggregate Scraper

AliExpress Review Aggregate Scraper

Per-product review aggregate (averageStar, averageStarRate, review count, orders, sales) for every product in an AliExpress store. Uses the unsigned shoprenderview.aliexpress.com gateway. Per-buyer review TEXT is Baxia-gated and requires a browser actor.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

AliExpress Review Scraper

Collect per-product review aggregates — average star rating, review count, and order volume — for every product listed in any AliExpress store.

Why use this actor

  • No AliExpress account or login required — works on fully public store data.
  • Accepts store URLs or bare numeric seller IDs.
  • Returns aggregate review data (average rating, review count, orders) for every product in the store.
  • Pricing and promotion data are included alongside review signals.
  • Paginated crawl — covers stores with thousands of products in a single run.
  • Stable JSON output ready to load into any database, spreadsheet, or data pipeline.

How it works

  1. You provide one or more AliExpress store URLs or numeric seller IDs.
  2. The actor paginates through each store's product listing, collecting up to the page limit you set.
  3. For each product it extracts the review aggregate (average star rating, review count, orders) along with pricing.
  4. Results stream into your Apify dataset as each page is processed.
  5. Download the complete dataset as JSON, CSV, or Excel when the run finishes.

You don't need to manage any browsers or scrapers.

Input

{
"stores": [
{ "url": "https://www.aliexpress.com/store/6000002441" }
],
"country": "US",
"currency": "USD",
"maxPagesPerStore": 5,
"pageSize": 30,
"maxConcurrency": 2,
"maxRequestRetries": 6,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
storesarrayStore URLs (https://www.aliexpress.com/store/<id>) or bare numeric seller IDs.
countrystringTwo-letter ISO country code for localized pricing (e.g. US, GB, DE). Default: US.
currencystringISO currency code for displayed prices (e.g. USD, EUR, GBP). Default: USD.
maxPagesPerStoreintegerMaximum pages to collect per store. Each page returns up to 30 products. Default: 5.
pageSizeintegerNumber of products per page (10–60). Default: 30.
maxConcurrencyintegerParallel workers across input stores. Default: 2.
maxRequestRetriesintegerPer-request retry budget before giving up. Default: 6.
proxyConfigurationobjectApify Proxy or your own proxy list. RESIDENTIAL group is recommended.

Output

One record per product per store:

{
"sellerId": "6000002441",
"productId": "1005007945497931",
"title": "Wireless Bluetooth Earbuds TWS Noise Cancelling Earphones with Charging Case",
"url": "https://www.aliexpress.com/item/1005007945497931.html",
"image": "https://ae-pic-a1.aliexpress-media.com/kf/S1abc123def.jpg",
"averageStar": 4.7,
"averageStarRate": 94.2,
"reviewCount": 3842,
"orders": 12000,
"salesText": "12,000+",
"price": 8.99,
"currency": "USD",
"currencySymbol": "US $",
"promotionPrice": 6.49,
"inPromotion": true,
"bigSaleProduct": false,
"tags": ["Best Seller", "Free Shipping"],
"scrapedAt": "2026-05-13T04:35:22Z"
}
FieldTypeDescription
sellerIdstringThe store ID from your input.
productIdstringAliExpress product ID.
titlestringProduct title.
urlstringDirect link to the product page.
imagestringPrimary product image URL.
averageStarnumberAverage star rating (0–5).
averageStarRatenumberPositive-feedback percentage (0–100).
reviewCountintegerTotal number of buyer reviews.
ordersintegerTotal lifetime orders for this product.
salesTextstringHuman-readable sales count (e.g. "12,000+").
pricenumberCurrent listed price.
currencystringISO currency code.
promotionPricenumberActive promotion price (if the item is in a sale).
inPromotionbooleantrue if an active promotion is running on this product.
tagsarrayPromotional or merchandising tags (e.g. "Best Seller", "Free Shipping").
scrapedAtstringISO 8601 timestamp of when the record was collected.

Other AliExpress Scrapers

ActorDescription
AliExpress Search ScraperKeyword search results across multiple pages.
AliExpress Category ScraperBrowse products by category ID.
AliExpress Product ScraperFull product detail from individual product URLs.
AliExpress Store ScraperStore profile and identity data from seller pages.
AliExpress Review ScraperPer-product review aggregates for every item in a store.