Business Search

Organizations & Government entities use Endato to research businesses as a tool to mitigate risk, fraud and further due diligence. Uncover any unknowns about potential business partners and vendors. Business searches on Galaxy include US Corporation data, FBN and FEIN, including bankruptcy, judgement, and lien data. Business data is matched to the individual; when researching a business, users are able to research who is behind a business or vendor.

📘

Pro Tip:

You can search for a business directly by:

  • Business Name/AddressLine2 (State or City + State)

You can also search for businesses affiliated with a specific person.

  • SSN
  • First/Last/AddressLine2

You can search for businesses associated with a specific address.

  • Street Address/AddressLine2

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

❗️

Please Note:

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

2. Add search criteria to your request.

{
  "businessName": "hot dog stand",
  "addressLine2": "CA",
 }

3. Set the desired pagination rules

{
  "businessName": "hot dog stand",
  "addressLine2": "CA",
  "page": 1,
  "resultsPerPage": 10
}

4. Submit your search.