# Monitor AliExpress Product Prices in US Dollars

**Use case:** 

Track price fluctuations for specific AliExpress products to identify optimal buying times or monitor competitor pricing strategies. This helps businesses adjus

## Input

```json
{
  "mode": "byProduct",
  "searchQuery": "phone case",
  "productIds": [
    "1005005872722119",
    "1005005869279589",
    "1005005872722120"
  ],
  "storeIds": [
    "1101493050"
  ],
  "urls": [
    "https://www.aliexpress.com/item/1005010155028387.html"
  ],
  "region": "us",
  "currency": "USD",
  "language": "en_US",
  "sortBy": "default",
  "priceMin": 0,
  "priceMax": 0,
  "ratingMin": 0,
  "shipFrom": "",
  "shipTo": "",
  "maxItems": 5,
  "maxPages": 3,
  "enrichReviews": false,
  "maxReviewsPerProduct": 0,
  "useProxy": true,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "productId": {
    "label": "Product id"
  },
  "salePrice": {
    "label": "Sale price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "currencyCode": {
    "label": "Currency code"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "rating": {
    "label": "Rating"
  },
  "ordersCount": {
    "label": "Orders count"
  },
  "shipFromCountry": {
    "label": "Ship from country"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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