Limitless Prediction Markets Scraper & Monitor
Pricing
from $4.00 / 1,000 per record returneds
Limitless Prediction Markets Scraper & Monitor
Scrape all active Limitless (limitless.exchange) prediction markets — title, category, YES/NO prices, volume, resolution time — from the public API. Run on a schedule to monitor new markets, big price moves, and markets about to resolve, with Slack/email/webhook alerts.
Pricing
from $4.00 / 1,000 per record returneds
Rating
0.0
(0)
Developer
Scrapers Delight
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
📈 Limitless Prediction Markets Scraper & Monitor
Scrape every active market on Limitless — the fast-growing on-chain prediction market — with YES/NO prices, volume, category, and resolution time, straight from the public API. Then run it on a schedule to monitor new markets, big price moves, and markets about to resolve, with Slack / email / webhook alerts.
No login, no anti-bot, no wallet — Limitless serves its active markets as a clean public JSON API.
What does it do?
It pulls all active Limitless markets and returns clean rows you can export to JSON, CSV, Excel, or push to your app via API — and, on a schedule, it becomes a real-time market watcher.
- 📊 Every active market — title, category, tags, market type, venue.
- 💵 Live YES/NO prices + full buy/sell trade prices.
- 📈 Volume and resolution time (perfect for fast 5-min / hourly markets).
- 🔔 Monitor mode — alert on new markets, price moves past a threshold, and markets about to resolve.
Limitless is the #3 on-chain prediction market and its fast markets refresh constantly — so a scheduled monitor compounds into a genuinely useful, recurring signal.
What data does it extract?
For every market: market_id, title, slug, url, categories[], tags[], market_type, venue, status, yes_price, no_price, prices, trade_prices, volume, expiration_timestamp, expiration_date, created_at, image_url, is_new (monitor), scraped_at.
Who is it for?
- 💹 Traders & quants building signals, dashboards, and price feeds across prediction markets.
- 🤖 Bot builders reacting to new markets and price swings in real time.
- 📰 Researchers & journalists tracking what the crowd is pricing.
- 📊 Analytics teams archiving market history for backtesting.
How to use it (step by step)
- Click Try for free.
- (Optional) filter by category, title, min volume, or resolving within N hours.
- Click Start, then open the Dataset tab to view/export.
- (Optional) set monitorMode + a Schedule + an alert channel to get pinged on new markets / price moves / resolutions.
Quick start
{ "categories": ["Crypto"], "sortBy": "volume_desc" }
Monitor example
{"searchTerm": "BTC","monitorMode": true,"alertOnNewMarket": true,"alertOnPriceMove": true,"priceMoveThreshold": "0.1","slackWebhookUrl": "https://hooks.slack.com/services/…"}
Input
| Field | What it does |
|---|---|
categories, searchTerm, marketTypes, minVolume | client-side filters |
resolvingWithinHours | keep markets resolving soon |
sortBy | default · volume_desc · resolving_soon · newest |
monitorMode | recurring watcher (new markets / price moves / resolving-soon) |
alertOnNewMarket, alertOnPriceMove, priceMoveThreshold, alertOnResolvingSoon, resolvingSoonHours | alert triggers |
webhookUrl, slackWebhookUrl, emailRecipients | alert channels |
proxyConfiguration | proxy settings |
Output
Each market is one dataset record (fields above). Export to JSON, CSV, Excel, HTML, or RSS, or fetch via the Apify API.
How much does it cost?
Pay-per-event — you pay for what you pull:
| Event | What it covers | Suggested price |
|---|---|---|
lot-scraped | each market returned | ~$0.002 / market |
monitor-run-completed | each scheduled watch run | ~$0.05 / run |
new-lot-detected | each newly-seen market | ~$0.02 / market |
alert-delivered | each Slack/email/webhook push | ~$0.005 / alert |
(Final per-event prices are set on the actor's pricing page.)
Is it legal to scrape Limitless?
This actor reads public market data from Limitless's own public API — prices, volumes, and market metadata, not personal data. Scraping public data is generally legal, but you are responsible for your use — review Limitless's Terms of Service, and remember this is market data, not financial advice.
FAQ
Do I need a wallet or login? No. The active-markets API is public and read-only.
Can it watch fast 5-minute markets?
Yes — use resolvingWithinHours and alertOnResolvingSoon, and schedule the actor frequently.
Can I alert on price swings?
Yes — enable alertOnPriceMove and set a priceMoveThreshold.
How do I export? JSON, CSV, Excel, HTML, or RSS from the Dataset tab, or via the Apify API.
Feedback
Want order-book depth, historical price series, or resolved-market outcomes? Open an issue on the actor.