Is a comprehensive OSINT tool for looking up linked phone number information, using multiple APIs to gather information from various sources. Developed for use with Python from the terminal. π
- π± Phone Number Validation - Validates and formats phone numbers using phonenumbers library
- π Multiple Search Engines - Searches Google (via SerpAPI), DuckDuckGo, and Bing
- π» Code Repository Search - Finds phone numbers in GitHub code
- π Social Media Search - Searches Reddit for mentions
- π Carrier Information - Gets operator and location data via Numverify API
- π Automatic Reports - Generates JSON and PDF reports automatically
- π Parallel Processing - Searches multiple sources simultaneously for speed
- π¨ Colorful Output - Easy to read terminal output with colors
Get your API keys from the following services:
| Service | Purpose | Link | Plan | Key |
|---|---|---|---|---|
| Numverify | Phone number validation & carrier info | numverify.com | Free (100 requests/month) | π (Necessary) |
| SerpAPI | Google Search results | serpapi.com | Free (250 searches/month) | π (Necessary) |
| GitHub Token | GitHub code search | GitHub Settings | Free (5000 requests/hour) | π (Necessary) |
The project includes an example.env file with the required variables. Follow these steps:
cp example.env .env
nano .env
vim .env
code .env
Replace the placeholder values with your actual API keys:
# Required APIs
NUMVERIFY_KEY=your_numverify_api_key_here
SERPAPI_KEY=your_serpapi_key_here
GITHUB_TOKEN=your_github_token_here
The project is open to partners.
| Distribution | Verified version | Supported | Status |
|---|---|---|---|
| Kali Linux | 2026.2 | β | Working |
| Parrot Security OS | 6.3 | β | Working |
| Windows | 11 | β | Working |
| BackBox | 9 | β | Working |
| Arch Linux | 2024.12.01 | β | Working |
git clone https://github.com/HackUnderway/SearchPhone.git
cd SearchPhone
python3 search_phone.py
pip install -r requirements.txt
Questions, bugs or suggestions to : info@hackunderway.com
- SearchPhone is licensed.
- See LICENSE for more information.
- Victor Bancayan - (CEO at Hack Underway)
If you like this tool, consider buying me a coffee:
Subscribe to: Jey Zeta
from 


Β© 2026


