Domain Search

Results include domain name, registrant name and address. May also include registration/renewal date and contact information such as email addresses, phone and fax numbers.

Coverage for this search is nationwide.

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

❗️

Please Note:

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

2. Add search criteria to your request.

{
    "FreeFormSearch": "Acme Corp"
}
OR
{
    "TahoeId": "G-123123123123"
}
OR
{
    "BusinessName": "Acme Corp",
    "FirstName": "John",
    "MiddleName": "D",
    "LastName": "Smith",
    "HouseNumber": "1234",
    "Unit": "123",
    "Country": "US",
    "City": "Sacramento",
    "State": "CA",
    "Zip": "12345"
}
Note: FreeFormSearch p

3. Set the desired pagination rules

{
    "FreeFormSearch": "Acme Corp",
    "Includes": ["DatabaseQueryInfo", "ExecutionTimeInfo"],
    "FilterOptions": ["DisableFirstNameSynonymMatching"],
    "Page": 1,
    "ResultsPerPage": 10
}

4. Submit your search.