Polymarket Whale Trades Tracker
Every large trade on Polymarket above your USD threshold — wallet, side, price, size, market — plus per-wallet flow summaries.
Six live actors on the Apify Store
Pay-per-result APIs that turn public tape and public records into structured signals: Polymarket whale flow and trader records, hiring diffs across four ATS systems, fresh LLC filings, and federal contracts about to expire. Built for AI agents, trading systems, and sales pipelines.
The feeds
Every actor reads official or public primary sources, normalizes to one flat schema, and bills per record returned. Click through for sample output, real pricing math, and copy-paste integration code.
Every large trade on Polymarket above your USD threshold — wallet, side, price, size, market — plus per-wallet flow summaries.
Paste any wallet address, get its reconstructed trading record: realized P&L, win rate, per-market breakdown, hedging share — with honest coverage flags.
Structured odds, prices, volume and liquidity for exactly the markets you care about — with optional price history from the public CLOB.
Workday, Greenhouse, Lever and Ashby in one actor, one schema. Delta mode turns job boards into hiring signals: only what changed since the last run.
Fresh LLC and corporation registrations from official state portals, normalized and cleaned of formation-mill noise. Day-one B2B leads.
SAM.gov opportunities, fresh awards, and the money mode: expiring federal contracts 6–12 months before the recompete RFP drops.
Field-level change detection over 600k registered studies: new trials, status flips, new sites with PI names, enrollment deltas — only what changed since your last run.
Fresh UCC-1 financing statements from state portals — every filing is a business that just borrowed money, and names who funded it.
Integration
Actors run on the Apify platform: call them synchronously over REST, from the Python or JavaScript clients, on a schedule with webhooks — or hand them to an LLM as tools via the Apify MCP server.
curl -X POST \
"https://api.apify.com/v2/acts/splendorous_astrolabe_xs9~polymarket-odds-snapshot/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H 'Content-Type: application/json' \
-d '{
"category": "crypto",
"min_volume_24h": 10000,
"max_markets": 100,
"include_history": false
}'from apify_client import ApifyClient
client = ApifyClient("<APIFY_TOKEN>")
run = client.actor("splendorous_astrolabe_xs9/polymarket-odds-snapshot").call(
run_input={
"category": "crypto",
"min_volume_24h": 10000,
"max_markets": 100,
"include_history": false
}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item){
"mcpServers": {
"public-signal": {
"url": "https://mcp.apify.com/?actors=splendorous_astrolabe_xs9/polymarket-odds-snapshot",
"headers": {
"Authorization": "Bearer <APIFY_TOKEN>"
}
}
}
}Playbooks
An LLM without tools guesses; an agent with the right feeds cites. Every actor here returns flat, schema-stable JSON and is callable from any agent framework through the …
The best B2B lead is a company that just did something: filed an LLC, opened five engineering roles, or has a federal contract expiring in nine months. These feeds delive…
Three actors form a pipeline over Polymarket's public tape: the whale tracker finds wallets moving size, the P&L analyzer tells you whether they're worth following, and t…
Engineering stance
Each actor states its blind spots instead of hiding them — because downstream decisions (and downstream agents) are only as good as the flags in the data.
Questions
An Actor is a cloud program hosted on the Apify platform that you run via API, schedule, or call from an AI agent. Each run writes structured results to a dataset you can read as JSON or CSV. You pay only for the events each run produces — no subscriptions, no infrastructure.
No. Every actor runs from a web form in Apify Console, on a schedule, or through no-code tools like Zapier, Make and n8n. Developers can call the same actors via REST, the Python/JavaScript clients, or MCP.
Each actor defines billable events — a trade returned, a wallet analyzed, a filing record — with a fixed USD price. Your Apify usage credit covers them; the free plan includes $5 of usage every month, enough to try everything here.
Yes. The Apify MCP server exposes any actor as a tool for Claude, ChatGPT, Cursor and other MCP clients: the agent fills the input schema, runs the actor, and reads the dataset — no glue code.
These actors read public, official sources: state open-data portals, SAM.gov and USAspending APIs, public ATS job boards, and Polymarket's public trade tape. Person-level consumer data is deliberately excluded.
Create a free Apify account, open any actor, and press Run — the free plan's $5 monthly credit covers hundreds of results. No card required.