Find person by email (single)
Given an email address, find the person's LinkedIn profile and personal details. If the person's name, company, or other identifiers are also available, use the Kitchen Sink endpoint instead — it accepts all available signals and produces better matches. To avoid 429 errors, space requests evenly (such as 1/60th the rate limit per second) rather than bursting them all at once.
Billing: you are charged for one lookup operation per request — a hit bills emailToLinkedinUrl, a completed miss that queried providers bills emailToLinkedinMiss. Cached not-found results and rejected inputs are not billed.
<span>⚡ <strong>Rate limit:</strong> 3500 requests per 1 minute</span>
<span>💰 <strong>Cost:</strong> 2 credits per email lookup <span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
<span>⏱ <strong>Recommended timeout:</strong> 1 minute <span title="Recommended timeout: set your HTTP client timeout to at least 1 minute for this endpoint.">ⓘ</span></span>
Request body
Response
Default Response
Changes
Changed in 3 of the 12 revisions of this API.218
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ○
the
response's property default valuewas removed for the statusresponse-property-default-value-removed
- ▲
- ○
api tag
Reverse lookupaddedapi-tag-added
- ○
api tag
Email lookupremovedapi-tag-removed
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○