by ai-naymul
Open‑source alternative to Perplexity Comet and director.ai and firecrawl combined
# Add to your Claude Code skills
git clone https://github.com/ai-naymul/BrowserPilotEver wished you could tell your browser "Hey, go grab all the product prices from that e-commerce site" and it would just... do it? That's exactly what this does, but smarter.
Tired of writing complex scrapers that break every time a website changes its layout? Yeah, me too.
This AI-powered browser actually sees web pages like you do. It doesn't care if Amazon redesigns their product pages or if LinkedIn adds new anti-bot measures. Just tell it what you want in plain English, and it figures out how to get it.
Think of it as having a really smart intern who never gets tired, never makes mistakes, and can handle any website you throw at them - even the ones with annoying CAPTCHAs.
Trust me, it's pretty cool watching an AI navigate websites like a human
https://github.com/user-attachments/assets/39d2ed68-e121-49b9-817e-2eb5edc25627
The easiest way to run BrowserPilot is with Docker:
# Clone and start with Docker Compose
git clone https://github.com/ai-naymul/BrowserPilot.git
cd BrowserPilot
echo 'GOOGLE_API_KEY=your_actual_api_key_here' > .env
docker-compose up -d
Open http://localhost:8000 and you're ready to go! 🚀
python --version)