# Wyoming CPA Leads & Contact Data | Certified Public Account…

**Use case:** 

Generate high-quality Wyoming CPA leads with verified Certified Public Accountant contact data. Extract names, addresses, phone numbers, emails (when available…

## Input

```json
{
  "scrape_mode": "by_state",
  "states": [
    "WY"
  ],
  "zipcode": "",
  "max_cpas": 100,
  "include_reviews": true,
  "include_firms": true,
  "proxy_configuration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "CPA Name",
    "format": "text"
  },
  "profile_image": {
    "label": "Photo",
    "format": "image"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipcode": {
    "label": "Zip Code",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "education": {
    "label": "Education",
    "format": "text"
  },
  "specializations": {
    "label": "Specializations & Skills",
    "format": "array"
  },
  "industry_specialties": {
    "label": "Industry Specialties",
    "format": "array"
  },
  "professional_memberships": {
    "label": "Professional Memberships",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [CPA Leads Scraper USA (Emails, Phones, Accounting Firms)](https://apify.com/giovannibiancia/cpa-leads-scraper-usa-emails-phones-accounting-firms) with a specific input configuration. Visit the [Actor detail page](https://apify.com/giovannibiancia/cpa-leads-scraper-usa-emails-phones-accounting-firms) to learn more, explore other use cases, and run it yourself.