# CPAdirectory CPA and Firm Lead Export

**Use case:** 

Export CPA and accounting-firm leads from CPAdirectory.com by city and state for outreach, recruiting, and CRM enrichment.

## Input

```json
{
  "mode": "both",
  "states": [
    "California"
  ],
  "cities": [
    "Los Angeles",
    "San Diego"
  ],
  "startUrls": [
    {
      "url": "https://cpadirectory.com/certified-public-accountants/texas/houston-tx"
    }
  ],
  "includeProfiles": true,
  "maxItems": 100,
  "maxPagesPerQuery": 3
}
```

## Output

```json
{
  "profileType": {
    "label": "Profile type"
  },
  "name": {
    "label": "Name"
  },
  "firmName": {
    "label": "Firm name"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "licensedIn": {
    "label": "Licensed in"
  },
  "licenseNumber": {
    "label": "License number"
  },
  "services": {
    "label": "Services"
  },
  "industrySpecialties": {
    "label": "Industry specialties"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "isPremium": {
    "label": "Premium"
  },
  "languages": {
    "label": "Languages"
  },
  "professionalMemberships": {
    "label": "Memberships"
  },
  "education": {
    "label": "Education"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [CPAdirectory.com Leads Scraper](https://apify.com/automation-lab/cpadirectory-com-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cpadirectory-com-leads-scraper) to learn more, explore other use cases, and run it yourself.