Open Source · Free · No Signup

One API. Every signal.
Built for agents.

22 real-time sources: news, markets, crypto, social, predictions & more.
Markdown-first. Entity-aware scoring. Webhooks. Delta updates.

Terminal
curl agentsignal.dev/feed

How It Works

22 sources, one intelligence pipeline, your agents stay informed.

Sources
📰 News 🟠 HN 🤖 Reddit 📈 Crypto 🎯 Polymarket 📄 ArXiv + more
AgentSignal
ExtractScoreEnrichRank
Your Agents
🤖 Trading 📊 Research 🔍 Monitor Any LLM
1

Pull or push

Pull via /feed with delta support (ETag, since_id), or register a webhook and get signals pushed to you.

2

Filter what matters

Use ?topic=ai, ?type=market, ?min_score=70, or create a Follow subscription for persistent filtering.

3

Build agents that know

300 tokens instead of 5000. Entity-aware scoring. Enriched summaries. Instant situational awareness.

Built For

Every agent that needs to understand the world in real time. See all use cases →

📈

Trading Agents

Feed crypto prices + Polymarket odds + breaking news into your trading logic. One call, all context.

curl "agentsignal.dev/feed?type=market,events&min_score=60&format=json"
📰

News Agents

Monitor topics across all sources. Ranked signals with developing story detection across sources.

curl "agentsignal.dev/feed?topic=ai&type=news&min_score=50"
🔬

Research Agents

Track ArXiv papers, HN discussions, Reddit threads. Historical replay lets you search the past 7 days.

curl "agentsignal.dev/feed?source=arxiv,hackernews&topic=llm"
🔔

Alert AgentsNEW

Register a webhook and get high-signal alerts pushed to your agent in real time. No polling needed.

curl -X POST agentsignal.dev/webhooks -d '{"url":"https://...", "min_score":70}'
💬

Q&A Agents

Ask questions grounded in real-time signals. Powered by Claude with full signal context.

curl -X POST agentsignal.dev/ask -d '{"q":"What happened to crypto today?"}'
🏁

Competitive Intel

Follow competitor names across news, social, and forums. Get scored alerts on launches and press.

curl -X POST agentsignal.dev/follow -d '{"topics":["openai","anthropic"]}'

Five Ways to Use

Pull signals. Push questions. Follow topics. Get webhooks. Replay history.

Pull Get ranked signals with delta support
curl agentsignal.dev/feed?topic=ai&min_score=70&format=json

# Delta: only new signals since last poll
curl agentsignal.dev/feed?since_id=sig_hn_12345
Ask Push a question, get a signal-grounded answer
curl -X POST agentsignal.dev/ask \
  -d '{"q": "What happened to crypto today?"}'
Subscribe to topics, get a personalized feed
curl -X POST agentsignal.dev/follow \
  -d '{"topics": ["ai", "regulation"], "min_score": 60}'
Webhook Push signals to your agent in real time NEW
curl -X POST agentsignal.dev/webhooks \
  -d '{"url": "https://your-agent.com/signals", "min_score": 50}'
Replay Query historical signals (up to 7 days) NEW
curl "agentsignal.dev/feed?from=2026-03-14T00:00:00Z&to=2026-03-15T00:00:00Z&topic=ai"

Sources

22 sources. Aggregated, normalized, ranked. All free. All open source.

social
Hacker News Top stories + comments
social
Reddit 6 subreddits, trending posts
news
Google News Headlines by topic
market
CoinGecko Crypto prices + trending
events
Polymarket Prediction markets ($10K+ vol)
events
Kalshi Regulated event contracts
news
RSS Feeds 15 feeds: BBC, Wired, Axios + more
science
ArXiv AI/ML research papers
social
GitHub Trending Trending repos daily
social
Product Hunt Daily product launches
market
Yahoo Finance Stocks, indices, movers
market
DeFi Llama DeFi TVL + protocol data
science
Hugging Face Trending AI models
news
Techmeme Curated tech news
news
CVE / NVD Security vulnerabilities
social
Lobsters Curated tech discussion
news
+ 6 more Crunchbase, SEC, FRED, Congress, GDELT, Metaculus
+ Add a source Open source — PRs welcome

API

GET /feed Ranked markdown feed (supports delta, replay)
GET /feed?format=json Structured JSON with entities + enrichment
GET /feed?since_id=<id> Delta — only signals newer than cursor
GET /feed?from=<ts>&to=<ts> Historical replay (up to 7 days)
POST /ask Ask a question, get signal-grounded answer
POST /follow Follow topics — personalized feed
POST /webhooks Register webhook — real-time push
GET /sources List active sources + status

Live Feed Preview

Actual data from the API right now. Auto-refreshes every 60s.

Response — text/markdown
Loading signals...