Browser Use launches fetch-use scraping SDK
Browser Use has introduced fetch-use, a lightweight Python SDK and HTTP service that enables developers to scrape web content and retrieve search results without launching resource-heavy interactive browser sessions. Routing requests through stealth proxies to bypass bot detection, the tool supports session persistence and outputs markdown or structured JSON directly for LLM integration.
Hot take: Spinning up headful browsers just to parse static page data is a massive waste of compute, and fetch-use successfully bridges the gap between basic, easily blocked HTTP clients and heavy interactive browser agents.
- –Free and lightweight alternative to subscription-based SERP APIs.
- –Bypasses HTTP 403 errors and bot protection using premium proxy routing and TLS fingerprinting.
- –Offers LLM-friendly output formats including markdown and structured JSON.
- –Features session persistence to carry cookies and state across multiple fetches.
- –Serves as an efficient "fetch-first" check before escalating to a full browser agent.
DISCOVERED
1h ago
2026-06-11
PUBLISHED
1h ago
2026-06-11
RELEVANCE
AUTHOR
browser_use