# Scrape enrolled agent & tax attorney reviews

**Use case:** 

Pull TaxBuzz reviews for enrolled agents and tax attorneys in Chicago: pro name, firm, star rating, review author, date and body, plus contact details.

## Input

```json
{
  "mode": "search",
  "designations": [
    "enrolled-agent",
    "tax-attorney"
  ],
  "locations": [
    "Chicago, IL"
  ],
  "maxResults": 200,
  "includeProfileDetails": true,
  "includeReviews": true,
  "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"
  },
  "firmName": {
    "label": "Firm"
  },
  "rating": {
    "label": "Rating"
  },
  "author": {
    "label": "Author"
  },
  "datePublished": {
    "label": "Date"
  },
  "body": {
    "label": "Review"
  },
  "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.