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