emailfinder.dev + Zapier
Use Zapier to pipe emailfinder.dev into any workflow — from new CRM contacts to LinkedIn sourcing exports, Google Sheets, Slack alerts, or your outreach sequencer — without writing a single line of code.
What you can do with this integration
- ✓Find emails for new contacts added to any CRM (HubSpot, Pipedrive, Salesforce)
- ✓Enrich Google Sheets rows with verified emails automatically
- ✓Trigger email lookups when a form is submitted
- ✓Send Slack notifications when a verified email is found for a target prospect
How to set it up
Create a new Zap
Choose your trigger app — for example, 'New row in Google Sheets' or 'New contact in HubSpot'.
Add a Webhooks by Zapier action
Add a 'GET' request action pointing to https://www.emailfinder.dev/api/find-email/person with your query parameters.
Set your API key header
In the headers section, add Authorization: Bearer YOUR_API_KEY.
Map the result
Use the valid_email field from the response to update your CRM, spreadsheet, or trigger a follow-up action.
Code example
// Zapier Webhooks by Zapier — GET request
URL: https://www.emailfinder.dev/api/find-email/person
Query params:
full_name: {{Full Name from trigger}}
domain: {{Company Domain from trigger}}
Headers:
Authorization: Bearer YOUR_API_KEY
// Response mapped to next Zap step
valid_email → Update CRM / Google Sheets / Send to sequencerZapier integration FAQ
Do I need a Zapier paid plan?
Webhooks by Zapier requires a Zapier Starter plan or higher. On the free plan, you can use a multi-step Zap workaround with a third-party app that supports HTTP requests.
Can I look up LinkedIn URLs via Zapier?
Yes. Use the linkedin endpoint instead: GET /api/find-email/linkedin?linkedin_url={{LinkedIn URL}}. Great for LinkedIn export enrichment workflows.
How many lookups can I do per day in Zapier?
The emailfinder.dev API supports 1,000 requests per minute, so Zapier task limits are the practical constraint — not the API.
Can I use Zapier to do bulk enrichment?
For true bulk enrichment, the direct API approach is faster and cheaper (no Zapier task costs). Use Zapier for event-triggered single lookups — new lead, new form fill, new contact.
Other integrations
Start integrating with Zapier
Free credits included. No credit card required. REST API with Bearer token auth.