# AliExpress Dress Pricing and Review Extractor

**Use case:** 

Collect detailed information on dresses from AliExpress, including pricing, ratings, and seller data. Retrieve insights on 50 products with ease.

## Input

```json
{
  "startUrl": "https://www.aliexpress.com/w/wholesale-Towel.html",
  "keyword": "dress",
  "results_wanted": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "original_price": {
    "label": "Original Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "orders": {
    "label": "Orders",
    "format": "number"
  },
  "store_name": {
    "label": "Store Name",
    "format": "text"
  },
  "store_url": {
    "label": "Store URL",
    "format": "link"
  },
  "product_url": {
    "label": "Product URL",
    "format": "link"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  }
}
```

## About this Actor

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