# Search Alibaba for LED lights

**Use case:** 

Extract Alibaba LED light product search results with titles, prices, and product URLs for wholesale catalog research.

## Input

```json
{
  "keywords": [
    "LED strip lights",
    "LED panel light"
  ],
  "maxProducts": 80
}
```

## Output

```json
{
  "productTitle": {
    "label": "Product title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "brandName": {
    "label": "Brand",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Alibaba Product Search Scraper](https://apify.com/easyapi/alibaba-product-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/easyapi/alibaba-product-search-scraper) to learn more, explore other use cases, and run it yourself.