Smart Browser Automation for Modern Business - AI-powered browser automation that scales with your data analytics and intelligence needs
Project description
🤖 AI Agent Quickstart
- Direct your favorite coding agent (Cursor, ClaudeS, etc) to Agents.md
- Prompt away!
👋 Human Quickstart
1. Create environment with uv (Python>=3.11):
uv venv --python 3.12
source .venv/bin/activate
2. Install Browzy package:
# We ship every day - use the latest version!
uv pip install browzy
3. Get your API key from Browzy Cloud and add it to your .env file (new signups get $10 free credits):
# .env
BROWZY_API_KEY=your-key
4. Download chromium using playwright's shortcut:
uvx playwright install chromium --with-deps --no-shell
5. Run your first agent:
from browzy import BrowzyAgent, ChatBrowzy
agent = BrowzyAgent(
task="Find the number of stars of the browzy repo",
llm=ChatBrowzy(),
)
agent.run_sync()
Check out the library docs for more!
🚀 Enterprise Browser Infrastructure
Want to bypass anti-bot detection or run a fleet of agents on the cloud? Use our hosted stealth browsers.
Follow steps 1-3 above, and pass in a Browser made with the use_cloud parameter.
from browzy import BrowzyAgent, BrowzyBrowser, ChatBrowzy
browser = BrowzyBrowser(
use_cloud=True, # Automatically provisions a cloud browser
)
agent = BrowzyAgent(
task="Find the number of stars of the browzy repo",
llm=ChatBrowzy(),
browser=browser,
)
agent.run_sync()
Optional: Follow the link in the console to watch the remote browser.
Check out the cloud docs for more!
Demos
📋 Form-Filling
Task = "Fill in this job application with my resume and information."
🍎 Grocery-Shopping
Task = "Put this list of items into my instacart."
https://github.com/digital-trendz/browzy/assets/grocery-automation-demo.mp4
💻 Business Intelligence
Task = "Extract sales data from our CRM and generate analytics report."
https://github.com/digital-trendz/browzy/assets/bi-automation-demo.mp4
💡See more examples here ↗ and give us a star!
Integrations, hosting, custom tools, MCP, and more on our Docs ↗
🏢 About Digital Trendz
Digital Trendz is a leading technology company specializing in:
- Business Intelligence: Transform raw data into actionable insights
- Data Analytics: Advanced analytics solutions for enterprise clients
- AI Solutions: Cutting-edge artificial intelligence implementations
Visit us at digital-trendz.net to learn more about our enterprise solutions.
🌐 Browzy Platform
Browzy is our flagship browser automation platform that brings AI-powered automation to modern businesses. Built on the foundation of open-source browser-use, Browzy provides:
- Enterprise-grade security and compliance
- Advanced analytics and business intelligence integration
- Scalable cloud infrastructure for high-volume automation
- Professional support and consulting services
- Custom integrations with your existing BI and analytics tools
Transform your business processes with intelligent automation that scales with your data analytics and intelligence needs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file browzy_io-0.8.1.tar.gz.
File metadata
- Download URL: browzy_io-0.8.1.tar.gz
- Upload date:
- Size: 357.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7937105110120a809a7247d1f5ac5cc2c5fccb02f8a478a9ae67860bc4dd8072
|
|
| MD5 |
6965a741d3701858b54ce8bfd4d9f927
|
|
| BLAKE2b-256 |
136416bd8aebe97ddbd916a9aa9f20c4c6eb50c43d4bacebab4b670ff2c37d5f
|
File details
Details for the file browzy_io-0.8.1-py3-none-any.whl.
File metadata
- Download URL: browzy_io-0.8.1-py3-none-any.whl
- Upload date:
- Size: 431.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6caab6b62c0538dc9065c092b768e30f76e71ccc0329b40b76a59061436953ed
|
|
| MD5 |
3a7c8044e6a0469bd00210f5a7f7b67e
|
|
| BLAKE2b-256 |
07b4b3939124f9ef9a066ffe3eae7beba8ab3b157f6476ec88b3554733d5f54e
|