# Scrape Florida Financial Advisers - SEC IAPD

**Use case:** 

Find financial advisers in Florida from SEC IAPD with adviser name, CRD, current firm, city, state and disclosures. Export to JSON, CSV or Excel.

## Input

```json
{
  "recordType": "individuals",
  "searchQueries": [
    "wealth management"
  ],
  "states": [
    "Florida"
  ],
  "includeDetails": false,
  "activeAdvisersOnly": true,
  "hasDisclosuresOnly": false,
  "secRegisteredOnly": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "sec-iapd-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Adviser",
    "format": "text"
  },
  "individualCrd": {
    "label": "CRD",
    "format": "text"
  },
  "currentFirmName": {
    "label": "Current firm",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "isAdviser": {
    "label": "Adviser",
    "format": "boolean"
  },
  "isBroker": {
    "label": "Broker",
    "format": "boolean"
  },
  "hasIaDisclosures": {
    "label": "Disclosures",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Score",
    "format": "number"
  },
  "profileUrl": {
    "label": "IAPD profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Investment Adviser Scraper - RIA Firms & Advisor Leads](https://apify.com/scrapesage/sec-investment-adviser-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/sec-investment-adviser-scraper) to learn more, explore other use cases, and run it yourself.