# Firm (RIA) SEC IAPD Investment Adviser

**Use case:** 

Extract SEC IAPD Investment Adviser data filtered by Firm (RIA). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "Goldman",
  "searchType": "firm",
  "scope": "all",
  "maxItems": 10
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "crdNumber": {
    "label": "CRD #",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "otherNames": {
    "label": "Other names"
  },
  "secNumber": {
    "label": "SEC #",
    "format": "text"
  },
  "iaScope": {
    "label": "IA Scope",
    "format": "text"
  },
  "bcScope": {
    "label": "BC Scope",
    "format": "text"
  },
  "industryStartDate": {
    "label": "Industry Start",
    "format": "date"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "branchesCount": {
    "label": "Branches",
    "format": "number"
  },
  "currentEmployments": {
    "label": "Current employments"
  },
  "hasDisclosures": {
    "label": "Has disclosures"
  },
  "iaFirmUrl": {
    "label": "IAPD URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC IAPD Investment Adviser Scraper](https://apify.com/parseforge/sec-iapd-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sec-iapd-scraper) to learn more, explore other use cases, and run it yourself.