domain_search {tomba} | R Documentation |
Domain search
Description
domain_search
Search emails are based on the website You give one domain name and it returns all the email addresses found on the internet.
Usage
domain_search(obj, domain)
## S4 method for signature 'Tomba'
domain_search(obj, domain)
Arguments
obj |
Tomba class |
domain |
Domain name from which you want to find the email addresses. For example, "stripe.com". |
Value
A list domain data containing the organization name,country,social links, and list of emails.
References
https://developer.tomba.io/#domain-search
Examples
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- domain_search(obj,domain="stripe")
## End(Not run)
[Package tomba version 1.0.1 Index]