author_finder: Author Finder

author_finderR Documentation

Author Finder

Description

author_finder This API endpoint generates or retrieves the most likely email address from a blog post url.

Usage

author_finder(obj, url)

## S4 method for signature 'Tomba'
author_finder(obj, url)

Arguments

obj

Tomba class

url

a character The URL of the article. For example, "https://clearbit.com/blog/company-name-to-domain-api".

Value

A list persons data containing the: first_name,last_name,email,score,department,last_updated.

References

https://developer.tomba.io/#author-finder

Examples

## 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)

tomba-io/r documentation built on June 1, 2025, 10:12 p.m.