Skip Trace People Search avatar

Skip Trace People Search

Pricing

from $0.30 / person found

Go to Apify Store
Skip Trace People Search

Skip Trace People Search

Find anyone in the US — phones, emails, addresses, relatives & aliases. Searches ThatsThem, Radaris & Spokeo simultaneously and merges results into one clean record. 4 search modes: name, phone, email, address.

Pricing

from $0.30 / person found

Rating

0.0

(0)

Developer

Yuliia Kulakova

Yuliia Kulakova

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

11

Monthly active users

12 days ago

Last modified

Share

Skip Trace People Search

Find anyone in the US — phone numbers, email addresses, home addresses, relatives, and aliases — all from a single search. Aggregates results from 3 major people search databases and merges them into one clean, structured record.


What it does

Enter a name, phone number, email, or address and get back a comprehensive profile of the person — pulled from ThatsThem, Radaris, and Spokeo simultaneously. All three sources are queried, deduplicated, and merged so you get more data than any single site can offer.

Built for:

  • Investigators & skip tracers — locate people who have moved or changed contact info
  • HR & background checks — verify identity and contact details before hiring
  • Legal & collections — find current addresses and phone numbers for service of process
  • Real estate — identify property owners and their contact information
  • Sales & lead enrichment — append phone and email data to your contact lists

4 search modes

ModeInputWhat you get
NameFirst name + last name (+ optional state/city)Full profile from all 3 sources
PhoneAny US phone numberOwner identity, address history, relatives
EmailEmail addressIdentity, phones, addresses
AddressStreet, city, state, ZIPResidents at that address with full profiles

Output fields

Each person record contains:

FieldDescription
fullNameFull name
firstName / lastNameSplit name fields
ageAge in years
aliasesOther names the person is known by (up to 10)
currentAddressMost recent known address (street, city, state, ZIP)
previousAddressesAddress history (up to 10 locations)
phoneNumbersAll associated phone numbers (up to 15)
emailAddressesAll associated email addresses (up to 10)
relativesKnown relatives and associates
profileUrlsDirect links to the person's profile on each source
dataSourcesWhich sources contributed to this record
searchQueryThe input query that produced this result
scrapedAtTimestamp of when the data was scraped

Input options

FieldDescriptionDefault
searchTypename, phone, email, or addressname
firstNameFirst name (for name search)
lastNameLast name (for name search)
stateUS state abbreviation to narrow results
cityCity to narrow results
phonePhone number in any format
emailEmail address
streetStreet address
zipZIP code
queriesArray of queries for batch mode
maxResultsMax person records per query (1–20)5
sourcesWhich sources to queryall 3

Batch mode

Search for multiple people in one run by passing a queries array:

{
"searchType": "name",
"maxResults": 3,
"queries": [
{ "firstName": "John", "lastName": "Smith", "state": "CA" },
{ "firstName": "Jane", "lastName": "Doe", "state": "NY", "city": "New York" }
]
}

Example output

{
"fullName": "John H. Smith",
"firstName": "John",
"lastName": "Smith",
"age": 64,
"aliases": ["John A. Smith", "John G. Smith", "John Timothy Smith"],
"currentAddress": {
"street": "El Sereno Ave",
"city": "Pasadena",
"state": "CA",
"zip": "91103"
},
"previousAddresses": [
{ "street": "Horseshoe Ct", "city": "Radcliff", "state": "KY", "zip": "40160" },
{ "street": "Mcallister St Apt", "city": "San Francisco", "state": "CA", "zip": "94115" }
],
"phoneNumbers": [
{ "number": "(408) 509-1851", "type": "unknown" },
{ "number": "(408) 661-8030", "type": "unknown" }
],
"emailAddresses": [
"johndsmith56@yahoo.com",
"jas1361@hotmail.com"
],
"relatives": [
{ "name": "Renita Galloway" },
{ "name": "Ferlinda Shedrick" }
],
"profileUrls": {
"thatsThem": "https://thatsthem.com/name/John-Smith/CA",
"radaris": "https://radaris.com/p/John/Smith/",
"spokeo": "https://www.spokeo.com/John-Smith/California"
},
"dataSources": ["thatsThem", "radaris", "spokeo"],
"scrapedAt": "2026-05-16T08:04:44.053Z"
}

Pricing

$0.30 per person found.

You only pay for actual results — if a search returns 0 records, you're not charged per result. A small Actor start fee applies per run.


Proxy requirement

This scraper requires US residential proxies — all three source sites are geofenced to US IP addresses and block datacenter traffic. Configure Apify Proxy with Residential + US country in the proxy settings before running.


Integrations

Export results as JSON, CSV, or Excel. Connect to your workflow via:

  • Apify API
  • Webhooks
  • Make (Integromat), n8n, Zapier

FAQ

Does it work for any US person? It searches publicly available records from three of the largest US people search databases. Results depend on what's indexed — common names and long-term US residents typically return the richest data.

Can I search for multiple people at once? Yes — use the queries array in batch mode to search for many people in a single run.

What if a source returns no results? The scraper tries all selected sources independently. If one fails or returns nothing, the others still contribute. The final record shows which sources provided data via dataSources.

Is the data real-time? Data is fetched live from the source sites on every run. The underlying databases are updated regularly but may not reflect very recent changes.

Why do I need a residential proxy? ThatsThem, Radaris, and Spokeo all block non-US and datacenter IP addresses. A US residential proxy is required for the scraper to access these sites.