Official Tomba API client for R 🇷

Explore Tomba's powerful R SDK for Email and Author Finder, featuring an Email Verifier – the ultimate solution for seamless development.

Purpose?

Find and verify the email of an individual given a name and domain or a company.

Additional functions:

  • Check the account status.
  • Checking how many request left.
  • Checking domain information .
  • Email Verifier.
  • Email Finder.
  • Email Sources.
  • domain autocomplete.
  • Usage.
  • Account Logs.
  • Email Count.

To install

install.packages("tomba")

or via devtools devtools:

devtools::install_github("tomba-io/r")

Usage

Domain Search API

get email addresses found on the internet.

client <- Tomba(key="ta_xxxx",secret="ts_xxxx") 
data <- domain_search(client, domain="tomba.io")

Email Finder API

Generates or retrieves the most likely email address from a domain name, a first name and a last name.

client <- Tomba(key="ta_xxxx",secret="ts_xxxx") 
data <- email_finder(client, domain="tomba.io",fname="FNAME",lname="LNAME")

Email Verifier API

Verify the validity of any professional email address with the most complete email checker.

client <- Tomba(key="ta_xxxx",secret="ts_xxxx") 
data <- email_verifier(client, email="b.mohamed@tomba.io")

Author Finder API

generates or retrieves the most likely email address from a blog post url..

client <- Tomba(key="ta_xxxx",secret="ts_xxxx") 
result <- author_finder(client,url="https://clearbit.com/blog/company-name-to-domain-api")

Linkedin Finder API

generates or retrieves the most likely email address from a Linkedin URL.

client <- Tomba(key="ta_xxxx",secret="ts_xxxx") 
result <- linkedin_finder(client,url="httpshttps://www.linkedin.com/in/alex-maccaw-ab592978")

Examples

Sample codes under examples/ folder.

Documentation

See the official documentation.

Other Libraries

There are official Tomba Email Finder client libraries available for many languages including PHP, Python, Go, Java, Ruby, and many popular frameworks such as Django, Rails and Laravel. There are also many third party libraries and integrations available for our API.

https://developer.tomba.io/#introduction-libraries

About Tomba

Founded in 2020, Tomba prides itself on being the most reliable, accurate, and in-depth source of Email address data available anywhere. We process terabytes of data to produce our Email finder API, company.

Get started here: Official Tomba API client for R

Still have questions?

If you have any issues or questions about Tomba, feel free to contact us, we will be happy to help you!