cURL
curl --request POST \ --url https://api.linkupapi.com/v1/data/mail/finder \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "linkedin_url": "<string>", "first_name": "<string>", "last_name": "<string>", "company_domain": "<string>", "company_name": "<string>" }'
{ "status": "success", "data": { "email": "[email protected]", "alternatives": [], "catchall": false, "domain_used": "raynmaker.ai", "domains_tested": ["raynmaker.ai"], "domains_filtered": ["raynmaker.ai"], "companies_found": [ { "name": "RaYnmaker", "linkedin_url": "https://linkedin.com/company/raynmaker", "domain": "raynmaker.ai", "is_current": true } ], "domains_extracted": ["raynmaker.ai"], "person_info": { "full_name": "Jason Trinka", "first_name": "Jason", "last_name": "Trinka", "headline": "Spend Less. Sell More. Predictably.", "location": "Etats-Unis" } } }
Find email address from LinkedIn profile URL
Show Properties
Show Company Object
Show Person Information
company_domain
company_name
email
null
catchall
Was this page helpful?