The Email Finder API allows you to find verified professional email addresses programmatically using a lead’s first name, last name, and company domain. It’s ideal for automating lead generation, enriching contact records, and integrating email discovery into CRMs or custom workflows.
1) Single Email Finder API
The Single Email Finder API is a GET
endpoint that returns the most likely email address for a given individual, based on their name and domain.
Example request:
curl "https://api.skrapp.io/api/v2/find?firstName=John&lastName=Doe&domain=skrapp.io" -H "X-Access-Key:Your API Key" -H "Content-Type:application/json"
This is useful for retrieving individual email addresses one at a time, such as during user entry or form submissions.
2) Bulk Email Finder API
The Bulk Email Finder API is a POST
endpoint that allows you to find multiple email addresses at once by submitting an array of lead objects in a JSON payload.
Example request:
curl "https://api.skrapp.io/api/v2/find_bulk" -H "X-Access-Key:Your API Key" -H "Content-Type:application/json"
This is ideal for finding email addresses in bulk, such as before launching outreach campaigns or importing leads into your CRM.
3) Authentication & Access
API access is available exclusively to premium accounts. If you're on a free plan, you’ll need to upgrade to unlock access to the Email Finder API.
Each premium account is issued a unique API Access Key, which is required to authenticate all requests. This key is confidential and must not be shared with third parties.
To locate your API key, log in to your Skrapp.io account, go to Settings, and open the Integrations tab to securely view and manage your API credentials.
For more information about the Email Finder API, visit: Email Finder API Reference.
Comments
0 comments
Please sign in to leave a comment.