# Scrape Retirement Planning Advisers - SEC IAPD

**Use case:** 

Build a retirement-planning adviser list from SEC IAPD with firm, CRD, SEC number, IA status, address and disclosures. Ready-to-use contact list.

## Input

```json
{
  "recordType": "both",
  "searchQueries": [
    "retirement planning"
  ],
  "includeDetails": false,
  "activeAdvisersOnly": true,
  "hasDisclosuresOnly": false,
  "secRegisteredOnly": false,
  "keyword": "retirement",
  "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.