Name Lookup API — Social Graph & Digital Presence
Submit a full name and receive a structured identity profile — username associations, social graph data, public web presence, and confidence ranking. One API for name-to-identity enrichment.
- Name-to-social graph discovery across platforms
- Username associations and handle matching
- Public web presence and profile confidence score
- Linked emails and phone numbers where available
What Name Lookup Returns
Social Graph Discovery
Find social media profiles, public accounts, and digital presence associated with a name. Results are ranked by confidence score.
Username Associations
Identify usernames and handles linked to the submitted name across platforms. Useful for OSINT, fraud investigation, and identity verification.
Linked Contact Data
Returns associated email addresses and phone numbers where publicly available. Use for cross-enrichment with Phone Lookup and Email Lookup APIs.
Confidence Ranking
Each result is ranked by name-match confidence. Filter by threshold based on your acceptable false positive rate.
OSINT Support
Build structured identity profiles for investigative workflows. Linked accounts, web presence, and social signals in a single response.
Structured JSON
All results are returned as normalized, parseable JSON — ready for risk engines, CRMs, dashboards, and review queues.
Submit a Name, Get a Profile
POST /api/developer/combined_name Authorization: Bearer YOUR_API_KEY { "lookup_type": "name", "value": "John Doe", "lookup_id": 44 } // Completed response { "status": "completed", "data": { "profiles_found": 6, "usernames": ["johndoe92", "jdoe_work"], "confidence": 0.72 } }