Agent-Reach vs SurfSense
One CLI gives agents read/search access to Twitter, Reddit, YouTube, GitHub, Bilibili and XiaoHongShu with zero API fees — multi-backend routing the maintainers repair when platforms break. — versus — Open-source competitive-intelligence platform for agents: live Reddit/YouTube/TikTok/Maps/search connectors; scheduled agents produce briefs and alerts into a cited knowledge base. REST + MCP.
Same sources, different altitude: SurfSense is a full platform running scheduled agents over Reddit/YouTube/TikTok connectors to produce cited briefs; Agent-Reach is a low-level CLI toolbox any agent shells out to. Product vs plumbing.
| Agent-Reach | SurfSense | |
|---|---|---|
| Stars | 65k | 16k |
| Forks | 5.3k | 1.5k |
| Language | Python | Python |
| License | MIT | NOASSERTION |
| Last activity | 9 days ago | 4 days ago |
| Topics | web, agents | web, rag |
| Curated connections | 3 | 5 |
Agent-Reach — the curator's take
Solves the ugly part of giving agents social-platform eyes: not the scraping code, but keeping it alive. Each platform routes through primary+fallback backends the maintainers swap when one gets blocked (yt-dlp died on Bilibili → bili-cli, zero user action), and `agent-reach doctor` diagnoses what's broken locally. Cookies stay on your machine; works with any CLI-capable agent. Uniquely strong China coverage (Bilibili, XiaoHongShu) — docs are Chinese-first, which is where its 64k stars live. NOT a generic crawler: for arbitrary websites use crawl4ai; this is for walled-garden platforms.
SurfSense — the curator's take
The interesting shape: not a scraper, the layer above — agents subscribe to live market signals (Reddit threads, YouTube, rankings, Maps) through one REST/MCP surface, scheduled runs turn findings into briefs, and everything lands in a citable knowledge base. If you're building market-monitoring agents, this saves you the connector swamp. Two honesty flags: the project just pivoted from 'NotebookLM alternative' to competitive intelligence (the README says so itself) — momentum is real but the identity is weeks old; and NO standard license resolution at review time — verify before building on it.