# FINRA BrokerCheck   Broker & Advisor Data — Full Export

**Use case:** 

Scrape the full finra brokercheck - broker & advisor data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract finra brokercheck - broker & advisor data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "individual_search",
  "query": "Smith",
  "queries": [],
  "state": "",
  "firmName": "",
  "fetchDetails": true,
  "crdNumbers": [],
  "includeInactive": false,
  "includeDisclosures": true,
  "maxItems": 200
}
```

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "record_tier": {
    "label": "Record Tier",
    "format": "string"
  },
  "crd_number": {
    "label": "Crd Number",
    "format": "string"
  },
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "current_employer_name": {
    "label": "Current Employer Name",
    "format": "string"
  },
  "current_employer_city": {
    "label": "Current Employer City",
    "format": "string"
  },
  "current_employer_state": {
    "label": "Current Employer State",
    "format": "string"
  },
  "has_disclosures": {
    "label": "Has Disclosures",
    "format": "boolean"
  },
  "registration_count": {
    "label": "Registration Count",
    "format": "number"
  },
  "brokercheck_url": {
    "label": "Brokercheck Url",
    "format": "string"
  }
}
```

## About this Actor

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