# चेन्नई में प्लास्टिक उत्पादों के सप्लायर लीड्स

**Use case:** 

चेन्नई में प्लास्टिक उत्पादों के सप्लायर लीड्स की खोज करें।

## Input

```json
{
  "maxSuppliers": 30,
  "keyword": "प्लास्टिक उत्पाद",
  "city": "चेन्नई",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "supplierName": {
    "label": "Supplier"
  },
  "phone": {
    "label": "Phone"
  },
  "productTitle": {
    "label": "Product"
  },
  "priceText": {
    "label": "Price"
  },
  "minOrder": {
    "label": "Min Order"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "memberSince": {
    "label": "Member Since"
  },
  "supplierRating": {
    "label": "Rating"
  },
  "productUrl": {
    "label": "Product URL"
  }
}
```

## About this Actor

This example demonstrates how to use [IndiaMART Suppliers & B2B Leads Scraper](https://apify.com/scrapers_lat/indiamart-suppliers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/indiamart-suppliers-scraper) to learn more, explore other use cases, and run it yourself.