Find Emails by LinkedIn URL
Use this API endpoint to retrieve the email address and professional details of a person based on their LinkedIn profile URL. This endpoint uses advanced algorithms to ensure accurate and verified results while extracting additional public data, such as the person's name, job title, and company, from the LinkedIn profile. All searches comply with privacy regulations.
Endpoint
https://api.anymailfinder.com
/v5.0/search/linkedin-url.json
Pricing
- 2 credits: Charged when a fully verified email is found.
- Free: If no email is found or if the email is classified as risky (partially verified).
- Free for Duplicate Searches: Searches already performed in the past year are always free.
Authentication
You must include your API key in the Authorization
header to access this endpoint.
Refer to the Authentication page for details on how to authenticate your requests.
Request example
curl -X POST \'https://api.anymailfinder.com/v5.0/search/linkedin-url.json' \-H 'Authorization: Bearer YOUR_API_KEY' \-H 'Content-Type: application/json' \-d '{"linkedin_url":"https://www.linkedin.com/in/satyanadella/"}'
This endpoint is currently experimental, and we recommend sending no more than 1 request every 10 seconds to ensure reliable performance. If this feature is critical for your use case and you require faster processing, please contact us via chat or email at team@anymailfinder.com.
Searches are performed in real time. Response times depend on factors like the company's SMTP server, website responsiveness, and advanced operations to uncover catch-all emails.
Request parameters
POST body parameters
Parameters should be sent as JSON in the POST Body.
Parameter | Example value | Description |
---|---|---|
linkedin_url string | "https://www.linkedin.com/in/satyanadella/" | The LinkedIn profile URL of the person whose email you want to retrieve. |
Headers
Parameter | Example value | Description |
---|---|---|
x-webhook-url string - optional | "https://yourdomain.com/webhook" | Specify an URL to receive a webhook callback when the result is ready instead of waiting for the request to complete. |
Response
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.