Property Skip Trace
Returns contact information (emails & phone numbers) for one or more properties.
Each request can handle up to 100 properties. It is recommended to use the asynchronous endpoint for large requests to avoid timeouts. Each matched result is billable.
Request
Headers
Authorization: string (required)
Enter "Bearer" followed by the API Token. Example: `Bearer [40 digit API token]`
Body
The API endpoint retrieves contact info for a property owner by accepting either an address or an Assessor's Parcel Number (APN).
- by Address: street, city, state, zip (or combinations)
- by APN: apn, county, state (or combinations)
Response
200 OK
This is the normal response, indicating the request was successfully sent and processed.
Body
status: object
`text` (string), `message` (string), `code` (number)
results: object
`persons` (array[object] with contact info), `meta` (object with metadata)
Owner Information
The primary output of the skip trace service is the contact information for the property owner. The `owner` object within the response body contains the crucial data you need to connect with prospects.
- fullName: string - The full name of the property owner.
- emails: array[string] - An array of email addresses.
- phoneNumbers: array[object] - An array of phone numbers. A maximum of five phone numbers may be returned for a person. If the individual is identified as a known TCPA litigator, none of their phone numbers will be included in the Skiptrace response. Otherwise, phone numbers may be returned even if they are listed on a Do Not Call (DNC) registry.