Integrations

Leads land where your team already works.

Push revealed contacts into your CRM with a native connector, or automate any workflow with the REST API and signed webhooks. Contacts upsert on email, so re-syncing a list never duplicates a record.

Native CRM connectors

Connect with your own API token in the workspace, verified with a live read before it is stored. Credentials are encrypted at rest and never leave the server.

HubSpot

Upserts contacts in batches of 100, matched on email, with company, title, phone, and source fields mapped.

Pipedrive

Searches by email first, then creates or updates the person so a re-push never duplicates.

GoHighLevel

Upserts contacts into a location (sub-account) and tags every pushed contact with Scrape.Email.

Airtable

Writes rows into any base table with typed fields, ten records per request.

No-code recipes

Every endpoint is described by an OpenAPI 3.1 contract and every event is delivered as a signed webhook, so no-code platforms can drive the whole workflow.

PlatformTriggerActionNotes
ZapierNew lead revealed in Scrape.EmailCreate or update a contact in your CRM, then post to SlackAdd an app key, choose the lead.created event, and map fields. Our OpenAPI contract can generate the Zapier app automatically.
MakeWebhook: scrape.job.completedAppend rows to Google Sheets and notify the sales channelUse the generic HTTP module with the Postman collection, or subscribe to the signed webhook and parse the CSV export URL.
n8nNew saved lead or completed scrape jobEnrich, qualify, and write to PostgresCall POST /api/v1/enrichment for each new lead, then insert only the rows that verify as valid.
Any stackPOST /api/v1/leads/searchReveal contacts and stream them into your warehouseEvery endpoint is documented in OpenAPI 3.1 and ships with a typed TypeScript SDK.

Webhook events

Register an HTTPS endpoint in the workspace and subscribe to the events you need. Each delivery is signed with HMAC-SHA256 over timestamp + "." + rawBody, so you can verify it before trusting the payload.

  • search.completed
  • export.completed
  • lead.created
  • enrichment.completed
  • scrape.job.created
  • scrape.job.completed
  • music-promotion.completed
  • press.completed

Developer artifacts

Everything needed to build an integration is published.

Need a custom integration?

Send the workflow you want to waconzy@live.com and we will map it to endpoints and events.