Performs a contact enrichment search, and returns name, age, top 5 phone numbers, emails and addresses and only for top person match.
1. Add your access profile, username, and search type to the request headers.
Please Note
'DevAPIContactEnrich' will be the search type in your request headers for "galaxy-search-type"
- galaxy-ap-name: [Access Profile Name]
- galaxy-ap-password: [Access Profile Password]
- galaxy-client-session-id: (Optional) Session ID for logging
- galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
- galaxy-search-type: [DevAPIContactEnrich]
2. Add search criteria to your request. At least two are required: Name, Phone, Address, or Email.
{
"FirstName": "John",
"MiddleName": "T",
"LastName": "Lawrence",
"Dob":"",
"Age": 0,
"Address": {
"addressLine1":"123 Q Street",
"addressLine2":"Sacramento, CA"
},
"Phone":"",
"Email":""
}
3. Submit your search.
✅ Use Cases for Contact Enrichment
The Contact Enrich endpoint helps teams quickly enhance incomplete contact records by returning verified details such as full name, age, phone numbers, email addresses, and associated locations. This enrichment process supports a wide range of business and operational workflows, including:
Lead qualification and sales prospecting
Customer identity verification
CRM record cleanup and enhancement
Fraud prevention and risk assessment
Marketing segmentation and outreach accuracy
Real estate and market research intelligence
By enriching contact data in real time, organizations can improve decision-making, reduce manual research, and maintain more accurate customer and prospect databases.
Best Practices
For the most accurate match results, it is recommended to provide at least two identifying fields, such as:
Full name + phone number
Name + address
Email + location
Supplying more complete input data increases match confidence and improves enrichment accuracy.
Powered by Large-Scale Public Record Intelligence
This search leverages data aggregated from thousands of trusted sources to deliver reliable contact insights while returning results only for the top person match, ensuring focused and actionable enrichment output.