# LED Light Suppliers in India - TradeIndia

**Use case:** 

Scrape TradeIndia LED light suppliers with product names, supplier names, business types, city, state, prices, MOQ, trust flags, websites, and product URLs.

## Input

```json
{
  "keywords": [
    "led light"
  ],
  "businessTypes": [
    "Manufacturer",
    "Supplier"
  ],
  "trustedOnly": false,
  "madeInIndiaOnly": false,
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "searchQuery": {
    "label": "Search",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "text"
  },
  "businessType": {
    "label": "Business Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "minimumOrderQuantity": {
    "label": "MOQ",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "trustedSeller": {
    "label": "Trusted",
    "format": "boolean"
  },
  "premiumSeller": {
    "label": "Premium",
    "format": "boolean"
  },
  "supplierWebsite": {
    "label": "Website",
    "format": "link"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TradeIndia Supplier Scraper: B2B Products & MOQ](https://apify.com/fascinating_lentil/tradeindia-b2b-supplier-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/tradeindia-b2b-supplier-scraper) to learn more, explore other use cases, and run it yourself.