AliExpress Reviews Scraper avatar

AliExpress Reviews Scraper

Pricing

from $2.49 / 1,000 results

Go to Apify Store
AliExpress Reviews Scraper

AliExpress Reviews Scraper

Effortlessly extract detailed customer reviews, star ratings, and feedback images from AliExpress product pages. This actor is perfect for sentiment analysis, dropshipping product research, and monitoring competitor performance. Gather the insights you need to build better e-commerce strategies.

Pricing

from $2.49 / 1,000 results

Rating

5.0

(3)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

5

Bookmarked

65

Total users

20

Monthly active users

4 days ago

Last modified

Share

Extract authentic customer reviews from any AliExpress product page. Collect ratings, translated and original review text, buyer information, shipping details, helpfulness signals, and review images at scale. Perfect for product research, sentiment analysis, competitor monitoring, and market intelligence.

Features

  • Single Product Focus — Extract all reviews from any product page
  • Rich Review Data — Get ratings, translated text, original text, dates, and reviewer details
  • Image Extraction — Collect review photos uploaded by buyers
  • Smart Filtering — Filter by reviews with pictures or additional feedback
  • Flexible Sorting — Sort by date, rating, or default relevance
  • Country Information — See where reviewers are located
  • Product Variant Details — Extract SKU IDs and variant details for each review
  • Review Quality Signals — Capture helpful votes, translation metadata, shipping method, and structured review labels

Use Cases

Product Research

Analyze customer feedback before sourcing products. Understand real user experiences, common complaints, and product quality indicators to make informed purchasing decisions.

Sentiment Analysis

Build datasets for NLP and machine learning projects. Train sentiment models on authentic customer reviews with structured rating data.

Competitor Monitoring

Track customer satisfaction across competing products. Compare review sentiment and identify market opportunities.

Quality Assurance

Monitor product reviews for your own listings. Quickly identify quality issues or shipping problems through customer feedback patterns.

Market Intelligence

Understand consumer preferences and trends. Analyze what features customers love and what improvements they request.


Input Parameters

ParameterTypeRequiredDefaultDescription
product_urlStringYesAliExpress product page URL
results_wantedIntegerNo20Maximum reviews to collect
filterStringNo"all"Filter type: all, withPictures, additionalFeedback
sortStringNo"default"Sort order: default, newest, rating_desc
proxyConfigurationObjectNoResidentialProxy settings

Output Data

Each review in the dataset contains:

FieldTypeDescription
review_idStringUnique review identifier
product_idStringAliExpress product ID
product_urlStringSource product URL
reviewer_nameStringBuyer's display name
anonymousBooleanWhether the buyer posted anonymously
ratingNumberStar rating (1-5)
review_textStringBest available review text for analysis
original_review_textStringOriginal review text before translation when available
review_dateStringDate review was posted
sku_idNumberProduct variant identifier
sku_infoStringProduct variant purchased
imagesArrayFull-size URLs of uploaded review images
thumbnail_imagesArrayThumbnail review image URLs
image_countNumberNumber of review images
helpful_countNumberHelpful votes received
not_helpful_countNumberDownvotes received on the review
countryStringReviewer's country
review_typeStringReview classification such as standard or additional review
shipping_methodStringDelivery method attached to the order
same_purchase_suggestionStringAliExpress repurchase suggestion shown with the review
source_languageStringSource language of the submitted review
translation_sourceStringTranslation source indicator from AliExpress
translatedBooleanWhether the output text is translated
ai_generatedBooleanWhether AliExpress marked the review with an AI flag
selected_reviewBooleanWhether AliExpress highlighted the review
review_labelsObjectStructured review labels such as fit, quality, and value

Usage Examples

Basic Product Reviews

Extract reviews from a single product:

{
"product_url": "https://www.aliexpress.com/item/1005006853596517.html",
"results_wanted": 50,
"filter": "all",
"sort": "default"
}

Reviews with Photos Only

Get reviews that include customer photos:

{
"product_url": "https://www.aliexpress.com/item/1005006853596517.html",
"filter": "withPictures",
"results_wanted": 30,
"sort": "default"
}

Latest Reviews First

Sort by newest reviews to see recent feedback:

{
"product_url": "https://www.aliexpress.com/item/1005006853596517.html",
"sort": "newest",
"results_wanted": 100,
"filter": "all"
}

High-Rating Reviews

Filter to see highest-rated reviews first:

{
"product_url": "https://www.aliexpress.com/item/1005006853596517.html",
"sort": "rating_desc",
"results_wanted": 25
}

Sample Output

{
"review_id": "1234567890",
"product_id": "1005006853596517",
"product_url": "https://www.aliexpress.com/item/1005006853596517.html",
"reviewer_name": "J***r",
"anonymous": false,
"rating": 5,
"review_text": "Cute and perfect for summer. The size matched my order and the packaging was very neat.",
"original_review_text": "CUTE !! I haven't tried it on yet , but it looks Great for summer...",
"review_date": "15 Jan 2026",
"sku_id": 12000038520634380,
"sku_info": "Color: Blue | Size: M",
"images": [
"https://ae01.alicdn.com/kf/review-image-1.jpg",
"https://ae01.alicdn.com/kf/review-image-2.jpg"
],
"thumbnail_images": [
"https://ae01.alicdn.com/kf/review-image-1_220x220.jpg",
"https://ae01.alicdn.com/kf/review-image-2_220x220.jpg"
],
"image_count": 2,
"helpful_count": 12,
"not_helpful_count": 0,
"country": "United States",
"review_type": "REVIEW",
"shipping_method": "AliExpress Selection Standard",
"same_purchase_suggestion": "Buy the same",
"source_language": "en",
"translation_source": "crowdsourcing",
"translated": true,
"ai_generated": false,
"selected_review": true,
"review_labels": {
"Fit": "Fits ok",
"Value for money": "High",
"Quality": "Great"
}
}

Tips for Best Results

Choose Products with Reviews

  • Verify the product has customer reviews before running
  • Products with higher order counts typically have more reviews
  • Check the review count on the product page first

Optimize Collection Size

  • Start with smaller batches (20-50) for testing
  • Increase results_wanted for comprehensive analysis
  • Use filters to focus on relevant review types

Handle Temporary Review Gaps

  • Products with no public reviews will complete successfully with an empty dataset
  • Temporary marketplace changes are retried automatically before the actor gives up on a page
  • If AliExpress shifts the review response shape, the actor logs warnings and keeps partial data instead of crashing

Use Photo Reviews for Quality Assessment

  • Set filter: "withPictures" to see real product photos
  • Customer photos often show true product quality
  • Useful for verifying listing accuracy

Proxy Configuration

For reliable results, residential proxies are recommended:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Integrations

Connect your review data with:

  • Google Sheets — Export reviews for analysis
  • Airtable — Build searchable review databases
  • Slack — Get notifications for new reviews
  • Webhooks — Send data to custom endpoints
  • Make — Create automated workflows
  • Zapier — Trigger actions based on reviews

Export Formats

Download data in multiple formats:

  • JSON — For developers and APIs
  • CSV — For spreadsheet analysis
  • Excel — For business reporting
  • XML — For system integrations

Frequently Asked Questions

How many reviews can I collect?

You can collect all available reviews for a product. The practical limit depends on how many reviews the product has.

Can I scrape multiple products?

This actor processes one product at a time. For multiple products, run separate actor calls or use the Apify scheduler.

What if reviews are in different languages?

Reviews are extracted with the best available text for analysis, and the dataset also includes original text and translation metadata when AliExpress provides it.

Are review images included?

Yes, all image URLs uploaded by reviewers are captured in the images array.

What happens if AliExpress changes its review response?

The actor retries with refreshed request settings, records diagnostics, and keeps any data already collected. Small transient issues result in warnings instead of a hard crash.

How fresh is the data?

Each run fetches real-time data. Schedule regular runs to track review trends over time.

What about products with no reviews?

The actor will complete successfully but return an empty dataset if no reviews exist.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with AliExpress terms of service and applicable laws. Use data responsibly and respect rate limits.