# Find IndiaMART Suppliers by Keyword

**Use case:** 

Run an IndiaMART supplier keyword search and export public supplier and product listing rows for B2B sourcing.

## Input

```json
{
  "queries": [
    "steel pipes",
    "industrial valves"
  ],
  "startUrls": [
    {
      "url": "https://dir.indiamart.com/search.mp?ss=steel%20pipes"
    }
  ],
  "city": "Mumbai",
  "maxItems": 50,
  "maxPagesPerQuery": 1,
  "includeDetails": false,
  "failOnNoResults": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "supplierName": {
    "label": "Supplier name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "supplierUrl": {
    "label": "Supplier URL",
    "format": "string"
  },
  "query": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  },
  "detailStatus": {
    "label": "Detail status",
    "format": "string"
  }
}
```

## About this Actor

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