Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Platforms
  3. /Polymarket
Prediction Markets65 active endpointsapiKey

Polymarket Scraper API

Collect Polymarket event and market detail, token prices, order books, midpoints, spreads, price history, tags, sports, leaderboards, and trade activity as normalized JSON for dashboards, research, and agent-native workflows. Not investment advice or real-time trading data.

Extract Polymarket events, markets, prices, order books, tags, leaderboards, and activity as structured JSON from credential-free public Gamma and CLOB data.

View docs Open Playground

Endpoint families

6

Documented params

245

Examples

65

Live catalog snapshot

Polymarket coverage

Active endpoints

65

Methods

GET, POST

Required params

109

Schema refs

65

Market8
Sports7
Tag6
Teams5
{
  "platform": "Polymarket",
  "endpoint": "polymarket-search",
  "method": "GET",
  "path": "/polymarket/search",
  "auth": "apiKey"
}

Related use cases

Prediction Market Data AI Agent Web Data

Use cases

Workflows that fit Polymarket

Extract Polymarket events, markets, prices, order books, tags, leaderboards, and activity as structured JSON from credential-free public Gamma and CLOB data.

Event and market price monitoring

Use Polymarket endpoints to turn event and market price monitoring into repeatable API requests with documented inputs and JSON responses.

Order book and liquidity research

Use Polymarket endpoints to turn order book and liquidity research into repeatable API requests with documented inputs and JSON responses.

Tag, sport, and leaderboard tracking

Use Polymarket endpoints to turn tag, sport, and leaderboard tracking into repeatable API requests with documented inputs and JSON responses.

Managed execution

How Crawlora handles this platform

Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.

Endpoint-specific execution

Request behavior is tuned for the target platform and endpoint type.

Proxy-aware collection

Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.

Browser-backed rendering

Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.

Challenge-aware behavior

Challenge pages and unusable upstream responses are detected and surfaced clearly.

Normalized response schema

Results are returned as documented JSON instead of raw HTML.

Playground-ready testing

Test the same route from Docs and Playground before production integration.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

8 endpoints

Market

/polymarket/market/{id}

GETapiKey
7 endpoints

Sports

/polymarket/sports

GETapiKey
6 endpoints

Tag

/polymarket/tag/{id}

GETapiKey
5 endpoints

Teams

/polymarket/teams

GETapiKey
5 endpoints

Token

/polymarket/token/{token_id}/price

GETapiKey
4 endpoints

Event

/polymarket/event/{slug}

GETapiKey

Featured endpoints

Polymarket API endpoints

Browse full docs
GETapiKeyexample
/polymarket/search
Details

Search Polymarket events

Searches Polymarket's credential-free public search JSON and returns normalized event results. The `status` enum accepts `open`, `closed`, and `all`; the `sort` enum accepts `relevance`, `volume24hr`, `volume`, `liquidity`, and `endDate`.

q:querylimit:querystatus:query+5 more
Open in Playground
GETapiKeyexample
/polymarket/events
Details

List Polymarket events

Returns normalized event rows from Polymarket's credential-free public Gamma events JSON.

limit:queryoffset:queryorder:query+3 more
Open in Playground
GETapiKeyexample
/polymarket/event/{slug}
Details

Get Polymarket event detail

Returns one normalized Polymarket event from credential-free public Gamma event JSON. This endpoint does not require a Polymarket user token, wallet signature, cookies, or personal account authentication.

slug:pathx-api-key:header
Open in Playground
GETapiKeyexample
/polymarket/markets
Details

List Polymarket markets

Returns normalized market rows from Polymarket's credential-free public Gamma markets JSON.

limit:queryoffset:queryorder:query+3 more
Open in Playground
GETapiKeyexample
/polymarket/market/{id}
Details

Get Polymarket market detail by id

Returns one normalized Polymarket market from credential-free public Gamma market JSON. This endpoint does not require a Polymarket user token, wallet signature, cookies, or personal account authentication.

id:pathx-api-key:header
Open in Playground
GETapiKeyexample
/polymarket/token/{token_id}/price
Details

Get Polymarket token price

Returns the public CLOB buy or sell price for one Polymarket token id.

token_id:pathside:queryx-api-key:header
Open in Playground

Integration preview

Search Polymarket events

curl -X GET "https://api.crawlora.net/api/v1/polymarket/search" \
  -H "x-api-key: <api-key>"
Primary auth
apiKey
Path params
0
Query/body inputs
8
Choose a documented endpoint.
Send the expected auth header.
Receive structured JSON data.
Test the same route in Playground.

Related APIs

More prediction markets coverage

Prediction Markets

Kalshi

Collect Kalshi events, markets, series, recent trades, order books, exchange schedule, and historical market candlesticks as normalized JSON for dashboards and research. Not investment advice or real-time trading data.

Prediction Markets

Metaculus

Collect Metaculus questions, community forecasts and forecast history, question metadata, options, and comment feeds as normalized JSON for research and tracking. Not investment, forecasting, or decision advice.

Test Polymarket endpoints against the same catalog used by Docs.

Read docs Create account