# Plumber Leads in Austin, TX from Yellow Pages

**Use case:** 

Get plumber business leads in Austin, TX with names, phone numbers, addresses, and websites from Yellow Pages listings.

## Input

```json
{
  "searchQuery": "plumber",
  "location": "Austin, TX",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "categories": {
    "label": "Categories"
  },
  "rating": {
    "label": "Rating"
  },
  "yearsInBusiness": {
    "label": "Years"
  },
  "url": {
    "label": "Profile"
  }
}
```

## About this Actor

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