cURL
curl --request POST \ --url https://api.anysite.io/api/linkedin/user/email \ --header 'Content-Type: application/json' \ --header 'access-token: <access-token>' \ --data '{ "timeout": 300, "profile": "<string>" }'
[ { "@type": "UserEmail", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "alias": "<string>", "name": "<string>", "internal_id": "<string>", "found": true } ]
Get email addresses by LinkedIn internal_id, profile URL, or alias (supports batch up to 10 profiles)
LinkedIn internal_id, profile URL, alias, or set of them (max 10)
1
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response
User ID
Email address
LinkedIn alias
User name
Internal ID
Whether user was found