browser-use — ИИ-агент для управления браузером
★ 106.1K
browser-use is a Python library that lets an AI agent drive a real browser through Playwright: the agent opens pages, clicks buttons, fills forms, scrolls, and pulls structured data off the page — you describe the task in plain language. Reach for it to automate web actions that no API covers: gathering data from a dashboard, submitting a form on a site with no API, pulling recurring reports out of an admin panel, or running a step-by-step "log in → fill → grab the result" flow. It works with any LLM (Anthropic, OpenAI, Google, and others) through one interface, holds the context of a multi-step task, and returns results in a schema you define. Its focus is carrying out an instruction in the browser from a description, not fast HTML scraping: for bulk static scraping without AI, crawl4ai or botasaurus is cheaper — the value here is that the agent finds its own way around an unfamiliar interface.
- #Browser Automation