# Track AliExpress Pricing for Arbitrage

**Use case:** 

Scrape AliExpress prices, discounts, ratings and order counts by keyword. Snapshot daily to track price moves and compute cross-platform arbitrage against Amazo

## Input

```json
{
  "queries": [
    "bluetooth earbuds"
  ],
  "category": "all",
  "trending": false,
  "maxResults": 10,
  "sortBy": "price_asc",
  "country": "US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "sale_price": {
    "label": "Price",
    "format": "text"
  },
  "original_price": {
    "label": "Original Price",
    "format": "text"
  },
  "discount_percentage": {
    "label": "Discount",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "orders_count": {
    "label": "Orders",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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