# IndiaMART Packaging Machine Suppliers in India

**Use case:** 

Scrape IndiaMART packaging machine suppliers across India: company, city, contact number, GST status and product prices. India proxy included.

## Input

```json
{
  "categories": [
    "packaging machine"
  ],
  "maxResults": 200,
  "expandRelated": true,
  "includeSponsored": false,
  "dedupeByCompany": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "contactNumber": {
    "label": "Contact number",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "gstVerified": {
    "label": "GST verified",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "priceLabel": {
    "label": "Price label",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IndiaMART Scraper 🇮🇳 (B2B supplier leads, contacts, prices)](https://apify.com/tagadanar/indiamart-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/indiamart-scraper) to learn more, explore other use cases, and run it yourself.