Skip to main content

Bulk Phone Finder

Effortlessly find phone numbers associated with given emails using Bulk Phone Finder.

Tomba.io Team avatar
Written by Tomba.io Team
Updated this week

Bulk Phone Finder: Using Emails, LinkedIn Profiles, or Websites

Quickly find phone numbers in bulk by uploading a list of professional emails, LinkedIn profile URLs, or company websites.


Getting Started

  1. Go to the Bulks page

  2. Click on Phone Finder

  3. Select + New Bulk, name your task

  4. Upload your file

πŸ“„ Accepted formats: .CSV or .TXT
πŸ“Œ Accepted input types (one per row):

  • Email addresses (e.g., [email protected])

  • LinkedIn profile URLs (e.g., https://www.linkedin.com/in/johndoe/)

  • Company websites/domains (e.g., tomba.io)


Processing & Results

Once the file is uploaded, Tomba will:

βœ… Search for associated phone numbers
βœ… Validate and score each phone number

You'll be able to:

  • See a summary of results by status

  • Download the full result file in CSV format

  • Choose to export all results or only valid phone numbers


Output File Details

The downloaded .csv will include:

Column

Description

Input

Your original value (email, LinkedIn URL, or domain)

Phone number

Phone number found and validated

Score

Confidence score (in percentage)

Verification status

Can be:

- Valid: Confirmed and usable

- Invalid: Not usable

- Unknown: Could not be determined – use with caution


Best Practices

βœ… One value per line
βœ… Max file size: 4MB
βœ… Max 10,000 rows per file
βœ… Avoid using special characters or empty lines


Managing Your Tasks

For every uploaded bulk, you can:

  • Sort: By task name, status, or creation date

  • Search: Locate specific tasks

  • Rename or Delete via dropdown options


Using the API for Bulk Phone Finding

You can also automate phone lookup via API:

from tomba.client import Client from tomba.services.phone import Phone client = Client().set_key('ta_xxxx').set_secret('ts_xxxx') phone_finder = Phone(client) result = phone_finder.phone_finder('[email protected]') # or LinkedIn/domain

βœ… Works with emails, LinkedIn URLs, or domains
βœ… SDKs available in Python, PHP, Go, JavaScript, and more


Need Help?

Questions or issues?
​Contact our support team β€” we’re happy to help!

Did this answer your question?