Anvesh

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

  1. Start the API server

    cd automation-server
    uv run uvicorn app.main:app --reload
  2. 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"}'
  3. 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}'

Explore

On this page