Generate leads by city or postal code
- Log in.
- Choose a lead-generation method.
- Enter one keyword phrase.
- Click Generate Leads.
- Watch the progress panel.
This page explains the regular browser workflow and the authenticated API or CLI workflow in a practical, search-friendly format.
Use the dashboard export actions to download selected, filtered, or all leads as clean files for outreach and reporting.
Authenticate first, validate JSON requests, queue a generation job, poll the status endpoint, then review the results in the dashboard or export them later.
python3 scripts/levida_cli.py --base-url https://levida.ai login
python3 scripts/levida_cli.py generate-leads examples/generate_leads_postal_code.json --wait
curl -X POST https://levida.ai/api/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"email":"YOUR_EMAIL","password":"YOUR_PASSWORD"}'