Propfirmmatch: List Challenges
Propfirmmatch via Parse · Finance
Search and filter prop firm challenges (evaluation programs). Results are deduplicated by program — each distinct challenge program appears once with a pricing_by_size array showing all available account sizes and their prices. Returns pricing, profit targets, drawdown limits, payout info, active promos, and optionally news_trading_status. Supports filtering by asset class, account size, number of steps, billing type, text search, and economic news trading policy. Manual offset pagination via skip/limit. Access prop trading firm challenge data from Prop Firm Match, including futures and forex challenges with filtering, firm listings, and available filter options. Fulfilled by Parse from propfirmmatch.com.
- finance
- marketplace
- parse
- platform-key
- propfirmmatch
- propfirmmatch-com
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b5c524ed-5dfc-40f6-8174-998da8752b14/list_challenges
- Interface artifact
- sha256:6880cdd7dfbdf933ba1736f50c808b373e5d33cac2a3a1626fa27df13d2b2ab3
- Manifest digest
- sha256:cf0e7a563bd5cc13fe5d2e41194750d8c420bf14ed5d5263109257e9937205f5
Request fields
- skip (integer): Number of results to skip for pagination.
- limit (integer): Maximum number of distinct challenge programs to return (1-50).
- steps (string): Comma-separated challenge step programs to filter by (e.g. '1 Step', '2 Step', '3 Step', 'Instant'). Omitting returns all step types.
- assets (string): Comma-separated asset classes to filter by (e.g. futures, forex, crypto, stocks).: Allowed values: futures, forex, crypto, stocks
- search (string): Text search query to filter challenges by name or firm name. Omitted returns all.
- order_by (string): Field to order results by.: Allowed values: popularityRank, price, profitSplit, maxDrawdown, ptddRatio
- account_size (string): Comma-separated account sizes in USD to filter by (e.g. 50000,100000,150000). Omitted returns challenges at all account sizes.
- billing_type (string): Comma-separated billing types to filter by: monthly, one_time. The default 'monthly,one_time' returns all challenges including those with no billing type set.: Allowed values: monthly,one_time, monthly, one_time
- economic_news (string): Filter challenges by economic news trading policy. 'allowed' returns challenges where news trading is fully allowed, 'not_allowed' returns challenges where news trading is prohibited, 'restricted' returns challenges where news trading is allowed but with restrictions (e.g. no trading around Tier 1 events).: Allowed values: allowed, not_allowed, restricted
- apply_discount (boolean): Whether to apply available discounts to prices.: Allowed values: true, false
- order_direction (string): Sort direction for results.: Allowed values: desc, asc
Example queries
- {"skip":"0","limit":"10","steps":"1 Step","assets":"futures","search":"lucid","order_by":"popularityRank","account_size":"50000","billing_type":"monthly,one_time","economic_news":"allowed","apply_discount":"true","order_direction":"desc"}