# AliExpress Price and Shipping Monitor

**Use case:** 

Schedule AliExpress search/category snapshots to monitor product prices, shipping signals, ratings, sales signals, sellers, images, and URLs.

## Input

```json
{
  "query": "wireless earbuds",
  "startUrls": [
    {
      "url": "https://www.aliexpress.com/wholesale?SearchText=laptop"
    }
  ],
  "maxItems": 20,
  "shipToCountry": "US",
  "currency": "USD",
  "sort": "relevance",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "discount": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "ordersSold": {
    "label": "Orders sold",
    "format": "text"
  },
  "shippingPrice": {
    "label": "Shipping",
    "format": "text"
  },
  "shipsFrom": {
    "label": "Ships from",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerUrl": {
    "label": "Seller URL",
    "format": "link"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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