# AliExpress Product Review Extractor

**Use case:** 

Extract 100 authentic customer reviews, ratings, and images for any AliExpress product. Gain insights into buyer feedback and product performance.

## Input

```json
{
  "product_url": "https://www.aliexpress.com/item/1005007824463228.html",
  "results_wanted": 100,
  "filter": "all",
  "sort": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "review_id": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewer_name": {
    "label": "Reviewer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "review_date": {
    "label": "Date",
    "format": "text"
  },
  "sku_info": {
    "label": "Product Variant",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "helpful_count": {
    "label": "Helpful Votes",
    "format": "number"
  },
  "translated": {
    "label": "Translated",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [AliExpress Reviews Scraper](https://apify.com/shahidirfan/aliexpress-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/aliexpress-reviews-scraper) to learn more, explore other use cases, and run it yourself.