# Hand Tools Suppliers India Scraper

**Use case:** 

Scrape hand tools supplier leads from IndiaMART with company name, phone, price, MOQ and city for B2B sourcing.

## Input

```json
{
  "keyword": "hand tools",
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

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

## 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.