Ava Data

Glossary

Skip Tracing

Skip tracing is the process of locating a person's current contact information — phone numbers, email addresses, and known associates — by stitching together public records, utility data, and proprietary identity graphs.

What it means

Skip tracing started as a private-investigator term for finding people who had "skipped town" on a debt or a lease. Today, it's a core workflow for real-estate investors, debt collectors, repo agents, process servers, and B2B sales teams who need to reach an individual whose direct contact info isn't publicly listed anywhere.

A modern skip trace takes a known input — typically a name plus a property address, or a name plus a last-known city/state — and matches it against an identity graph built from public records, utility connects, credit-header data, and proprietary sourcing. The output is the most recent verified phone numbers and email addresses associated with that person, along with related individuals such as spouses, parents, and known associates.

Skip tracing meaning

Skip tracing means locating a person's current contact information when the address on file for them no longer reaches them. A skip trace is one instance of that search: a name and a last-known address go in, and current phone numbers and email addresses come out. You will see the same thing written as one word, skiptrace, and used as a verb — a list that has been skip traced is one that has already been through this process.

The phrase comes from the idiom "to skip town." The skip is the person who left; tracing is the work of finding where they went. That origin still shapes how people hear the term, and it misleads. Most modern skip tracing targets people who are not hiding at all — an absentee landlord who has moved twice in six years is not evading anyone, and the public record has simply lagged behind them.

How a skip trace actually works

How the match actually happens. Providers don't query one clean database — they resolve identity across dozens of fragmented sources that each know a piece of a person: a utility company knows where they pay a bill, a mobile carrier knows which number is active, a data broker knows a previous address. Identity resolution links those fragments to one real person despite name variants, address moves, and shared surnames, then ranks the resulting phone numbers and emails by recency and reliability.

Match rate versus connect rate

Quality varies enormously between providers, and two metrics separate a good trace from a wasted one:

  • Match rate — what percentage of inputs return any contact info at all. Easy to inflate by returning low-confidence or outdated records just to post a number.
  • Connect rate — what percentage of returned phone numbers are actually answered by the target person, not disconnected, reassigned to a stranger, or routed to a relative who hasn't lived with them in a decade. This is the number that actually determines whether skip tracing pays for itself.

Legacy providers optimize for match rate by serving the same stale monthly-refreshed records to thousands of customers simultaneously — everyone gets a "match," and everyone dials the same disconnected numbers. The gap between match rate and connect rate is where most skip-tracing budgets quietly leak: a high match rate against a database refreshed once a month can still produce a far lower connect rate, because people move, drop landlines, and swap carriers continuously.

What a skip tracer does

A skip tracer is the person running that search — starting from a name and an address that has gone cold, and working through records until there is a number worth dialing. The job is older than the software: the US Dictionary of Occupational Titles gave skip tracer its own code decades ago, back when the tools were printed directories and mailed inquiries.

It is more accurately a task than a profession. Federal occupational data does not treat skip tracer as a standalone job, and in practice the work sits inside other roles — a collections agent, a process server, a private investigator, an acquisitions manager at a real-estate shop. Some teams keep it in-house; others buy it as a service. Both are common.

What the tracer may do next varies far more than the search itself, and that is the part people underestimate. A collector tracing a debtor works under federal rules limiting what can be said to a third party: a neighbour or employer may be asked where someone can be reached, but may not be told a debt is owed. A process server traces because a court expects it — before a judge permits service by publication, the filer generally has to show a diligent search was made and documented. An acquisitions manager tracing their own leads has none of those scripts, and a different obligation entirely: the rules that govern calling and texting a number once you have it.

Where skip tracing is performed for other people for a fee, some states regulate it under their private-investigator statutes, and the exemptions differ materially from one state to the next. That is a question for a lawyer in your state, not for a glossary page.

Who uses skip tracing

Who uses it, and how. Real-estate investors and wholesalers skip trace lists of absentee owners, pre-foreclosure filings, and tax-delinquent properties to find sellers before their competition does. Debt collectors and repo agents trace debtors who've moved without a forwarding address. Recruiters and B2B sales teams enrich CRM records missing a direct line. In every case the workflow is the same: start with a name and whatever location data you have, run it through the trace, and get back a ranked, dial-ready number.

How Ava Data handles skip tracing

You give Ava Data a name plus an address (or city and state), and we return the most recent verified phones, emails, and — on Deep Search — the related-persons graph. Our underlying identity graph refreshes every 24 hours, so phone numbers that disconnected yesterday are flagged today rather than next quarter, which is the direct fix for the match-rate-versus-connect-rate gap above.

Two ways to use it:

  • The dashboard. Sign in, type a name and address into the search bar, and get the contact card on screen — no code. This is the right path for sales reps, acquisition managers, and anyone working leads one at a time.
  • The API. Send the same fields as JSON and get the same data back, ready to drop straight into your CRM or dialer. This is the right path for developers and ops teams enriching records in bulk. Bulk uploads run as background jobs with status polling, so a list of thousands processes without holding a synchronous connection open.

Pricing is per match either way: 1 credit (2¢) for a phone-only Standard Lookup, 2 credits (4¢) for phone + email, and 10 credits (20¢) for a Deep Search that also returns the related-persons graph — the option that matters most when the subject's own number is dead and a spouse or adult child is the only path to a conversation. You only pay when we return a match; the $9/month plan includes 100 credits, enough to test the workflow end to end before committing a full list.

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/standard-search
{
  "firstName": "John",
  "lastName": "Smith",
  "address": "123 Main St",
  "city": "Austin",
  "state": "TX",
  "dataTypes": ["phone"]
}
200 OK application/json
{
  "success": true,
  "data": {
    "matchFound": true,
    "creditsCharged": 1,
    "name": "John Smith",
    "phones": [
      { "number": "5125551234", "type": "mobile" }
    ]
  }
}

Related terms

Frequently asked questions

What is skip tracing used for in real estate?

Investors and wholesalers use skip tracing to turn a property owner's name and address into a current phone number and email — most often for absentee owners, pre-foreclosure filings, tax-delinquent properties, and other lists where the mailing address on file no longer reaches the owner.

How accurate is skip tracing?

Accuracy depends on the provider's data refresh cadence more than any single claimed match rate — a database refreshed monthly returns more disconnected numbers than one refreshed daily. Ava Data's identity graph refreshes every 24 hours and charges only when a match is returned.

What's the difference between a Standard Search and a Deep Search?

A Standard Search returns the subject's own phone and/or email. A Deep Search additionally returns the related-persons graph — spouses, relatives, and known associates — useful when the subject's own number is disconnected and a family member is the more reachable path.

How much does skip tracing cost?

Ava Data charges 1 credit (2¢) for a phone-only match, 2 credits (4¢) for phone plus email, and 10 credits (20¢) for a Deep Search — with no charge when a search returns no match. The $9/month plan includes 100 credits.

What does it mean when a list has been skip traced?

It means every record on it has already been run through a skip trace, so the file now carries contact information alongside the original names and addresses. Rows that returned no match usually come back blank rather than removed. A traced list also has a shelf life — people move and change numbers continuously, so a file traced months ago is not the same asset it was on the day it was built.

What is skip tracing in debt collection?

The same search applied to a debtor who has moved without leaving a forwarding address. The mechanics are identical to any other trace; what differs is the rulebook around the call afterwards. Federal law limits what a collector may say when contacting a third party to find someone — asking where a person can be reached is permitted, revealing that a debt is owed is not. Ava Data supplies the locate step itself: current phone numbers, emails, and address history from an identity graph refreshed every 24 hours, charged only when a match is returned. It is not a consumer reporting agency and its data is not a consumer report, so it may be used to find someone — never to decide their eligibility for credit, insurance, employment, or housing.

Is skip tracer an actual job title?

It exists as one, but it is more accurately a task than a distinct profession. Federal occupational data does not list skip tracer as a standalone occupation — the work turns up inside collections, process serving, private investigation, and real-estate acquisitions. Plenty of people skip trace daily without it appearing anywhere in their title.

Try Ava Data on a skip tracing 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 →