TruePeopleSearch Contact Finder avatar

TruePeopleSearch Contact Finder

Pricing

Pay per usage

Go to Apify Store
TruePeopleSearch Contact Finder

TruePeopleSearch Contact Finder

Find contact information for people using TruePeopleSearch. Search by name and address to extract phone numbers, email addresses, age, current and previous residential addresses. Smart name matching with retry logic. Requires ScrapFly API key. Export as JSON, CSV, or Excel.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

ScrapySpider

ScrapySpider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Share

TruePeopleSearch Contact Finder

Extracts phone numbers, email addresses, age, and residential history for any person in the US using TruePeopleSearch public records — no browser or login required.

  • Finds mobile numbers, landlines, home phone, and email addresses
  • Returns current and previous residential addresses
  • Smart name matching handles middle names and initials
  • Bulk processing — search hundreds of people in a single run
  • Pure HTTP + Cheerio — lightweight, fast, and cost-efficient (no headless browser)
  • Requires a ScrapFly API key for reliable proxy access

What data does it extract?

Each result contains:

Contact info: mobile phone numbers, landline numbers, home phone, email addresses (sorted by provider priority — Gmail first)

Personal info: full name, age or age range, name match confidence

Addresses: current residential address, up to 5 previous residential addresses

Metadata: direct TruePeopleSearch profile URL, original searched name and address

Output is available as JSON, CSV, or Excel via the Apify dataset export.

Use cases

  • Skip tracing: Find phone numbers and emails for property owners, tenants, or business contacts
  • Lead enrichment: Append contact details to a list of names and addresses for sales outreach
  • Background research: Verify current residence and contact information for individuals
  • Debt collection: Locate current phone numbers and addresses for recovery efforts
  • Real estate prospecting: Build contact lists for property owners in target neighborhoods
  • People search automation: Automate manual TruePeopleSearch lookups at scale

How to use

  1. Click Try for free above
  2. In the Input tab, add your list of people to search — each entry needs a name and an address
  3. Enter your ScrapFly API key (get one at scrapfly.io)
  4. Optionally adjust Max Concurrency (default is 3 — keep low to avoid rate limiting)
  5. Click Start and wait for the run to complete
  6. Download your results as JSON, CSV, or Excel from the Output tab

Input parameters

ParameterTypeRequiredDescription
searchesArray of objectsYesList of people to search. Each object must have name (string) and address (string). Example: [{"name": "John Smith", "address": "123 Main St, Springfield, IL 62701"}]
scrapFlyApiKeyStringYesYour ScrapFly API key for proxied requests. Get one at scrapfly.io
maxConcurrencyIntegerNoMaximum parallel requests (default: 3, max: 10). Keep low to avoid rate limiting.

Output example

{
"fullName": "John A Smith",
"mobileNumbers": ["(217) 555-0134", "(217) 555-0198"],
"emails": ["johnsmith@gmail.com", "jasmith@yahoo.com"],
"landlineNumbers": ["(217) 555-0100"],
"homePhone": "(217) 555-0100",
"age": "Age 45",
"currentResidence": "123 Main St, Springfield, IL 62701",
"previousResidences": [
"456 Oak Ave, Chicago, IL 60601",
"789 Elm St, Decatur, IL 62521"
],
"truePeopleSearchUrl": "https://www.truepeoplesearch.com/details?name=John-A-Smith&rid=0x0",
"searchedName": "John Smith",
"searchedAddress": "123 Main St, Springfield, IL 62701",
"nameMatched": true
}

Pricing

This Actor is free to use — you only pay for Apify platform compute time.

A ScrapFly API key is required (separate cost). Each person search uses approximately 2 ScrapFly API credits (one for the search page, one for the detail page).

New Apify accounts receive $5 in free credits — enough for hundreds of contact lookups.

Technical notes

  • No browser needed: This Actor uses HTTP requests + Cheerio parsing — no Puppeteer or Playwright overhead
  • ScrapFly required: TruePeopleSearch blocks direct requests. ScrapFly provides anti-bot bypass and US residential proxies
  • Rate limiting: Keep maxConcurrency at 3 or lower for best success rates. Higher values may trigger blocks
  • Name matching: The Actor uses smart matching that handles middle names, initials, and name variations. If no exact match is found, it returns the first result from the address
  • Retry logic: Failed requests are retried up to 3 times with exponential backoff
  • US only: TruePeopleSearch contains records for US residents only

Support

Have questions or found a bug? Reach out: