Polymarket Prediction Markets & Odds Scraper
Scrape Polymarket prediction markets with live outcome odds, trading volume, liquidity, order book best bid and ask, price changes and resolution details. Filter by status, category or keyword. Export to JSON, CSV or Excel.
{ "id": "703258", "question": "Will Jesus Christ return before 2027?", "slug": "will-jesus-christ-return-before-2027", "url": "https://polymarket.com/event/will-jesus-christ…", "category": "Will Jesus Christ return before 2027?", "eventSlug": "will-jesus-christ-return-before-2027", "image": "https://polymarket-upload.s3.us-east-2.amazona…", "icon": "https://polymarket-upload.s3.us-east-2.amazona…", "outcomes": [{"name":"Yes","price":0.0195},{"name":"No",… }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Id | Question | Slug | Url |
|---|---|---|---|
| 703258 | Will Jesus Christ return before 2… | will-jesus-christ-return-before-2… | https://polymarket.com/event/will… |
| 2063135 | Will Gedion Timothewos be the nex… | will-gedion-timothewos-be-the-nex… | https://polymarket.com/event/next… |
| 561251 | Will LeBron James win the 2028 US… | will-lebron-james-win-the-2028-us… | https://polymarket.com/event/pres… |
| 559687 | Will Oprah Winfrey win the 2028 D… | will-oprah-winfrey-win-the-2028-d… | https://polymarket.com/event/demo… |
| 559679 | Will Bernie Sanders win the 2028 … | will-bernie-sanders-win-the-2028-… | https://polymarket.com/event/demo… |
{ "id": "703258", "question": "Will Jesus Christ return before 2027?", "slug": "will-jesus-christ-return-before-2027", "url": "https://polymarket.com/event/will-jesus-christ…", "category": "Will Jesus Christ return before 2027?", "eventSlug": "will-jesus-christ-return-before-2027", "image": "https://polymarket-upload.s3.us-east-2.amazona…", "icon": "https://polymarket-upload.s3.us-east-2.amazona…", "outcomes": [{"name":"Yes","price":0.0195},{"name":"No",… }
常见问题
What do the outcome prices mean?
Each outcome price is the market-implied probability of that outcome, from 0 to 1. For a Yes/No market a Yes price of 0.62 means the market prices the event at about 62 percent.
Can I get only sports or only politics markets?
Yes. Use the category tag slug (for example `sports`, `politics` or `crypto`), or a search keyword to keep only matching questions.
Does it include resolved markets?
Yes. Set status to closed to pull markets that have already resolved, or all to get both open and resolved markets in one run.
How fresh is the data?
Odds, volume and order book prices are read live at run time, so each record reflects the market at the moment of the run (see observedAt).