Eviction Search

National database of evictions (updated from public record information including eviction filings as well as possession and money judgments for every Metropolitan Area in the U.S., representing 80% of the population). The search is not limited to addresses provided by the applicant, but also includes undisclosed address information.

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

❗️

Please Note

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

2. Add search criteria to your request.

Add your Access Profile username and password to the request headers.galaxy-ap-name: [Access Profile Name]galaxy-ap-password: [Access Profile Password]galaxy-client-session-id: (Optional) Session ID for logginggalaxy-client-type: [Galaxy Client Type] (required for Javascript clients)Add search criteria to your request:{
    "BusinessName": "walmart"
}
Or
{
    "TahoeId": "GXXXXXXXXXXXXXXXXXXX",
    "PoseidonIds": [
        "12345678912345678912",
        "12345678912345678912"
    ],
    "SSN": "XXX-XX-XXXX",
    "DefendantFirstName": "John",
    "DefendantMiddleName": "",
    "DefendantLastName": "Smith",
    "DefendantNameSuffix": "",
    "PlaintiffFirstName": "",
    "PlaintiffMiddleName": "",
    "PlaintiffLastName": "",
    "PlaintiffNameSuffix": "",
    "HouseNumber": "",
    "StreetName": "",
    "Unit": "",
    "City": "",
    "State": "",
    "ZipCode": "XXXXX"
}
Or
{
    "TahoeId": "GXXXXXXXXXXXXXXXXXXX",
    "PoseidonIds": [
        "12345678912345678912",
        "12345678912345678912"
    ],
    "SSN": "XXX-XX-XXXX",
    "DefendantFirstName": "John",
    "DefendantMiddleName": "",
    "DefendantLastName": "Smith",
    "DefendantNameSuffix": "",
    "PlaintiffFirstName": "",
    "PlaintiffMiddleName": "",
    "PlaintiffLastName": "",
    "PlaintiffNameSuffix": "",
    "StreetAddress": "",
    "City": "",
    "State": "",
    "ZipCode": "XXXXX"
}

3. Set the desired pagination rules

{
    "BusinessName": "dulaney",
    "Includes": [
        "DatabaseQueryInfo", 
        "ExecutionTimeInfo"
    ],
    "Page": 1,
    "ResultsPerPage": 20
}

4. Submit Your Search.