Polymarket Event Markets Scraper — official public API, no logi avatar

Polymarket Event Markets Scraper — official public API, no logi

Pricing

$1.00 / 1,000 market record scrapeds

Go to Apify Store
Polymarket Event Markets Scraper — official public API, no logi

Polymarket Event Markets Scraper — official public API, no logi

Live market data from Polymarket (the largest prediction market) via its official public Gamma API — no login, no API key. Query any event slug and get every market inside it: question, Yes/No prices, volume, liquidity, best bid/ask, open/close dates. No personal data.

Pricing

$1.00 / 1,000 market record scrapeds

Rating

0.0

(0)

Developer

Backyard Tools

Backyard Tools

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Polymarket Event Markets Scraper — official public API, no login

**Polymarket API** — Live market data from Polymarket via its official public Gamma API: question, Yes/No prices, volume, liquidity, bid/ask, open/close dates. No login, no API key.

Live market data from Polymarket, the largest prediction market, via its official public Gamma API (gamma-api.polymarket.com). Polymarket's own docs describe this endpoint as the public way to pull market data — no account, no API key, no proxies.

Tested (2026-09-02)

Event slugMarkets returnedTime
xi-jinping-out-before-20271<1s
presidential-election-winner-2028128<1s

Each event returns every market nested inside it in a single response — no separate paging needed for a given event.

Polymarket API — input

{
"targets": ["presidential-election-winner-2028"],
"maxItems": 2000
}

Each target is an event slug — the part of the URL after polymarket.com/event/. One event groups related markets (e.g. one candidate per market inside a presidential-election event). A slug with no event returns 0 items for that target only (no charge).

Polymarket API — output fields

One dataset item per market:

Field
market_id / slug / condition_idmarket identifiers
questionthe market's yes/no question
outcomes / outcome_pricesJSON-encoded arrays, e.g. ["Yes","No"] / ["0.25","0.75"]
active / closed / restrictedmarket lifecycle flags
volume_usd / volume_24h_usdtotal and 24h trading volume in USD
liquidity_usdresting order-book liquidity
best_bid / best_ask / last_pricecurrent order book and last trade
open_time / close_timeISO 8601 lifecycle timestamps
resultUMA resolution status once settled

No personal data: wallet-address fields (market creator, resolver) are intentionally excluded. Output is market and pricing fields only.

Why this over Polymarket's own site

polymarket.com is built for browsing one event at a time. This actor runs a batch of event slugs in one call and hands back every nested market as structured rows — for market monitors, historical price trackers, or quant research pipelines.

Use Cases

  • Market monitor dashboards — batch a list of event slugs into one structured table instead of opening each event page by hand
  • Historical price/volume tracking — run on a schedule to build a time series of best_bid/best_ask/volume_usd per market for later analysis
  • Quant research input — feed outcome_prices and volume_usd straight into a model without screen-scraping the site

Pricing

Pay per event: $1.00 per 1,000 markets collected. Nothing else.