As a developer, I often find myself collecting contacts from business directories, PDFs, websites, and documents.
The workflow was always the same:
Copy a phone number
Save it as a contact (or copy it again)
Open WhatsApp
Send a message
Repeat...
After doing this hundreds of times, I decided to build a small tool to automate the repetitive part.
The Idea
The tool accepts any block of text and automatically extracts phone numbers.
Once extracted, each number can be used to:
💬 Open a WhatsApp chat
📞 Make a phone call
📩 Send an SMS
📥 Export contacts to CSV
No manual copy-paste for every contact.
Example Workflow
Copy text from a business directory, website, or PDF.
Paste it into the tool.
Click Extract Mobile Numbers.
Start messaging contacts immediately.
How It Works
The core logic is intentionally simple:
Parse plain text
Detect phone numbers using pattern matching
Remove duplicates
Normalize numbers
Generate action buttons for WhatsApp, Call, SMS, and CSV export
Everything runs directly in the browser, so there's nothing to install.
Remove duplicates
This isn't a complex SaaS or an AI-powered application.
It's a small utility that solves a real problem I faced almost every day.
Sometimes the simplest tools save the most time.
What's Next?
I'm planning to add:
Name detection
Duplicate contact merging
Better international phone number support
Contact grouping
Copy-to-clipboard improvements
I'd love to hear your feedback and ideas.
👉 Try Contact Grabber:
https://www.smarteyeapps.com/contact-grabber


Top comments (0)