# AliExpress | Product Listings and Prices Full Export

**Use case:** 

Full Export of AliExpress | Product Listings and Prices. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "keyword": "laptop",
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ordersCount": {
    "label": "Orders Sold",
    "format": "number"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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