browser-use/browser-use
Python library for AI web browsing and task automation via browser control.
Browser automation used to mean Playwright, Puppeteer, or Selenium driving a real browser through a programmatic API for testing or scraping. In 2025 the category absorbed a second, very different population — agentic stacks that wrap a model around those same primitives and let it decide what to click, type, and read. The two communities don't always realise they're sharing a category. A QA engineer wants determinism, headless speed, and a stable selector strategy. An AI builder wants a loop that finishes a multi-step task without supervision, even when the page changes. Both ship here. Playwright and Puppeteer still dominate the head of the distribution because every AI browser project depends on them. The newer entrants — browser-use, Stagehand, web-operator harnesses — pair Playwright with DOM-graph reasoning, retries, and a model in the steering loop. Honest take on the agentic half: it's not as production-ready as the demos suggest. Anti-bot defences, captchas, and shifting DOM structure break runs that worked yesterday. If you're picking a stack, the questions are: how deterministic is the automation under model steering or is every run a coin flip, how does the project handle captchas (or does it pretend they don't exist), and is the headless mode genuinely production-quality or only debug-good.
Python library for AI web browsing and task automation via browser control.
Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.
Open-source anti-detect browser for web scraping and multi-account management.
OSINT username investigation tool scraping 3000+ sites
Make Any Website into CLI & Use your logged-in browser by AI agent.
Browser automation harness for AI agents from browser-use org
🕷️ An adaptive Web Scraping framework that handles everything from a single request to …
Python version of the Playwright testing and automation library.
Stealth browser automation wrapper for Playwright
Rust-based browser automation framework from AI agent startup Skyvern. Rust port of Playwright for LLM-driven web agents. Single HN hit, no GitHub traction. Lik
Stealth Chromium engine that stops scrapers and browser agents from getting blocked, with one line of code change.