# SEC IAPD Adviser Firm Scraper

**Use case:** 

Scrape SEC IAPD investment adviser firms by keyword with registration, Form ADV, address, and profile URL fields.

## Input

```json
{
  "searchQueries": [
    "wealth management"
  ],
  "firmName": "BlackRock",
  "state": "NY",
  "maxItems": 50,
  "includeDetails": true,
  "requestDelayMs": 100
}
```

## Output

```json
{
  "firmId": {
    "label": "Firm ID"
  },
  "firmName": {
    "label": "Firm name"
  },
  "fullSecNumber": {
    "label": "SEC number"
  },
  "iaScope": {
    "label": "IA scope"
  },
  "advFilingDate": {
    "label": "ADV filing date"
  },
  "disclosureFlag": {
    "label": "Disclosure flag"
  },
  "branchesCount": {
    "label": "Branches"
  },
  "officeAddress": {
    "label": "Office address"
  },
  "registrationStatuses": {
    "label": "Registration statuses"
  },
  "noticeFilings": {
    "label": "Notice filings"
  },
  "exemptReportingAdvisers": {
    "label": "Exempt reporting advisers"
  },
  "orgScopeStatusFlags": {
    "label": "Scope flags"
  },
  "brochuresCount": {
    "label": "Brochures"
  },
  "compilationData": {
    "label": "Compilation data"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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