# Scrape Packaging Machine Supplier Leads - IndiaMART

**Use case:** 

Pull high-scoring packaging machine supplier leads from IndiaMART with Supplier, Phone, City, State, Lead and Rating. Ready-to-use contact list.

## Input

```json
{
  "mode": "supplierLeads",
  "searchTerms": [
    "packaging machines"
  ],
  "maxItems": 100,
  "maxPages": 5,
  "includeProductDetails": false,
  "includeSupplierDetails": false,
  "withPhoneOnly": true,
  "gstVerifiedOnly": false,
  "minLeadScore": 60,
  "monitorMode": false,
  "monitorStoreName": "indiamart-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "membershipTier": {
    "label": "Tier",
    "format": "text"
  },
  "gstVerified": {
    "label": "GST",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "yearsOnIndiaMART": {
    "label": "Years",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "storefrontUrl": {
    "label": "Supplier URL",
    "format": "link"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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