# Scrape 4-Star & Up Rated Products - AliExpress

**Use case:** 

Find AliExpress products rated 4 stars and up with product, sale price, orders, rating, reviews and store. No login required.

## Input

```json
{
  "searchTerms": [
    "dog toys"
  ],
  "sort": "default",
  "fourStarPlus": true,
  "choiceOnly": false,
  "freeShippingOnly": false,
  "shipToCountry": "US",
  "currency": "USD",
  "language": "en_US",
  "maxProducts": 100,
  "includeProductDetails": false,
  "includeReviews": false,
  "maxReviewsPerProduct": 20,
  "reviewSort": "default",
  "emitStoreLeads": false,
  "deduplicateProducts": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "salePrice": {
    "label": "Sale price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original",
    "format": "number"
  },
  "discountPercent": {
    "label": "Disc %",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "ordersCount": {
    "label": "Orders",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "availableInventory": {
    "label": "Stock",
    "format": "number"
  },
  "storeName": {
    "label": "Store",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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