Best Browser Agent Top 20
Top 20 most popular open-source Browser Agent projects, ranked by GitHub Stars.
Firecrawl
168.2k StarsFirecrawl is a web scraping and search engine designed for AI agents, converting any webpage into structured Markdown data with search, scrape, and clean capabilities for building web-data-powered AI applications.
browser-use
109.4k Starsbrowser-use enables browser automation for agents, allowing LLMs to understand pages and perform complex web interactions.
Scrapling
74.6k StarsAn adaptive web scraping framework that intelligently handles anti-bot measures, from single requests to full-scale crawls, designed for AI agent data collection.
Front-End Checklist
73.5k StarsA comprehensive front-end checklist for modern web development and AI agents, covering HTML/CSS/JS, performance, accessibility, and SEO quality standards.
Agent Reach
72.3k StarsGive your AI agent eyes to see the entire internet. Read and search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu with one CLI and zero API fees.
Chrome DevTools MCP
49.3k StarsMCP server providing Chrome DevTools capabilities to coding agents, enabling web debugging, performance analysis, and DOM manipulation automation.
PPT Master
47.3k StarsAI-powered PPT generation tool that creates natively editable PPTX from any document, producing real PowerPoint shapes instead of images.
GitNexus
45.4k StarsThe Zero-Server Code Intelligence Engine — a client-side knowledge graph creator running entirely in your browser with a built-in Graph RAG Agent for code exploration.
Agent Browser
40.7k StarsAn open-source browser automation CLI for AI agents by Vercel, built with Rust for high performance and programmability.
UI-TARS Desktop
38.6k StarsByteDance's open-source multimodal AI agent stack connecting cutting-edge AI models with agent infrastructure for GUI automation and computer control.
Selenium
34.4k StarsSelenium is the industry's most widely-adopted browser automation framework, drivable by agents for web interaction, forms and testing.
Lightpanda Browser
33.9k StarsA lightweight browser runtime designed for automation and scraping scenarios, offering lower overhead than traditional browsers for headless tasks.
CloakBrowser
30.2k StarsCloakBrowser is a stealth Chromium browser built with 58 source-level C++ patches, providing a drop-in Playwright/Puppeteer replacement that passes Cloudflare Turnstile, reCAPTCHA v3, FingerprintJS and other bot detection systems for AI agents.
Page Agent
28.6k StarsPage Agent is a JavaScript in-page GUI agent by Alibaba that controls web interfaces with natural language, enabling automated form filling, page navigation, and element interaction.
AgenticSeek
26.9k StarsFully local Manus AI alternative that autonomously browses the web, writes code, and interacts via voice, with no API costs
Open-AutoGLM
26.0k StarsOpen-AutoGLM is an open phone agent model and framework enabling AI to autonomously operate smartphone interfaces, unlocking the AI Phone experience for everyone.
OmniParser
25.3k StarsOmniParser is Microsoft's open-source screen parsing tool that turns GUI screenshots into structured elements, enabling reliable vision-only agent actions.
Stagehand
24.0k StarsThe SDK for browser agents by Browserbase. Provides act, extract, and observe primitives for AI agents to naturally browse and interact with web pages.
Skyvern
22.8k StarsSkyvern is an agent platform for browser task automation, using page understanding and action planning to complete complex web workflows such as forms and back-office tasks.
Neko
22.1k StarsNeko is an open-source virtual browser that runs a browser inside a container, letting agents and humans share the same remote browser session.
Related Articles
Agent Rate Limiting and Cost Attack Defense: Token Quotas, Sliding Windows, Attack Vector Practice
Systematic guide to rate limiting and cost attack defense for LLM Agents in production: single-user token quotas, multi-tenant sliding windows, prompt injection amplifying cost, DDoS protection, and integration with LangChain/CrewAI/AutoGen frameworks.
Anti-Bot and Browser Fingerprinting: Modern Web Scraping Strategies
A systematic deep dive into modern web scraping anti-bot defenses: HTTP layer (curl_cffi for TLS fingerprint), browser layer (Playwright plus stealth), behavior layer (human behavior simulation), covering Cloudflare bypass, proxy IP rotation, Scrapling selector self-healing, and legal compliance boundaries.
Browser Agent Data Extraction and Form Filling: From LLM Vision to DOM Selectors
A systematic engineering guide to Browser Agent across two high-frequency tasks (structured data extraction and automated form filling). Compares three action localization strategies (vision LLM, DOM selector, hybrid coordinate) and trade-offs across four frameworks: Browser-Use, Stagehand, Playwright MCP, and Skyvern.