# Find High-Rating Dropshipping Products on AliExpress Spain

**Use case:** 

Discover high-demand, highly-rated products for dropshipping in the Spanish market by filtering search results from AliExpress Spain. This helps dropshippers id

## Input

```json
{
  "mode": "search",
  "searchQuery": "smartwatch",
  "productIds": [
    "1005010155028387"
  ],
  "storeIds": [
    "1101493050"
  ],
  "urls": [
    "https://www.aliexpress.com/item/1005010155028387.html"
  ],
  "region": "es",
  "currency": "EUR",
  "language": "es_ES",
  "sortBy": "orders_desc",
  "priceMin": 20,
  "priceMax": 150,
  "ratingMin": 4.5,
  "shipFrom": "",
  "shipTo": "",
  "maxItems": 100,
  "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.