Polymarket Scraper - Prediction Market Odds, Prices & Volume
Pricing
from $4.00 / 1,000 results
Polymarket Scraper - Prediction Market Odds, Prices & Volume
Scrape Polymarket prediction markets. Live odds, outcome prices, volume, liquidity and resolution dates as JSON or CSV.
Extract live prediction markets from Polymarket with current odds, outcome prices, traded volume, liquidity and resolution dates.
What you can do with it
- Forecasting and research - crowd-sourced probabilities on real events, as a time series.
- Market monitoring - track odds moving on the events you care about.
- Quantitative analysis - spread, liquidity and volume for market-efficiency work.
- News and content - cite live market-implied probabilities in reporting.
- Feed an AI agent - structured probability data instead of scraped prose.
Input
Every field is optional. Run it with no configuration and it returns useful data straight away.
| Field | Type | Description |
|---|---|---|
search | string | Only markets whose question contains this text. Leave empty for all. |
maxItems | integer | How many markets to return. Charged only for what is delivered. Default 200. |
minVolume | integer | Skip thin markets below this traded volume. Default 0. |
closed | boolean | Off returns only markets still open for trading. Default False. |
Output
Flat JSON records, exportable as JSON, CSV, Excel or XML. Fields the source does
not publish come back as null rather than being omitted, so your schema stays
stable between runs.
Pricing
Pay per result. You are charged only for records actually delivered - a run that matches nothing costs nothing.
Keeping it fresh
Use Apify Schedules to run this on a timer and your dataset stays current without you touching it. Add a webhook to push new records straight into your database, Google Sheet or Slack channel.
Reliability
This reads the source's own public API - no logins, no bot circumvention. That is a deliberate choice: actors that depend on defeating bot protection break without warning. This one does not.