# Mumbai Plumber and Handyman Leads

**Use case:** 

Identify local plumbing and home repair businesses throughout Mumbai. Perfect for building a partner network for home service marketplaces or contractor apps.

## Input

```json
{
  "mode": "search",
  "city": "Mumbai",
  "query": "plumbers",
  "businessUrls": [],
  "fetchFullDetails": false,
  "requireWebsite": false,
  "requirePhone": false,
  "requireVerified": false,
  "maxItems": 150,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "city": {
    "label": "City"
  },
  "searchCategory": {
    "label": "Search category"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Hotfrog India Scraper](https://apify.com/crawlerbros/hotfrog-india-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/hotfrog-india-scraper) to learn more, explore other use cases, and run it yourself.