# Scrape IndiaMART Stainless Steel Suppliers Data

**Use case:** 

Extract supplier information for stainless steel products. Receive details on prices, specifications, and contact data from IndiaMART.

## Input

```json
{
  "queries": [
    "stainless steel",
    "steel pipes",
    "steel sheets"
  ],
  "maxItemsPerQuery": 60,
  "autoExpand": true,
  "onlyExporters": false,
  "onlyGstVerified": false,
  "exportCountry": "United Arab Emirates",
  "minSupplierRating": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "number"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "gstNumber": {
    "label": "GST",
    "format": "text"
  },
  "iecNumber": {
    "label": "IEC",
    "format": "text"
  },
  "isVerifiedExporter": {
    "label": "Exporter",
    "format": "boolean"
  },
  "exportCountries": {
    "label": "Exports to",
    "format": "array"
  },
  "supplierRating": {
    "label": "Rating",
    "format": "number"
  },
  "supplierWebsite": {
    "label": "Website",
    "format": "link"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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