Ava Data

Glossary

Absentee Owner

An absentee owner is the legal owner of a property whose mailing address differs from the property address — typically a landlord, an inherited-property holder, or an out-of-state investor — and a top target for off-market acquisitions.

What it means

Absentee owners are a top target for wholesalers and acquisition teams because they're more likely to sell off-market: they're not emotionally tied to a property they don't live in, they're often dealing with management headaches, and many are equity-rich.

You'll usually source an absentee-owner list from a list provider or by pulling the assessor roll yourself and filtering for situs (property) addresses that differ from mailing addresses. Either way, you end up with a name and a property address — and a mailing address that's frequently a PO box, a stale forwarding address, or an LLC's registered agent. None of those are dial-ready.

How Ava Data handles absentee owner

Ava Data takes the owner name and property address you already have and returns a current personal phone and email for that owner. Pair with Deep Search to also pull in spouses and adult children, which is often how you actually reach an out-of-state owner who screens calls.

In the dashboard, work the list one record at a time during outreach hours, or upload the whole list at once and dial from the export. Through the API, the same workflows run as either single-record or bulk calls — pick whichever fits your stack.

For developers: example API call

If you'd rather click than code, the Ava Data dashboard returns the same data without a single line of JSON. The snippet below is for teams wiring Ava Data into a CRM, dialer, or AI pipeline.

POST /api/v1/deep-search
{
  "firstName": "John",
  "lastName": "Smith",
  "address": "123 Main St",
  "city": "Austin",
  "state": "TX"
}
200 OK application/json
{
  "matchFound": true,
  "creditsCharged": 10,
  "subject": {
    "phones": [{ "number": "5415557890", "type": "mobile" }],
    "emails": [{ "address": "john@example.com" }]
  },
  "relatedPeople": [
    { "firstName": "Jane", "relationship": "Spouse", "phones": [{ "number": "5415559876" }] }
  ]
}

Related terms

Try Ava Data on a real absentee owner workflow

Search from the dashboard or call the API. Per-match pricing, no monthly minimum — pay only when we return a verified contact.

Start searching →