# Find Alibaba LED lighting supplier products

**Use case:** 

Scrape LED lighting and bulb supplier listings from Alibaba.com with prices, certifications, and minimum order quantities.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.alibaba.com/trade/search?fsb=y&IndexArea=product_en&keywords=LED+light+bulb"
    }
  ],
  "maxItems": 5,
  "query": "LED light bulb",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "minOrder": {
    "label": "Min order"
  },
  "unitPricing": {
    "label": "Unit pricing"
  },
  "brand": {
    "label": "Brand"
  },
  "supplierDetails": {
    "label": "Supplier details"
  },
  "leadTime": {
    "label": "Lead time"
  },
  "purchaseOptions": {
    "label": "Purchase options"
  },
  "link": {
    "label": "Link"
  },
  "additionalAttributes": {
    "label": "Additional attributes"
  },
  "shippingDetails": {
    "label": "Shipping details"
  }
}
```

## About this Actor

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