Ava Data

Glossary

Probate Leads

Probate leads are heirs and personal representatives of estates currently in probate court — typically owners of inherited real estate they did not buy and often do not want to keep.

What it means

Probate cases are filed at the county court level and become public record shortly after filing. The lead isn't the deceased — it's the personal representative (executor) and the heirs, who collectively decide what happens to the inherited property.

What a probate timeline actually looks like. A petition opens the case; within weeks to a couple of months, the court appoints a personal representative — issuing letters testamentary when there's a will, letters of administration when there isn't. The representative then publishes notice to creditors, inventories the estate's assets, and waits out a claim window that commonly runs three to six months depending on the state. Only after debts and taxes are settled can the property be sold or distributed — which is why routine estates take six months to a year, and contested ones far longer. For an investor, the practical outreach window opens once the representative is appointed: before that, no one has legal authority to sell, and immediately after the death, no one wants to hear from you.

Who the lead really is. The representative is usually an adult child, frequently out of state, suddenly responsible for a house with decades of belongings, deferred maintenance, and property taxes still due — while also grieving and coordinating siblings. Many inherited homes carry no mortgage, and the heirs rarely chose the house; they inherited an obligation. A respectful cash offer that removes the cleanout, the repairs, and the coordination problem genuinely solves something.

Reaching probate leads is hard for two reasons. First, court filings list the deceased's last address, not the heirs' addresses — and often route correspondence through the estate attorney — so you need an identity-graph step to resolve the actual family. Second, heirs are emotionally raw and hostile to clumsy marketing, making the quality of the contact (right person, right relationship context, right timing) far more important than volume. The working cadence reflects that: monthly courthouse pulls, resolve the heirs, open with mail, follow with a call, and keep follow-up windows long — estates move in months, not days.

How Ava Data handles probate leads

Ava Data's relational layer is purpose-built for probate. Give us the deceased's name and last address, and a Deep Search (10 credits, 20¢) returns the surviving spouse, adult children, and siblings with their current contact info — resolving the court filing to the family members who actually hold the decision. For inherited property that has already transferred, List Builder includes an inherited quick-list, so you can build the post-probate segment by state, county, city, or ZIP and trace it in bulk at 2¢ (1 credit) per phone match or 4¢ (2 credits) with email.

You pay only on match, and the identity graph refreshes every 24 hours — which matters in a lead type where the family's phones and addresses are often changing in the very months you're working the case. In the dashboard, a Deep Search result lays the family out as cards you can scan and prioritize before reaching out. Through the API, the same data comes back as JSON ready to feed a probate-specific cadence in your CRM — or let a Follow Up Boss tag trigger the lookup automatically.

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": "Robert",
  "lastName": "Johnson",
  "address": "456 Elm St",
  "city": "Phoenix",
  "state": "AZ"
}
200 OK application/json
{
  "success": true,
  "data": {
    "matchFound": true,
    "creditsCharged": 10,
    "subject": { "deceased": true },
    "relatedPeople": [
      { "firstName": "Sarah", "lastName": "Johnson", "relationship": "Adult Child", "phones": [{ "number": "6025551234" }] },
      { "firstName": "Michael", "lastName": "Johnson", "relationship": "Adult Child", "phones": [{ "number": "6025559876" }] }
    ]
  }
}

Related terms

Try Ava Data on a probate leads workflow

Search from the dashboard or call the API — same $9/month plan, same credits. Per-match pricing with no order minimum: you pay only when we return a verified contact.

Start searching →