# Massachusetts CFP Data | Certified Financial Planner Contac…

**Use case:** 

Extract CFP data in Massachusetts, including Certified Financial Planner names, firm details, addresses, phone numbers, emails (when available), websites, spec…

## Input

```json
{
  "max_results": 100,
  "states": [
    "MA"
  ],
  "location_name": "",
  "planning_services": [],
  "min_assets": "",
  "expertises": [],
  "languages": [],
  "sort": "random"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "min_assets": {
    "label": "Min. Investible Assets",
    "format": "text"
  },
  "planning_services": {
    "label": "Planning Services",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  },
  "profile_id": {
    "label": "Profile ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CFP Leads Scraper USA (Emails, Phones, Financial Planners)](https://apify.com/giovannibiancia/cfp-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/giovannibiancia/cfp-scraper) to learn more, explore other use cases, and run it yourself.