VOOZH about

URL: https://apify.com/crawlerbros/finra-brokercheck-scraper/api

⇱ FINRA BrokerCheck Scraper API Β· Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

FINRA BrokerCheck Scraper

Search and retrieve public broker and investment firm data from FINRA BrokerCheck - regulatory actions, employment history, disclosures, exam records, and registration status. Uses FINRA's public REST API - no authentication required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

22 days ago

Last modified

Share

You might also like

FINRA BrokerCheck Scraper - Broker & Advisor Verification

pink_comic/finra-brokercheck-search

Scrape FINRA BrokerCheck broker/advisor records. Verify CRD, registration status, disclosures, firm affiliations, employment history, and BrokerCheck report links. CSV/JSON/Excel.

FINRA BrokerCheck Scraper - Broker & Advisor Data

jungle_synthesizer/finra-brokercheck-scraper

Extract broker and investment adviser data from FINRA BrokerCheck. Search individuals or firms by name, CRD, or state. Returns employment history, licenses, exams, state registrations, and regulatory disclosures. Covers 600K+ registered financial professionals via FINRA public JSON API.

πŸ‘ User avatar

BowTiedRaccoon

10

FINRA BrokerCheck Scraper

parseforge/finra-brokercheck-scraper

Supercharge your financial industry research! Automate collection of detailed broker and investment advisor information including employment history, regulatory actions, licensing details, and firm affiliations. Get complete professional backgrounds, disclosures, and compliance data from FINRA.

64

5.0

FINRA BrokerCheck Scraper - Cheap πŸ”ŽπŸ“Š

scrapestorm/finra-brokercheck-scraper---cheap

πŸ” Easily collect broker & firm records from FINRA BrokerCheck Provide one or multiple individual names, firm names, CRD numbers, or location filters and extract detailed regulatory data such as name & more πŸ“‹πŸ“Š Perfect for compliance monitoring & financial professional research πŸš€πŸ“ˆ

2

FINRA BrokerCheck Scraper – IA & Brokers

giovannibiancia/finra-brokercheck-scraper---ia-brokers

Extract FINRA BrokerCheck data for investment advisors & brokers by state. Get CRD, employment, disciplinary status, contact details. US regulatory compliance data at scale.

πŸ‘ User avatar

Giovanni Bianciardi

2

FINRA BrokerCheck Scraper - Low-costπŸ’²πŸ”₯πŸ”πŸ“Š

delectable_incubator/finra-brokercheck-scraper-low-cost

Scrape FINRA BrokerCheck records πŸ”πŸ“Š with a powerful compliance and financial research scraper. Extract broker and firm profiles, CRD numbers, registrations, locations, and regulatory details. Ideal for due diligence, compliance monitoring, risk assessment, and financial professional research πŸš€πŸ“ˆ

FINRA BrokerCheck Scraper

solidcode/finra-brokercheck-scraper

[πŸ’° $2 / 1K] Search FINRA BrokerCheck for US securities brokers and firms. Get CRD numbers, registrations, license exams, employment history, and regulatory disclosures by name, CRD, or state.

Finra Discovery Scraper

getdataforme/finra-discovery-scraper

The Finra Discovery Scraper extracts data from the FINRA website for market research and analysis. It offers targeted searches, high data quality, scalable scraping, proxy support, and customizable queries....

You can access the FINRA BrokerCheck Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "mode": "searchBrokers",
< "name": "John Smith",
< "disclosuresOnly": false,
< "maxItems": 20
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/crawlerbros~finra-brokercheck-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

FINRA BrokerCheck Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the FINRA BrokerCheck Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/crawlerbros~finra-brokercheck-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/crawlerbros~finra-brokercheck-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/crawlerbros~finra-brokercheck-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the FINRA BrokerCheck Scraper API programmatically via the Apify API.

You can choose from:

FINRA BrokerCheck Scraper API in Python

FINRA BrokerCheck Scraper API in JavaScript

FINRA BrokerCheck Scraper API through CLI

FINRA BrokerCheck Scraper OpenAPI definition

You can start FINRA BrokerCheck Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The FINRA BrokerCheck Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the FINRA BrokerCheck Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.