Lead generation by region or city
Choose a state, region, or country, select cities, and generate outreach-ready lead lists around a single keyword.
Generate targeted lead lists by city, region, country, or postal code. Review them in your dashboard, export clean CSV or Excel files, and use the API or CLI to automate your workflow.
Choose a state, region, or country, select cities, and generate outreach-ready lead lists around a single keyword.
Target exact postal codes and ZIP codes when your campaign needs precision instead of broad regional coverage.
Review new leads in the dashboard, keep notes, and work from filtered or saved views.
Export selected, filtered, or full result sets to spreadsheet-friendly files without exposing private dashboard data publicly.
Authenticated users can validate requests, queue generation jobs, poll progress, and import existing leads from the command line.
Pick region and city, international postal code, or US ZIP depending on how tightly you want to define the territory.
Run the lead search in the authenticated app or queue the same kind of request through the authenticated API or CLI.
Open your account dashboard to inspect the generated leads, add notes, and keep outreach work organized.
Export clean files for downstream work, or repeat the workflow through curl, Python, or the Levida CLI.
Levida supports terminal and script-based workflows for users who want to log in, queue lead generation, import existing leads, and monitor jobs outside the browser.
python3 scripts/levida_cli.py login --base-url https://levida.ai
python3 scripts/levida_cli.py generate-leads
curl -X POST https://levida.ai/api/v1/auth/login
Levida keeps leads account-scoped, uses token-based API authentication, and does not expose dashboard content publicly. Public pages explain the product, while dashboards, jobs, notes, and exports remain behind authentication.
If you already have an account, jump into the authenticated generator or dashboard. If you are evaluating the product, the public About, Usage, Tutorial, FAQ, API, and Contact pages explain the current workflows without exposing private account data.