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
AvailableHubSpot
Push enriched leads into HubSpot contacts and lists.
SA
AvailableSalesforce
Sync leads and enrichment fields to Salesforce objects.
ZA
AvailableZapier
Trigger 6,000+ apps whenever a list finishes enriching.
MA
AvailableMake
Build visual automation scenarios with ListGuru modules.
RE
AvailableREST API
Programmatic search, enrichment and verification.
GO
Coming soonGoogle 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.