ThatsThem People Search Scraper avatar

ThatsThem People Search Scraper

Under maintenance

Pricing

Pay per event

Go to Apify Store
ThatsThem People Search Scraper

ThatsThem People Search Scraper

Under maintenance

Reverse phone, email, and address lookup plus name search — free US people data from ThatsThem. Find a US person's name, age, phone numbers, addresses, and relatives by NAME, PHONE, EMAIL, or ADDRESS. No login or paywall.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Reverse phone, email, and address lookup plus name search — free US people data from ThatsThem. Find a US person's name, age, phone numbers, addresses, and relatives by NAME, PHONE, EMAIL, or ADDRESS. No login or paywall.

What it does

Submit a phone number, email address, street address, or first + last name. The actor queries ThatsThem's free public directory and returns structured person records without requiring a login or API key.

ThatsThem exposes data that other people-search sites lock behind paywalls — most notably full phone numbers (recovered from the page's encoded links, bypassing CSS redaction) and email addresses.

Each record includes:

  • Full name and age
  • Phone numbers (area code + exchange + full number, decoded from page metadata)
  • Email addresses (partially masked — first character of username + full domain)
  • Current and previous addresses (street, city, state, ZIP — house number shown as XXXX where redacted)
  • Relatives listed on the profile
  • Associates listed on the profile
  • Deceased status flag
  • ThatsThem profile URL for follow-up
  • Lookup mode, source identifier, and scrape timestamp

Use cases

  • Reverse phone lookup — identify the owner of an unknown phone number with full address and email data
  • Skip tracing — resolve a name to current address, phone, and relatives
  • Reverse email lookup — find the person behind an email address
  • Reverse address lookup — identify the current or former residents of a US street address
  • OSINT research — surface relatives, associates, location history, and contact data from free public records
  • Lead enrichment — augment a name or phone number with full contact profile data

Input

Provide at least one of the following (phone, email, address, or firstName+lastName):

FieldTypeRequiredDescription
firstNamestringOne group requiredFirst name to search (pair with lastName)
lastNamestringOne group requiredLast name to search (pair with firstName)
citystringOptionalCity to narrow a name or address search
statestringOptionalUS state abbreviation (e.g. TX, CA) — narrows name or address search
phonestringOne group requiredUS phone number for reverse-phone lookup (e.g. 5551234567)
emailstringOne group requiredEmail address for reverse-email lookup
addressstringOne group requiredStreet address for reverse-address lookup (requires city + state)
maxItemsintegerNoMaximum records to return (0 = unlimited, default 10)

Mode selection: Only one lookup is performed per run. Priority: phoneemailaddressname.

Output

FieldTypeDescription
fullNamestringFull name as listed on ThatsThem
ageintegerAge if shown
phonesarrayPhone numbers (decoded from page metadata — last 4 digits recovered)
emailsarrayEmail addresses (partially masked at source)
addressesarrayCurrent address first, then previous (street, city, state, ZIP)
relativesarrayNames of relatives listed on the profile
associatesarrayNames of associates listed on the profile
deceasedbooleanTrue if the person is listed as deceased
profileUrlstringThatsThem profile URL
lookupModestringWhich mode was used (name / phone / email / address)
sourcestring"thatsthem"
scrapedAtstringISO 8601 scrape timestamp

Notes

  • Free data, no proxy required. ThatsThem is a public, ad-supported directory. No login, no API key, no proxy needed.
  • Phone number recovery. ThatsThem CSS-redacts the last 4 digits of phone numbers visually, but the full number is encoded in the page's link metadata. This actor decodes it.
  • Email masking. Email addresses show the first character of the username plus the full domain (e.g. j@gmail.com). This is ThatsThem's own partial masking — the actor returns what is publicly available.
  • Address redaction. House numbers may be partially masked (shown as XXXX in this actor's output). City, state, and ZIP are always complete.
  • Polite crawl. Concurrency is limited to 3 requests to respect the free ad-supported service. Do not run high-volume batch jobs without appropriate delays.
  • Robots.txt compliance. The lookup paths (/name/, /phone/, /email/, /address/) are not disallowed in ThatsThem's robots.txt.