# Firms (Adviser Firms) SEC Investment Adviser | IAPD Firm

**Use case:** 

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

## Input

```json
{
  "query": "goldman",
  "maxItems": 10,
  "searchType": "Firm",
  "activeOnly": false
}
```

## Output

```json
{
  "title": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "CRD/Source ID",
    "format": "text"
  },
  "firstName": {
    "label": "First name"
  },
  "lastName": {
    "label": "Last name"
  },
  "secNumber": {
    "label": "SEC #",
    "format": "text"
  },
  "fullSecNumber": {
    "label": "Full sec number"
  },
  "scope": {
    "label": "Status",
    "format": "text"
  },
  "hasDisclosures": {
    "label": "Disclosures",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "currentEmploymentFirm": {
    "label": "Current Firm",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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