Skip to main content

Phone Finder

Tomba’s Phone Finder lets you retrieve direct phone numbers associated with professionals or businesses using just a few key details.

Written by Tomba.io Team

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

Content-Type

application/json

X-Tomba-Key

your_api_key

X-Tomba-Secret

your_secret_key

📥 Query Parameters

Parameter

Type

Required

Description

email

string

optional

The email address

domain

string

optional

The domain name

linkedin

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.



Three Search Modes

The Phone Finder page offers three tabs for different input types:

  • Domain — Enter a company domain to find associated phone numbers

  • Email — Enter an email address to find the person’s phone number

  • LinkedIn — Enter a LinkedIn profile URL to find the person’s phone number

Each tab has its own Try Demo button so you can see example results without using credits.


Quick Navigation

The Phone Finder page includes a tab to switch to the Phone Validator for validating existing phone numbers.

Bulk Operations

Need to find phone numbers for multiple contacts? Use Bulk Phone Finder to upload a list and process them all at once.


Related Resources

Did this answer your question?