Retrieves the most likely email address from a domain name, along with a given first and last name.
Usage
Code
tomba finder --target "<domain>" --first "<first_name>" --last "<last_name>"
Flags
Flag
Description
-t, --target
Domain name to search (required)
-f, --first
Person's first name
-l, --last
Person's last name
--full
Person's full name (alternative to first + last)
--enrich-mobile
Also return the phone number associated with the email found
Examples
Code
# Find by first + last nametomba finder -t "stripe.com" --first "John" --last "Doe"# Find by full nametomba finder -t "stripe.com" --full "John Doe"# With phone enrichmenttomba finder -t "stripe.com" --first "John" --last "Doe" --enrich-mobile# JSON outputtomba finder -t "stripe.com" --first "John" --last "Doe" --json