# Find tax preparers in Houston with contacts

**Use case:** 

Build a tax-preparer lead list from TaxBuzz: name, firm, email, phone, full street address, specialties and rating. Includes extra office locations.

## Input

```json
{
  "mode": "search",
  "designations": [
    "tax-preparer"
  ],
  "locations": [
    "Houston, TX"
  ],
  "maxResults": 300,
  "includeProfileDetails": true,
  "includeReviews": false,
  "maxReviewsPerProfile": 20,
  "enrichContactEmails": false,
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "minRating": 0,
  "deduplicateProfiles": true,
  "includeNationwideFallback": false,
  "monitorMode": false,
  "monitorStoreName": "taxbuzz-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Name"
  },
  "firmName": {
    "label": "Firm"
  },
  "designationLabel": {
    "label": "Designation"
  },
  "email": {
    "label": "Email (TaxBuzz)"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "fullAddress": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "contactEmails": {
    "label": "Website emails"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "searchLocation": {
    "label": "Search location"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [TaxBuzz Scraper — Tax Preparers, CPAs & Accountant Leads](https://apify.com/scrapesage/taxbuzz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/taxbuzz-scraper) to learn more, explore other use cases, and run it yourself.