Find anyone.
Research anything.

AI-powered intelligence platform. People search, business verification, and deep OSINT — all through one API.

🔒 256-bit encrypted
⚡ Sub-second responses
🌐 2,500+ data sources
🚀 99.9% uptime

Intelligence Services

🔍

People Search

Username, email, or phone to full digital profile. Social media, breach history, public records.

HIBPMaigret 2500+HoleheTikTokInstagramGitHubReddit
📞

Phone Intelligence

Carrier lookup, CNAM caller ID, fraud scoring, location approximation, line type detection.

TelnyxIPQSPhoneInfogaCNAM
🏢

Business Verification

Company registration, domain WHOIS, technology stack, employee count, financial indicators.

WHOISSpiderFootGravatarDNS
🛡️

Fraud Detection

Email validation, disposable email detection, IP reputation, proxy/VPN detection, risk scoring.

IPQSHIBPSpamAssassinBlacklists

Pricing

Free

$0/mo
  • 5 lookups/day
  • Basic people search
  • Email validation
  • API access
Get Free Key

Pro

$49/mo
  • 500 lookups/month
  • Full people search
  • Phone intelligence
  • Fraud scoring
  • Priority support
  • Webhook alerts
Start Pro

Enterprise

$199/mo
  • Unlimited lookups
  • All services
  • Business verification
  • Bulk API access
  • Custom integrations
  • SLA guarantee
  • Dedicated support
Contact Sales

Developer-First API

One endpoint, any search type. JSON in, JSON out.

curl -X POST https://api.ezaiq.com/v1/search \ -H "Authorization: Bearer sk-your-api-key" \ -H "Content-Type: application/json" \ -d '{"query": "johndoe", "type": "username"}' // Response { "profiles": [ {"platform": "github", "url": "...", "verified": true}, {"platform": "twitter", "url": "...", "verified": true}, {"platform": "instagram", "url": "...", "verified": false} ], "breaches": 3, "risk_score": 0.42, "confidence": 0.89 }