FINRA BrokerCheck Scraper
Pricing
from $9.99 / 1,000 results
Go to Apify Store

FINRA BrokerCheck Scraper
FINRA BrokerCheck Scraper is an Apify Actor that searches FINRA BrokerCheck for registered brokers and investment advisers, returning structured, deduplicated profiles with firm details, disclosures, and direct BrokerCheck URLs.
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
FINRA BrokerCheck Scraper (Apify Actor)
Searches registered brokers and investment advisers.
Input
| Field | Description |
|---|---|
query | Broker name, CRD number, firm name, or MPID (e.g. GSCO) |
queries | Optional list of queries to run in one go (overrides query) |
activeOnly | Restrict to currently active registrations (default: true) |
includePrevious | Also match previous names/registrations (default: true) |
maxRecordsPerQuery | Stop after this many records per query (default: 100) |
requestDelaySecs | Pause between paginated calls (default: 1) |
Output
Flat records in the default dataset:
{"crd": "6764501","first_name": "JILL","last_name": "O'CONNELL","bc_scope": "Active","ia_scope": "NotInScope","has_disclosures": "N","current_firm": "EMPOWER FINANCIAL SERVICES, INC.","current_firm_state": "CO","current_employments": [...],"brokercheck_url": "https://brokercheck.finra.org/individual/summary/6764501","search_query": "GSCO"}
Records are deduplicated by CRD across all queries in a run, and each record
carries the search_query that found it plus a direct brokercheck_url.