# Monitor New Advisers & Disclosures

**Use case:** 

Track a firm daily, get only new reps or changed disclosures: fullName, currentFirmName, hasDisclosures, disclosureCount, reportUrl. Updated daily.

## Input

```json
{
  "searchType": "individuals",
  "firmCrdNumbers": [
    "6413"
  ],
  "source": "auto",
  "maxResultsPerTerm": 1000,
  "includeDetails": true,
  "roleFilter": "any",
  "stateFilter": "",
  "activeOnly": false,
  "withDisclosuresOnly": false,
  "enrichFirmContacts": false,
  "monitorMode": true,
  "monitorStoreName": "lpl-financial-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "crd": {
    "label": "CRD #"
  },
  "fullName": {
    "label": "Name"
  },
  "role": {
    "label": "Role"
  },
  "currentFirmName": {
    "label": "Current firm"
  },
  "branchCity": {
    "label": "City"
  },
  "branchState": {
    "label": "State"
  },
  "yearsExperience": {
    "label": "Yrs exp."
  },
  "licenses": {
    "label": "Licenses"
  },
  "registeredStatesCount": {
    "label": "# States"
  },
  "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.