Pricing
from $7.50 / 1,000 results
Metaculus Questions Scraper
Browse forecasting questions on Metaculus filtered by status, sort, or free text search. Each question carries id, title, category, status, close_time, community_prediction, and num_predictions. Useful for AI safety research, geopolitics tracking, and forecast aggregation.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
๐ฎ Metaculus Questions Scraper
๐ Export Metaculus forecasting questions in seconds, including community predictions, prediction counts, categories, and resolution dates, straight from the public api2 endpoint.
๐ Last updated: 2026-05-29 ยท ๐ 12 fields per record ยท 50,000+ Metaculus questions ยท Crowdsourced forecasting
The Metaculus Questions Scraper turns the Metaculus public api2/questions/ endpoint into a clean dataset. It walks the cursor-paginated feed, filters by status and free-text search, and emits one row per question with the community median prediction, category, and timing.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ฎ Forecasters | Calibration & track records |
| ๐ Researchers | Wisdom-of-crowds datasets |
| ๐ข Hedge funds | Tail-risk signal monitoring |
| ๐ค ML researchers | Forecast aggregation training |
| ๐ฐ Journalists | Real-world probability quotes |
| ๐ฉโ๐ป Developers | Mirror Metaculus locally |
๐ What the Metaculus Questions Scraper does
- Calls
https://www.metaculus.com/api2/questions/with status, search, and ordering filters. - Walks pagination until
maxItemsis reached. - Extracts community median prediction, prediction count, categories, close & resolve times.
- Exports as CSV, Excel, JSON, JSONL, XML, RSS, or HTML.
๐ก Why it matters: Metaculus is the largest serious forecasting community on the internet. Their community predictions are battle-tested calibration sources.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free 10, paid up to 1M. |
status | enum | No | open, closed, resolved, all. |
search | string | No | Full-text query. |
orderBy | enum | No | Sort order. |
Example 1:
{"status":"open","orderBy":"-vote_score","maxItems":50}
Example 2:
{"search":"AI","status":"open"}
โ ๏ธ Good to Know: The Metaculus api2 endpoint is public. No key required.
๐ Output
| Field | Type | Description |
|---|---|---|
๐ id | number | Question ID. |
๐ title | string | Question title. |
๐ url | string | Public URL. |
๐ข status | string | open/closed/resolved. |
๐ท๏ธ category | string | Comma-joined categories. |
โฐ close_time | string | When forecasting closes. |
๐ฎ community_prediction | number | Community median (q2). |
๐งฎ num_predictions | number | Total predictions count. |
๐ scrapedAt | string | When fetched. |
โ error | string | Error if upstream failed. |
Sample record:
{"id":12345,"title":"Will AGI be declared before 2030?","url":"https://www.metaculus.com/questions/12345/","status":"open","category":"AI, Tech","close_time":"2029-12-31T23:59:00Z","community_prediction":0.18,"num_predictions":4521,"scrapedAt":"2026-05-29T13:00:00.000Z","error":null}
โจ Why choose this Actor
| ๐ | Public Metaculus api2, no key. | | ๐ฎ | Pulls community median directly. | | ๐ข | Numeric casting on every numeric field. | | ๐ | Errors surfaced cleanly. | | ๐ | Status, search, sort filters. | | ๐พ | CSV / Excel / JSON / XML / RSS / HTML. |
๐ How it compares to alternatives
| Approach | Setup | Pagination? | Filter? | Errors? |
|---|---|---|---|---|
| Raw fetch | 20 min | manual | manual | โ |
| Custom scraper | 1 hr | โ | partial | partial |
| This Actor | 5 sec | โ | โ | โ |
๐ How to use
- Click Try for free.
- Pick a status / search.
- Click Start.
๐ผ Business use cases
๐ Tail-risk monitoring. Watch AI, geopolitics, biosecurity questions for tail signals.
๐ผ Calibration research. Build calibration plots vs Metaculus community.
๐ฐ Newsroom. Quote crowd probabilities in stories.
๐ค ML. Train forecast aggregation models.
๐ Automating Metaculus Questions Scraper
- Make / Zapier to Airtable / Slack.
- Cron schedule native Apify.
- Webhooks on completion.
- Pipe to BigQuery / Snowflake / Postgres.
๐ Beyond business use cases
๐ Education. Teach forecasting / Bayesian inference.
๐งช Personal research. Track your interest area.
๐ค Open data. Public forecast dashboards.
๐งฐ Prototyping. Quick feed.
๐ค Ask an AI assistant about this scraper
Drop this README into ChatGPT or Claude.
โ Frequently Asked Questions
โ API key? None.
โ Pagination? Cursor-paginated, fully walked.
โ Filter? Yes - status, search, sort.
โ Cast? Yes.
โ Errors? Clean {error} record.
โ Schedule? Yes.
โ Scraping or API? Public api2.
โ Schema stable? Yes.
โ Formats? CSV, Excel, JSON, JSONL, XML, RSS, HTML.
โ Coverage? All Metaculus questions.
๐ Integrate with any app
Apify integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, REST/webhook.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge PredictIt Markets Scraper | Political prediction markets. |
| ParseForge The Odds API Sports Scraper | Sports betting markets. |
| ParseForge Stocktwits Trending Symbols Scraper | Retail sentiment. |
| ParseForge Alpha Vantage Public Scraper | Stocks, FX, crypto. |
๐ก Pro Tip: browse the complete ParseForge collection for 900+ scrapers.
Disclaimer: This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.
