# CPA Reviews & Ratings in Seattle, WA

**Use case:** 

Collect CPA client reviews and star ratings in Seattle, WA from TaxBuzz, including reviewer, rating, date and text plus firm name and contact info per pro.

## Input

```json
{
  "mode": "search",
  "designations": [
    "cpa"
  ],
  "locations": [
    "Seattle, WA"
  ],
  "maxResults": 50,
  "includeProfileDetails": true,
  "includeReviews": true,
  "maxReviewsPerProfile": 25,
  "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.