| linkedin_finder | R Documentation |
linkedin_finder This API endpoint generates or retrieves the most likely email address from a Linkedin URL.
linkedin_finder(obj, url)
## S4 method for signature 'Tomba'
linkedin_finder(obj, url)
obj |
Tomba class |
url |
a character The URL of the Linkedin. For example, "https://www.linkedin.com/in/alex-maccaw-ab592978". |
A list persons data containing the: first_name,last_name,email,score,department,last_updated.
https://developer.tomba.io/#linkedin-finder
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- linkedin_finder(client,url="httpshttps://www.linkedin.com/in/alex-maccaw-ab592978")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.