# FINRA BrokerCheck Firm Extractor

**Use case:** 

Extract FINRA BrokerCheck firm records for a company name with CRDs, SEC numbers, disclosure flags, and office location data.

## Input

```json
{
  "searchMode": "firm",
  "queries": [
    "vanguard"
  ],
  "crds": [],
  "states": [],
  "cities": [],
  "includePrevious": true,
  "includeDetails": false,
  "maxResults": 50,
  "maxResultsPerQuery": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "sourceUrl": {
    "label": "BrokerCheck URL",
    "format": "link"
  },
  "crd": {
    "label": "CRD"
  },
  "name": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "brokerCheckScope": {
    "label": "BrokerCheck scope"
  },
  "investmentAdviserScope": {
    "label": "IA scope"
  },
  "disclosureFlag": {
    "label": "Disclosure"
  },
  "investmentAdviserDisclosureFlag": {
    "label": "IA disclosure"
  },
  "finraRegistrationCount": {
    "label": "FINRA registrations"
  },
  "branchCount": {
    "label": "Branches"
  },
  "employmentCount": {
    "label": "Employments"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "firmBdSecNumber": {
    "label": "BD SEC #"
  },
  "firmIaSecNumber": {
    "label": "IA SEC #"
  },
  "source": {
    "label": "Source"
  },
  "rawSearchResult": {
    "label": "Raw search result"
  },
  "rawDetail": {
    "label": "Raw detail"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FINRA BrokerCheck Scraper](https://apify.com/automation-lab/finra-brokercheck-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/finra-brokercheck-scraper) to learn more, explore other use cases, and run it yourself.