Levida logo Levida Lead generation, dashboard, exports, and automation
Usage

How to use Levida for lead generation, dashboard review, exports, and automation

This page explains the regular browser workflow and the authenticated API or CLI workflow in a practical, search-friendly format.

Generate leads by city or postal code

  1. Log in.
  2. Choose a lead-generation method.
  3. Enter one keyword phrase.
  4. Click Generate Leads.
  5. Watch the progress panel.

Review leads in your dashboard

  1. Open the dashboard after the job completes.
  2. Filter by keyword, state, city, and heat level.
  3. Add notes, update status, and save views.

Export leads to CSV or Excel

Use the dashboard export actions to download selected, filtered, or all leads as clean files for outreach and reporting.

Automate lead generation with API and CLI

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"}'

Next pages to visit