INTEGRATIONS

What ZipLead plugs into.

ZipLead is for anyone who sells to SMBs, and most of those people already run a CRM, a dialer or a spreadsheet. There are three ways out: a CSV any import tool accepts, a webhook that fires to Zapier, Make, n8n or your own endpoint, and a read-only REST API. That is the full list. There is no native two-way sync with any CRM and no ZipLead app in the Zapier or Make directories.

WHAT EXISTS

CSV export from any search or list, with score, tier, phone, website and the contact emails found on their site. One webhook URL that receives five events. An API key that reads your prospects and searches. Your exclusion list applies to all three.

WHAT DOES NOT

A HubSpot, Salesforce or Pipedrive connector. A Zapier or Make app you can search for by name. Retries on a failed webhook. Signed webhook requests. Any endpoint that starts a search from outside. If a page elsewhere implies one of these, this page is the correction.

BY TOOL

Pick yours.

THE API

Two endpoints, one key.

Generate a key under Settings, then API Access. Send it as a Bearer token. Both endpoints are GET only.

EndpointReturnsQuery
GET /api/v1/prospectsYour prospects with score, tier, phone, website, emails, social profiles, platform, SSL, mobile-friendly, running-ads flag, review velocity and estimated annual value.job_id, status, limit (max 200), offset
GET /api/v1/jobsYour last 100 searches, newest first, with area, radius, industries and status.none

Scores in the API are computed live with the same formula as the dashboard, so a number you see on screen is the number you get back.

QUESTIONS

Before you wire anything up.

Which plan do webhooks and the API need?

The Webhook URL field is on Command ($179/mo), the plan that includes API access. Operator and the free plan do not have it. The API key is on that same plan: Settings, then API Access, then Generate API Key.

Does ZipLead integrate with Salesforce, Pipedrive, Close or GoHighLevel?

Not natively. There is no connector for any CRM. Every one of them accepts a CSV import, and the file ZipLead exports works with all of them. For automatic pushes, catch the webhook in Zapier or Make and use their CRM actions.

Does n8n work?

Yes. The webhook is a plain HTTPS POST with a JSON body, so n8n's Webhook node receives it the same way Zapier and Make do. There is no separate page for it because the setup is the same: paste n8n's webhook URL into Settings and filter on the event field.

Is the API read-only?

Yes. GET /api/v1/prospects (filter by job_id or status, up to 200 per page with limit and offset) and GET /api/v1/jobs. You cannot start a search or enrich a prospect through it. Your exclusion list applies to API results too.

Start with the data.

5 free searches a month, no card. Export a CSV from the first one and see whether it is worth connecting to anything.

Run a free search