# Electrician Listings in Houston - Contact Details

**Use case:** 

Extract phone numbers and addresses of electricians in Houston from iGlobal.

## Input

```json
{
  "maxBusinesses": 50,
  "searchQuery": "electrician",
  "city": "houston",
  "country": "united-states",
  "enrichContacts": false,
  "enrichContactsMax": 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.