# Plumber Leads Houston — Name, Phone & Address

**Use case:** 

Scrape every plumber in Houston with phone and address from Yellow Pages. B2B lead list, clean CSV export.

## Input

```json
{
  "search": "plumber",
  "location": "Houston, TX",
  "maxResults": 100,
  "maxPages": 1
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "phone": {
    "label": "Phone"
  },
  "street_address": {
    "label": "Street address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "Zip"
  },
  "categories": {
    "label": "Categories"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews": {
    "label": "Reviews"
  },
  "website": {
    "label": "Website"
  },
  "yellowpages_url": {
    "label": "Yellowpages url"
  }
}
```

## About this Actor

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