โ Zero Data Storage
Your Privacy Matters
We built this tool with privacy as a core principle, not an afterthought.
What We Don't Store
- Persistent storage: No databases, no analytics tables, no log of what you looked up.
- Search history: We don't track what you look up or when.
- Personal information: No accounts, no cookies, no tracking pixels.
- IP addresses: Your IP is held in memory for rate-limiting only, never written to disk.
- Browser-side: Your selected theme is saved in
localStorage so the page remembers it. That's the only browser-side persistence.
Note on caching: to avoid duplicate upstream API calls, recent Phone/Email/DNS/Username lookup results are kept in volatile memory inside a serverless container for up to 10 minutes. These are wiped when the container scales down (typically minutes after the last request) and are never written to disk or shared between sessions.
About the Username search
- Our server asks each platform whether a public profile page exists at the handle you typed. The handle appears in the URLs we request from those platforms; that is inherent to the check.
- The platforms see our server's address, not yours. Your IP is never forwarded to them.
- We check existence only. Profile contents are not collected, parsed, or stored.
- Like the other lookups, results sit in volatile memory for up to 10 minutes and are never written to disk.
About the "What's My IP" tool
The internet requires your IP to be in every request. That's how the response finds its way back to you. We treat that with care:
- The IP your browser sends is read once from the current request, used to build your response, and never written to any place a later request can read.
- No caching of any kind on this endpoint. The response is unique to you, so there's nothing to cache and we deliberately avoid the footgun.
- The country comes from a header Cloudflare attaches at the edge. No third-party geolocation API sees your IP.
- Network / ASN data comes from Team Cymru's free DNS-based service via a single TXT query. They see your IP as the query subject; we don't send them anything else.
- Logs record only the first octet/segment of your IP, never the full address.
How It Works
When you look up a phone number or email:
- Your request is processed through our serverless infrastructure
- Phone lookups use secure carrier databases; email and DNS lookups query public DNS and WHOIS records
- Results are returned to your browser immediately
- Nothing is stored - the request completes and all data is discarded
Paid Plans (Future)
For premium features, we will only track:
- Usage counts: Number of lookups per day (not the numbers themselves)
- Account email: For authentication and billing purposes only
Even with paid plans, we never store the phone numbers you look up.
Our Competitive Advantage
Most OSINT tools log everything. We don't. Simple as that.
Fast, clean, private - that's how tools should be built.
Trust & Transparency
Want to verify our claims? Open your browser's developer tools and inspect the network requests - you'll see we only send the query and receive the result. No tracking, no analytics, no hidden requests.