OrbTop

ThatsThem People Search Scraper

LEAD GENERATIONBUSINESSOTHER

ThatsThem People Search Scraper

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):

Field Type Required Description
firstName string One group required First name to search (pair with lastName)
lastName string One group required Last name to search (pair with firstName)
city string Optional City to narrow a name or address search
state string Optional US state abbreviation (e.g. TX, CA) — narrows name or address search
phone string One group required US phone number for reverse-phone lookup (e.g. 5551234567)
email string One group required Email address for reverse-email lookup
address string One group required Street address for reverse-address lookup (requires city + state)
maxItems integer No Maximum records to return (0 = unlimited, default 10)

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

Output

Field Type Description
fullName string Full name as listed on ThatsThem
age integer Age if shown
phones array Phone numbers (decoded from page metadata — last 4 digits recovered)
emails array Email addresses (partially masked at source)
addresses array Current address first, then previous (street, city, state, ZIP)
relatives array Names of relatives listed on the profile
associates array Names of associates listed on the profile
deceased boolean True if the person is listed as deceased
profileUrl string ThatsThem profile URL
lookupMode string Which mode was used (name / phone / email / address)
source string "thatsthem"
scrapedAt string ISO 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.