Email Finder

The Email Finder API helps you discover verified business email addresses for the right contacts using just a name and company or domain, so you can enrich your CRM, power outbound campaigns, and scale prospecting workflows without manual research

Instant Email Finder

post

Instantly discover email address of any person giving their name and domain or company name

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired

Name of the person (eg:- Mr. Tony Stark or Robert Downey Jr.)

Example: Steven Morris
domainstringRequired

Domain or Company name (eg:- marvel.com or Marvel Entertainment Company)

Example: apple.com
timeoutinteger · max: 180000Optional

Request wait time (in milliseconds)

Default: 30000Example: 30000
queuebooleanOptional

Flag to indicate whether email discovery can be performed in background even after the request timed out, this will help to retrieve result later using queue id or downloaded from Clearout App -> My Activities. Setting 'false' will stop the email discovery immediately when timeout occured

Default: trueExample: false
Responses
chevron-right
200

OK

application/json
or
post
/email_finder/instant

Instant Email Finder Status

get

To know the email finder request status in queue

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
qidstringRequired

Queue ID received as part of the instant email finder response object

Example: 61008c4597947d45700f4bb2
Responses
chevron-right
200

OK

application/json
or
get
/email_finder/instant/queue_status

Bulk Email Finder

post

Use bulk finder API to discover the email address of the person in contact list of any size. Email discovery process will occur in background and once complete it will be notified through email. Use Bulk Email Finder Progress Status API to know the overall completion status of the list in percentage

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filestring · base64Required
ignore_duplicate_filestringOptional

Whether to allow file with the same name and size that match with your recent upload

Default: falseExample: true
Responses
chevron-right
200

OK

application/json
or
or
post
/email_finder/bulk

Bulk Email Finder Progress Status

get

To know the overall progress status of the bulk finder request

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
list_idstringRequired

Pass the value of bulk list_id property from response object

Example: 5d076c8e3b53f9b0f3cf6abb
Responses
chevron-right
200

OK

application/json
or
get
/email_finder/bulk/progress_status

Bulk Finder Result Download

post

Bulk email finder result file download

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
list_idstringRequired

Pass the value of bulk list_id property from response object

Example: 5d076c8e3b53f9b0f3cf6abb
Responses
chevron-right
200

OK

application/json
or
or
post
/email_finder/download/result

Bulk Email Finder Removal

post

Remove your bulk finder contact list

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
list_idstringRequired

Pass the value of bulk list_id property from response object

Example: 5d076c8e3b53f9b0f3cf6abb
ignore_resultbooleanOptional

Set this value to true when download request is in progress, otherwise list removal will be denied

Default: falseExample: true
Responses
chevron-right
200

OK

application/json
or
post
/email_finder/list/remove

Bulk Finder Cancel

post

Cancel running bulk finder list

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
list_idstringRequired

Pass the value of bulk list_id property from response object

Example: 5d076c8e3b53f9b0f3cf6abb
Responses
chevron-right
200

OK

application/json
or
or
post
/email_finder/list/cancel

Last updated

Was this helpful?