FINRA BrokerCheck Scraper avatar

FINRA BrokerCheck Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
FINRA BrokerCheck Scraper

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

FINRA BrokerCheck Scraper (Apify Actor)

Searches registered brokers and investment advisers.

Input

FieldDescription
queryBroker name, CRD number, firm name, or MPID (e.g. GSCO)
queriesOptional list of queries to run in one go (overrides query)
activeOnlyRestrict to currently active registrations (default: true)
includePreviousAlso match previous names/registrations (default: true)
maxRecordsPerQueryStop after this many records per query (default: 100)
requestDelaySecsPause 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.