Predictparity: Search Markets
Predictparity via Parse · Finance
Search and list prediction markets with optional filters for tags, status, and text search. Returns paginated results sorted by the specified field. Pagination is offset-based with manual offset/limit control. Each market includes outcomes with current midPoint prices, volume metrics, and associated tags. Access prediction market data from PredictParity including market search, details, tags, and trader leaderboards. Covers weather prediction markets, geopolitics, crypto, and more. Fulfilled by Parse from predictparity.com.
- crypto-web3
- finance
- parse
- platform-key
- predictparity
- predictparity-com
- weather
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/51e2bb62-bec2-4e76-9175-ec870cb81137/search_markets
- Interface artifact
- sha256:af7779e18394b8708e39c4fb1b4d846488145ee7f9de20e663ea9a1071505028
- Manifest digest
- sha256:01da5f5188ac9735e677bca39a90d0bfed54ad28ca87bd8ebf4c587075ac9c47
Request fields
- tags (string): Comma-separated list of tag slugs to include (e.g. highest-temperature,weather,politics). Use get_tags endpoint to discover available tag slugs.
- limit (integer): Number of results per page (1-100).
- query (string): Text search query to filter markets by question/title.
- offset (integer): Pagination offset (0-based).
- status (string): Market status filter.: Allowed values: active, resolved, closed
- sort_by (string): Field to sort results by.: Allowed values: volume24h, volume1h, liquidity, endDate, startDate
- sort_order (string): Sort direction.: Allowed values: desc, asc
- excluded_tags (string): Comma-separated list of tag slugs to exclude (e.g. sports,crypto).
Example queries
- {"limit":"5","offset":"0","status":"active","sort_by":"volume24h","sort_order":"desc"}