Getting Started
Learn how to use Anvesh for lead generation
Welcome to Anvesh
Anvesh is a lead generation engine that hunts for high-value businesses with zero online presence. It automates lead scraping from Google Maps and exports data to CSV.
Quick Start
-
Start the API server
cd automation-server uv run uvicorn app.main:app --reload -
Get an API key (admin only)
curl -X POST http://localhost:8000/admin/keys \ -H "X-Admin-Secret: your-secret" \ -H "Content-Type: application/json" \ -d '{"name": "My Key", "tier": "free"}' -
Start scraping
curl -X POST http://localhost:8000/automation/start \ -H "X-API-Key: anv_..." \ -H "Content-Type: application/json" \ -d '{"industry": "restaurants", "locations": ["Mumbai"], "limit_per_location": 50}'