Tomba’s Phone Finder lets you retrieve direct phone numbers associated with professionals or businesses using just a few key details.
You can find phone numbers using:
📧 Email address
🌐 Domain name
🔗 LinkedIn profile URL
How to Use Phone Finder
1. By Email Address
Simply enter the professional’s email address. Tomba will search its database and return the most relevant phone numbers.
2. By Domain Name
Enter a company’s domain to retrieve associated business numbers, including HQ and team contacts.
3. By LinkedIn Profile URL
Paste a valid LinkedIn profile URL. Tomba will attempt to match the profile to its database and display any verified phone numbers.
Phone Finder API
The Phone Finder API allows you to search for phone numbers based on:
An email address
A domain name
A LinkedIn profile URL
Provide one of these parameters to retrieve associated phone data.
🔗 Endpoint
GET https://api.tomba.io/v1/phone-finder
🧾 Headers
Header | Value |
|
|
| your_api_key |
| your_secret_key |
📥 Query Parameters
Parameter | Type | Required | Description |
| string | optional | The email address |
| string | optional | The domain name |
| string | optional | The LinkedIn profile URL |
Note: At least one parameter is required.
📦 Example Request
curl --request GET \
--url https://api.tomba.io/v1/phone-finder?domain=zapier.com \
--header 'Content-Type: application/json' \
-H "X-Tomba-Key: your_api_key" \
-H "X-Tomba-Secret: your_secret_key"
📄 Example Response
{
"data":{
"email":"email",
"domain":"domain",
"valid":true,
"local_format":"local_format",
"intl_format":"intl_format",
"e164_format":"e164_format",
"rfc3966_format":"rfc3966_format",
"country_code":"country_code",
"line_type":"line_type",
"carrier":{
},
"timezones":"timezones"
}
}
API Access
Tomba provides SDKs in:
Python
PHP
Go
C#
JavaScript
Dart
Rust
Ruby
Elixir
R, Lua, etc.
Need Help?
Got questions? Contact our support team we’re here to help!