# Wireless Earbuds on AliExpress

**Use case:** 

Scrape AliExpress wireless earbuds listings with titles, prices, discounts, ratings, order counts, images, product URLs, currencies, and positions.

## Input

```json
{
  "searchQueries": [
    "wireless earbuds"
  ],
  "maxResults": 10,
  "maxPagesPerQuery": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "packSize": {
    "label": "Pack size",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "soldCount": {
    "label": "Sold",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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