# Scrape TaxBuzz Profiles by URL (Bulk)

**Use case:** 

Paste TaxBuzz profile or listing URLs and export full tax-pro profiles in bulk, including name, designation, firm, email, phone, address and ratings.

## Input

```json
{
  "mode": "startUrls",
  "designations": [
    "tax-preparer"
  ],
  "locations": [
    "New York, NY"
  ],
  "startUrls": [
    "https://www.taxbuzz.com/find-a-tax-preparer/ny/new-york"
  ],
  "maxResults": 100,
  "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"
  },
  "phone": {
    "label": "Phone"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## 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.