Polymarket Scraper avatar

Polymarket Scraper

Pricing

Pay per usage

Go to Apify Store
Polymarket Scraper

Polymarket Scraper

Scrape prediction market data from Polymarket. Get real-time odds, trading volume, liquidity, and outcomes for any market. Perfect for trading bots, AI agents, data analysis, and research. No API key needed.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Laurent Poyet

Laurent Poyet

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Polymarket Markets Scraper

Scrape prediction market data from Polymarket — the world's largest prediction market platform.

What does it do?

This Actor fetches real-time market data from Polymarket's API, including:

  • Market questions (e.g., "Will X happen before Y?")
  • Current odds/prices for each outcome (Yes/No)
  • Trading volume and liquidity
  • Market status (active, closed)
  • Direct links to each market

Use cases

  • 📊 Trading bots — Feed live odds into your trading algorithms
  • 🤖 AI agents — Let your AI agent monitor prediction markets
  • 📈 Data analysis — Track how odds shift over time
  • 📰 Research — Study prediction market accuracy and behavior
  • 🔔 Alerts — Monitor markets and trigger notifications on price changes

Input parameters

ParameterTypeDefaultDescription
querystring""Filter by tag/keyword (politics, crypto, sports)
limitinteger50Maximum markets to return (1-500)
activeOnlybooleantrueOnly return active markets
minVolumeinteger0Minimum trading volume filter ($)

Output example

{
"id": "12345",
"question": "Will Bitcoin reach $100k in 2026?",
"url": "https://polymarket.com/event/bitcoin-100k-2026",
"volume": 1500000,
"volumeFormatted": "$1,500,000",
"liquidity": 250000,
"outcomes": [
{ "name": "Yes", "price": 0.72 },
{ "name": "No", "price": 0.28 }
],
"active": true,
"category": "Crypto",
"scrapedAt": "2026-02-22T22:00:00.000Z"
}

No API key required

This Actor uses Polymarket's public API. No authentication or API keys needed.

Pricing

Free to try. Pay-per-result pricing available for high-volume usage.

Integrations

Works with all Apify integrations: webhooks, API, Zapier, Make, Google Sheets, and more.