Blog
Notes
Route-first web agents: benchmarks, comparisons with browser automation tools, and guides to getting website data without scraping. RSS
2026-04-05 · Technical
Skip the Browser from Claude DesktopUnbrowse is now a real MCP server. One JSON block in your config and your agent gets the web - without a browser.
2026-04-05 · Technical
3 Lines to Skip the BrowserUnbrowse v2.12.0 ships a first-party TypeScript SDK. If you're building on top of the local Unbrowse runtime, you no longer need to shell out to the CLI - just import, resolve, and execute.
2026-04-03 · Technical
Your Agent Fleet Can Fund Itself: The Economics of API MiningA detailed economic analysis of how running AI agent fleets with Unbrowse generates revenue through API route mining, with breakeven calculations and scaling projections.
2026-04-03 · Technical
The $0.53 Tax: What Browser Automation Really Costs Per ActionA breakdown of the real cost of browser automation for AI agents: compute, LLM tokens for DOM processing, and latency opportunity cost. Compared to API-native alternatives.
2026-04-03 · Technical
CrewAI + Unbrowse: Build Agents That Skip the BrowserTutorial for integrating Unbrowse with CrewAI to give your agent crews direct API access to websites. Skip browser automation entirely with cached API routes.
2026-04-03 · Technical
Foundry: Turn Your AI Workflow History Into Reusable SkillsFoundry mines your local AI coding assistant history to discover repeated workflow patterns and turns them into portable, installable skills. Open source, works with Claude Code, Codex, and OpenClaw.
2026-04-03 · Technical
How Unbrowse Works: Architecture of an API Discovery EngineA complete technical walkthrough of Unbrowse's architecture, from passive traffic capture through endpoint extraction, authentication detection, graph construction, and cache-first resolution.
2026-04-03 · Technical
How to Give Your LangChain Agent Direct API AccessTutorial showing how to use Unbrowse as a LangChain tool to replace browser-based web access with direct API calls. Includes code examples, setup, and performance comparison.
2026-04-03 · Technical
The 50 Most Valuable Domains to Mine With UnbrowseA ranked guide to the highest-value websites for API mining with Unbrowse. Discover which domains yield the most endpoints, earn the most micropayments, and offer first-mover bonuses.
2026-04-03 · Technical
Web Data Extraction Without Scraping: The API-First ApproachWhy scraping is an unnecessary tax when websites already expose their data via internal APIs. The API-first paradigm for web data extraction.
2026-04-03 · Technical
x402 Micropayments: How AI Agents Pay for API AccessA technical explainer of the x402 micropayment protocol, how it enables AI agents to pay for API access in real time, and how Unbrowse uses it to create a self-sustaining marketplace for shadow API routes.
2026-04-02 · Technical
Shadow APIs: The Hidden API Layer Every Website Already HasEvery modern website calls internal API endpoints behind its UI. These shadow APIs are not documented, not public, but fully functional. Unbrowse discovers them by intercepting network traffic during normal browsing.