# Hotel Leads in Mumbai, India on iGlobal

**Use case:** 

Find hotel business listings in Mumbai, India with names, phone numbers, addresses, and websites from iGlobal.

## Input

```json
{
  "searchQuery": "hotel",
  "city": "mumbai",
  "country": "india",
  "maxItems": 80
}
```

## Output

```json
{
  "businessName": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "street": {
    "label": "Street"
  },
  "city": {
    "label": "City"
  },
  "postcode": {
    "label": "Postcode"
  },
  "url": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [iGlobal Business Directory Scraper - Phone & Address Leads](https://apify.com/scrapers_lat/iglobal-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/iglobal-business-scraper) to learn more, explore other use cases, and run it yourself.