# Plumbers in Austin TX — emails and phone leads

**Use case:** 

Generate plumber business leads in Austin, Texas from YellowPages.com. Get names, phone numbers, emails, addresses, ratings, and websites.

## Input

```json
{
  "searchQuery": "",
  "location": "Austin, TX",
  "category": "plumbers",
  "maxPages": 5,
  "maxResults": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "detailUrl": {
    "label": "YP Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YellowPages USA Lead Generator](https://apify.com/parsebird/yellowpages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/yellowpages-scraper) to learn more, explore other use cases, and run it yourself.