Skip to main content

Official Tomba API client for R 🇷

Install and use the official Tomba R client library to find, verify, and enrich email addresses from the Tomba API.

Written by Tomba.io Team

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 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="[email protected]")

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 Email 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

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.

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.

Still have questions?

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

Did this answer your question?