Step 1: Get Property Detail Record
- You can pull a mail address from our Property Detail response records
- ".ownerInfo.mailAddress"
- if the owner1Type = "Individual", grab the owner1FirstName and owner1LastName (and owner2 first name and last name if desired) and use in the SkipTrace
- if the owner1Type = "Company", ignore the owner names provided here and continue to the SkipTrace step
Step 2: Get the Property Owner Contact Info & Demographics Data
"mail_address" Parts Lookup
{
mail_address: [string], //e.g. 123 Main St
mail_city: [string],
mail_state: [string],//2 digit state code
mail_zip: [string]
//optional
first_name: [string],
last_name: [string]
}
Note: if your owner name is an LLC, exclude the names from the input parameters and just use the mail address