# Firm Profile & Owners by Name

**Use case:** 

Pull a broker-dealer or RIA firm's full report: firmName, firmType, firmSize, city, state, phone, isBrokerDealer, disclosureCount, reportUrl. No login.

## Input

```json
{
  "searchType": "firms",
  "searchTerms": [
    "Fisher Investments"
  ],
  "firmCrdNumbers": [
    "6413"
  ],
  "source": "auto",
  "maxResultsPerTerm": 10,
  "includeDetails": true,
  "roleFilter": "any",
  "stateFilter": "",
  "activeOnly": false,
  "withDisclosuresOnly": false,
  "enrichFirmContacts": false,
  "monitorMode": false,
  "monitorStoreName": "brokercheck-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "crd": {
    "label": "CRD #"
  },
  "firmName": {
    "label": "Firm"
  },
  "firmType": {
    "label": "Type"
  },
  "firmSize": {
    "label": "Size"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "isBrokerDealer": {
    "label": "Broker-dealer"
  },
  "isInvestmentAdviser": {
    "label": "Adviser (RIA)"
  },
  "hasDisclosures": {
    "label": "Disclosures?"
  },
  "disclosureCount": {
    "label": "# Disclosures"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "reportUrl": {
    "label": "Report"
  }
}
```

## About this Actor

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