Finding Property Owner by Mail Address


Step 1: Get Property Detail Record

  • You can pull a mail address from our Property Detail response records via .ownerInfo.mailAddress
  • If owner1Type = "Individual", grab the owner1FirstName and owner1LastName (and owner2 names if desired) and use in the SkipTrace
  • If 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": "123 Main St",
  "mail_city": "Richmond",
  "mail_state": "VA",
  "mail_zip": "23220",
  "first_name": "John",
  "last_name": "Smith"
}

Note: first_name and last_name are optional. If your owner name is an LLC, exclude the names from the input parameters and just use the mail address.