# Austin Plumber Leads: Phones & Websites

**Use case:** 

Plumber leads in Austin, TX from YellowPages: name, phone, website and full address as clean JSON. One flat price per lead, platform usage included.

## Input

```json
{
  "searchTerms": [
    "plumber"
  ],
  "locations": [
    "Austin, TX"
  ],
  "maxResults": 40
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "streetAddress": {
    "label": "Street address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "ypUrl": {
    "label": "YellowPages page",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [YellowPages Scraper 📇 (business leads, no key)](https://apify.com/tagadanar/yellowpages-us) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/yellowpages-us) to learn more, explore other use cases, and run it yourself.