VOOZH about

URL: https://apify.com/yellowchimp/polymarket

โ‡ฑ Polymarket API no limit | Scraper/Screener | API V3 ยท Apify


๐Ÿ‘ Polymarket API no limit | Scraper/Screener | API V3 avatar

Polymarket API no limit | Scraper/Screener | API V3

Pricing

$1.99 / 1,000 results

Go to Apify Store

Polymarket API no limit | Scraper/Screener | API V3

API for Agentic AI on Polymarket. Automate data extraction for markets, events, and price feeds. Features high-speed crawling and clean JSON formatting designed for developers building trading bots and market analysis tools. Structured JSON and Apify Dataset. Awarded best 2026.

Pricing

$1.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ INFO-YC Studios

INFO-YC Studios

Maintained by Community

Actor stats

4

Bookmarked

18

Total users

2

Monthly active users

a month ago

Last modified

Share

๐Ÿ”ฎ Polymarket Market Data Scraper - Flexible API Access (โœ… 04/2026 Upgrade)

QUICK GUIDE

This Actor is a powerful tool for fetching data from the Polymarket API. It offers three primary modes: fetching a single market by ID or Slug, searching for markets based on a query, or performing a comprehensive, paginated crawl of all markets.

All results are pushed to the Dataset as individual JSON records.

Input Examples

You must provide only one of the primary fetch parameters (marketId, marketSlug, or searchQuery).
If none are provided, the Actor defaults to a Full Market Crawl.

ModeInput JSON Example
Market Search (e.g., for "SpaceX" including closed markets){ "searchQuery": "SpaceX" }
Full Market Crawl (Default){ "batchSize": 100, "fetchClosedMarkets": false, "sortAscending": true }
Single Market by ID{ "marketId": "98374" }

โš™๏ธ Input Configuration

Field NameTypeDefaultDescriptionFetch Mode
marketIdStringnullFetches a single specific market using its unique numerical ID (e.g., "98374"). Takes highest priority.Single Market by ID
marketSlugStringnullFetches a single specific market using its URL slug (e.g., "spacex-ipo-closing-market-cap"). Takes second priority.Single Market by Slug
searchQueryStringnullA keyword or phrase (e.g., "Trump", "SpaceX") to search for markets using the /public-search endpoint. Results are correctly saved to the Dataset.Market Search
batchSizeNumber50The number of markets to fetch per API call when searching or performing a full crawl.Search & Full Crawl
fetchClosedMarketsBooleanfalseIf true, the scraper will include markets that are already closed or resolved.Search & Full Crawl
sortAscendingBooleanfalseDetermines the order of results when performing a full crawl (false = descending by market ID).Full Crawl Only

๐Ÿš€ Fetch Modes & Priority

The Actor executes exactly one of the following modes, checked in this order:

  1. Single Market by ID (marketId)
    Endpoint: /markets/{marketId}
    Behavior: Fetches a single JSON object for the specified market.

  2. Single Market by Slug (marketSlug)
    Endpoint: /markets/slug/{marketSlug}
    Behavior: Fetches a single JSON object for the specified market.

  3. Market Search (searchQuery)
    Endpoint: /public-search
    Behavior: Searches for markets matching the query. Results are extracted from the events array and individually saved to the Dataset.

  4. Full Market Crawl (Default)
    Endpoint: /events
    Behavior: Paginates through all available markets when no specific fetch parameters are provided.

๐Ÿ’พ Output and Data Structure

All fetched markets are stored in the Dataset using:

Actor.push_data(data)

The output format mirrors the Polymarket API response:

{
"id":"98374",
"ticker":"spacex-ipo-closing-market-cap",
"slug":"spacex-ipo-closing-market-cap",
"title":"SpaceX IPO Closing Market Cap",
"description":"This market will resolve based on SpaceX's market capitalization...",
"resolutionSource":"",
"startDate":"2025-12-06T01:34:37.744882Z",
"endDate":"2027-12-31T00:00:00Z",
"liquidity":144425.35661,
"volume":298198.233994,
"markets":[
{
"id":"842087",
"question":"Will SpaceX's market cap be between $500B and $600B...",
"outcomePrices":["0.015","0.985"],
"volume":"28286.541268",
"liquidityNum":16074.91576
}
]
}

๐Ÿ’ก Use Cases

  • Quantitative Market Analysis: Collect large datasets for backtesting strategies.

  • Forecasting & Trends: Track prediction markets for politics, tech, and economics.

  • Archiving: Build historical datasets using Full Market Crawl with fetchClosedMarkets: true.

  • Industry Monitoring: Track new markets for specific industries or technologies via searchQuery.

You might also like

Polymarket Scraper - Prediction Market Odds API

logiover/polymarket-events-odds-ai-scraper

Polymarket unofficial API alternative: scrape events, odds, sports scores, AI analysis and tweet signals. Export prediction market data to CSV/JSON.

Polymarket Prediction Market Scraper

crawlerbros/polymarket-scraper

Scrape Polymarket prediction markets like search markets, trending by volume, browse events, fetch single market details, and get recently resolved markets. No auth required.

10

Polymarket Prediction Market Tracker by Category

scrapemint/polymarket-market-monitor

Pull Polymarket prediction markets by category, keyword, min volume, liquidity, and price move. Returns deduped JSON with question, outcomes, prices, 24h volume, and end date. Uses the official Polymarket Gamma API.

Polymarket Markets Scraper

louisdeconinck/polymarket-events-scraper

This Polymarket scraper is your ultimate tool for gaining insights into prediction markets. It efficiently collects comprehensive market data, enabling real-time monitoring, historical analysis, and competitive intelligence. Perfect for traders, analysts, and researchers looking to stay ahead.

๐Ÿ‘ User avatar

Louis Deconinck

185

5.0

Polymarket Scraper | $1 / 1k | Fast & Reliable

fatihtahta/polymarket-scraper-ppe

Get live prediction market data from Polymarket with tickers, categories, prices, and volume metrics. $2 per 1000 results. Fast, reliable, and structured for analysis. Ideal for traders, researchers, and data teams.

Polymarket Search Scraper ๐ŸŽฏ

easyapi/polymarket-search-scraper

Scrape prediction market data from Polymarket.com. Extract market details, odds, volumes, and other key metrics for any keyword-based search. Perfect for tracking political predictions, event outcomes, and market sentiment.