# RIA Firm Leads With Emails & Socials

**Use case:** 

Turn RIA firms into leads with website contacts: firmName, city, state, phone, website, contactEmails, socialLinks, leadScore. Export to CSV.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "firmName": {
    "label": "Firm"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "contactEmails": {
    "label": "Emails"
  },
  "contactPhones": {
    "label": "Site phones"
  },
  "socialLinks": {
    "label": "Socials"
  },
  "firmType": {
    "label": "Type"
  },
  "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.