# Active Investment Advisers at a Firm

**Use case:** 

List only currently-active RIAs at a firm from SEC IAPD: fullName, role, currentFirmName, licenses, registeredStatesCount, leadScore. No login.

## Input

```json
{
  "searchType": "individuals",
  "firmCrdNumbers": [
    "250"
  ],
  "source": "sec_iapd",
  "maxResultsPerTerm": 200,
  "includeDetails": true,
  "roleFilter": "advisers",
  "stateFilter": "",
  "activeOnly": true,
  "withDisclosuresOnly": false,
  "enrichFirmContacts": false,
  "monitorMode": false,
  "monitorStoreName": "brokercheck-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "crd": {
    "label": "CRD #"
  },
  "fullName": {
    "label": "Name"
  },
  "role": {
    "label": "Role"
  },
  "currentFirmName": {
    "label": "Current firm"
  },
  "branchCity": {
    "label": "City"
  },
  "branchState": {
    "label": "State"
  },
  "yearsExperience": {
    "label": "Yrs exp."
  },
  "licenses": {
    "label": "Licenses"
  },
  "registeredStatesCount": {
    "label": "# States"
  },
  "hasDisclosures": {
    "label": "Disclosures?"
  },
  "disclosureCount": {
    "label": "# Disclosures"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "reportUrl": {
    "label": "Report"
  }
}
```

## About this Actor

This example demonstrates how to use [BrokerCheck Scraper - Financial Advisors, Brokers & Firms](https://apify.com/scrapesage/brokercheck-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/brokercheck-scraper) to learn more, explore other use cases, and run it yourself.