# Plumber Leads in Chicago, USA on iGlobal

**Use case:** 

Find plumber business listings in Chicago, USA with names, phone numbers, addresses, and websites from iGlobal.

## Input

```json
{
  "searchQuery": "plumber",
  "city": "chicago",
  "country": "united-states",
  "maxItems": 50
}
```

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