ListGuru

Integrations

Leads flow where your team already works

Push enriched, verified contacts into your CRM and automation stack the moment they're ready — no CSV shuffling required.

HU
Available

HubSpot

Push enriched leads into HubSpot contacts and lists.

SA
Available

Salesforce

Sync leads and enrichment fields to Salesforce objects.

ZA
Available

Zapier

Trigger 6,000+ apps whenever a list finishes enriching.

MA
Available

Make

Build visual automation scenarios with ListGuru modules.

RE
Available

REST API

Programmatic search, enrichment and verification.

GO
Coming soon

Google Sheets

Send enriched rows straight into a spreadsheet.

REST API

Or build it yourself

Everything in the ListGuru app is available over a simple REST API: people search, enrichment, email and mobile reveals, and verification. Authenticate with a bearer key, pay in the same credits as your plan.

  • JSON in, JSON out — no SDK required.
  • Idempotent enrichment requests with per-call credit reporting.
  • Webhooks fire when bulk jobs finish, so nothing polls.
POST /v1/enrich
curl -X POST https://api.listguru.example/v1/enrich \
  -H "Authorization: Bearer $LEADIFY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "first_name": "Sasha",
    "last_name": "Marin",
    "company_domain": "orbitline.io",
    "reveal": ["email", "phone"]
  }'

# 200 OK
{
  "email": "sasha.marin@orbitline.io",
  "email_status": "verified",
  "phone": "+1 512 555 0184",
  "title": "VP Sales",
  "credits_charged": 6
}

Connect ListGuru in minutes

CRM sync is included on Growth and above. API access comes with every paid plan.