Discover/brokerchooser.com API
live

brokerchooser.com APIbrokerchooser.com

Access broker ratings, fee data, safety info, and category rankings from BrokerChooser.com via a structured JSON API with 5 endpoints.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/803ac1df-9d32-4950-bd77-83ccfe6b0203/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/803ac1df-9d32-4950-bd77-83ccfe6b0203/list_all_brokers' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

List all brokers from the BrokerChooser review list. Returns an array of broker summaries with scores, fee levels, and investor protection status.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "data": "array of broker summary objects with id, name, slug, overall_score, popularity, fee_level, and investor_protection",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "id": 5,
        "name": "Interactive Brokers",
        "slug": "interactive-brokers",
        "fee_level": "Low",
        "popularity": 823917,
        "overall_score": 4.9,
        "investor_protection": true
      }
    ],
    "status": "success"
  }
}

About the brokerchooser.com API

The BrokerChooser API gives developers structured access to broker review data across 5 endpoints, covering overall scores, fee levels, safety regulators, and product offerings sourced from BrokerChooser.com. The get_broker_full_profile endpoint returns a complete broker profile including ratings, deposit/withdrawal methods, platform details, pros/cons, and investor protection status. Use it to build broker comparison tools, fintech dashboards, or investment research applications without parsing unstructured content manually.

What the API Covers

The BrokerChooser API exposes broker review and rating data organized across five endpoints. list_all_brokers returns an array of broker summaries — each with id, name, slug, overall_score, popularity, fee_level, and investor_protection — giving a full index of reviewed brokers in a single call. The slug values returned here are the keys used by all other endpoints.

Broker Profiles and Category Rankings

get_broker_full_profile accepts a slug parameter (e.g. etoro, interactive-brokers) and returns a deeply structured object covering general info, fees, safety, deposit and withdrawal methods, account opening requirements, platform details, available products, customer support, and education resources, along with structured pros and cons. get_best_brokers_by_category takes a category slug such as best-stock-brokers or best-forex-brokers and returns a ranked list of brokers with category-specific scores including assetScore alongside the overall score.

Search and Comparison

search_brokers accepts a query string and returns matching broker providers with fields including overallScore, feeLevel, and popularity. compare_brokers accepts a comma-separated list of slugs and returns a side-by-side object keyed by slug, each entry containing general info, fees, safety regulators, and pros/cons — suitable for building direct comparison views without making multiple individual profile requests.

Data Shape Notes

All endpoints return a top-level status string alongside a data field. Broker slugs are consistent across endpoints, so results from list_all_brokers or search_brokers can be passed directly into get_broker_full_profile or compare_brokers without transformation.

Common use cases
  • Build a broker comparison widget that pulls side-by-side fee and safety data using compare_brokers.
  • Populate a fintech app's broker directory with scores and fee levels from list_all_brokers.
  • Display ranked broker recommendations by asset class using get_best_brokers_by_category with category slugs like best-forex-brokers.
  • Surface investor protection and regulator details for compliance-focused research via get_broker_full_profile.
  • Implement a broker search feature backed by the search_brokers endpoint filtered by keyword.
  • Track overall_score and popularity trends across brokers by periodically polling list_all_brokers.
  • Generate structured pros/cons summaries for broker review content using the pros_cons fields in get_broker_full_profile.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does BrokerChooser have an official developer API?+
BrokerChooser does not publish an official public developer API. This Parse API provides structured access to the broker review and rating data available on brokerchooser.com.
What does `get_broker_full_profile` return beyond the basic score?+
It returns a detailed object with fields covering general info, structured ratings, fee breakdowns, safety and regulator data, deposit and withdrawal methods, account opening requirements, platform details, available products, support channels, education resources, and a structured pros/cons list. The slug input must match a slug from list_all_brokers or search_brokers.
Does the API return historical score data or score changes over time?+
Not currently. The API returns current scores and ratings as they appear on BrokerChooser at the time of the request; there are no historical or time-series score fields in the response. You can fork this API on Parse and revise it to add a scheduled polling endpoint that stores snapshots for trend tracking.
Are user-submitted reviews or written review text included in broker profiles?+
The get_broker_full_profile endpoint returns structured data fields including pros/cons and ratings rather than free-text user reviews. Narrative review text from individual users is not exposed in the current response shape. You can fork this API on Parse and revise it to add an endpoint targeting user review content if that section becomes a priority.
How does `get_best_brokers_by_category` differ from `list_all_brokers`?+
list_all_brokers returns all reviewed brokers with uniform summary fields. get_best_brokers_by_category requires a category slug (e.g. best-stock-brokers) and returns only brokers ranked for that category, with an additional assetScore field reflecting category-specific performance alongside the overall score.
Page content last updated . Spec covers 5 endpoints from brokerchooser.com.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.