# Scrape RIA Firms With Disclosures - SEC IAPD

**Use case:** 

Find RIA firms with disciplinary disclosures on SEC IAPD with firm, CRD, SEC number, IA status, address and disclosures. Export to JSON, CSV or Excel.

## Input

```json
{
  "recordType": "firms",
  "searchQueries": [
    "advisors"
  ],
  "includeDetails": true,
  "activeAdvisersOnly": true,
  "hasDisclosuresOnly": true,
  "secRegisteredOnly": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "sec-iapd-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Firm",
    "format": "text"
  },
  "firmCrd": {
    "label": "CRD",
    "format": "text"
  },
  "iaSecNumber": {
    "label": "SEC #",
    "format": "text"
  },
  "iaScope": {
    "label": "IA status",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "branchesCount": {
    "label": "Branches",
    "format": "number"
  },
  "hasIaDisclosures": {
    "label": "Disclosures",
    "format": "boolean"
  },
  "isSecRegistered": {
    "label": "SEC reg",
    "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.