Workplace Search

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.