Workplace Search API

Workplace data includes current self-reported place of employment information. Data attributes include names, titles, dates, company name, contact information, and more.

1. Add your access profile, username, and search type to the request headers.

❗️

Please Note:

Workplace 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: [Workplace]

2. Add search criteria to your request.

{
    "BusinessName": "Test",
}
Or
{
    "FirstName": "Test",
    "MiddleName": "",
    "LastName": "Test",
    "Dob": "",
    "AddressLine1": "",
    "HouseNumber": "",
    "Street": "",
    "Unit": "",
    "City": "",
    "State": "",
    "Zip": "",
    "JobTitle": "",
    "Industry": "",
    "Level": "",
    "Phone": "",
}
Or
{
  "TahoeId": "",
}
Or
{
  "WorkplaceSearchId": "",
}

3. Set the desired pagination rules

{
    "BusinessName": "Test",
    "Page": 1,
    "ResultsPerPage": 20
}

4. Submit your search.

Workplace Search Use Cases

Workplace Search is commonly used in data enrichment and identity intelligence workflows where current employment information is needed to support business decisions. By leveraging workplace data, organizations can enhance the accuracy of customer profiles, improve outreach targeting, and reduce risk during onboarding.

Common applications include:

1. CRM enrichment to keep employment and job title records up to date

2. Lead qualification for sales and marketing teams targeting specific industries

3. Background and workforce verification for compliance and due diligence

4. Professional contact discovery to support B2B engagement strategies

5. Market research and audience segmentation using employer and role insights

Best Practices

To get the most accurate Workplace Search results:

Provide as many identifying fields as possible (full name, location, job title, or business name)

Use pagination rules to efficiently manage large result sets

Validate returned workplace records against your internal customer or prospect data

Workplace Search is designed to support scalable enrichment through API-driven access, helping teams transform static records into actionable business intelligence.

Next Steps

After retrieving workplace data, results can be used to power downstream workflows such as:

Contact enrichment

Identity resolution

Account-based marketing (ABM)

Risk mitigation and verification processes

For additional enrichment options, explore other Galaxy Search endpoints available in the API catalog.