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

36

Total users

13

Monthly active users

a day ago

Last modified

Share

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


✨ Features

  • Phone numbers — mobile, landline, and home phone
  • Email addresses — sorted by provider priority (Gmail first)
  • Current & previous addresses — up to 5 previous residences
  • Smart name matching — handles middle names, initials, and name variations
  • Bulk processing — search hundreds of people in a single run
  • Lightweight — pure HTTP + Cheerio, no headless browser overhead

Prerequisite: A ScrapFly API key is required for reliable proxy access.


📦 What data is extracted?

Each result contains the following fields:

FieldDescription
fullNameFull name as it appears on TruePeopleSearch
mobileNumbersArray of mobile phone numbers
landlineNumbersArray of landline numbers
homePhonePrimary home phone number
emailsArray of email addresses (Gmail prioritized)
ageAge or age range
currentResidenceCurrent residential address
previousResidencesUp to 5 previous addresses
truePeopleSearchUrlDirect link to the profile on TruePeopleSearch
searchedNameThe name you searched for
searchedAddressThe address you searched for
nameMatchedWhether the result was an exact name match

Results are exportable as JSON, CSV, or Excel via the Apify dataset.


🚀 Getting started

  1. Click Try for free at the top of this page
  2. Go to the Input tab and add your list of people to search
  3. Enter your ScrapFly API key — get one at scrapfly.io
  4. Optionally lower Max Concurrency (default: 3) to avoid rate limiting
  5. Click Start and wait for the run to complete
  6. Download your results from the Output tab as JSON, CSV, or Excel

⚙️ Input

Schema

{
"searches": [
{
"name": "John Smith",
"address": "123 Main St, Springfield, IL 62701"
}
],
"scrapFlyApiKey": "YOUR_SCRAPFLY_API_KEY",
"maxConcurrency": 3
}

Parameters

ParameterTypeRequiredDefaultDescription
searchesArray<{name, address}>✅ YesList of people to search. Each entry requires a name string and an address string (street + city/state/zip).
scrapFlyApiKeystring✅ YesYour ScrapFly API key for proxied requests. Get one here.
maxConcurrencyintegerNo3Max parallel requests (up to 10). Keep at 3 or lower 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
}

💡 Use cases

Use caseDescription
Skip tracingFind phone numbers and emails for property owners, tenants, or business contacts
Lead enrichmentAppend contact details to a name/address list for sales outreach
Background researchVerify current residence and contact info for individuals
Real estate prospectingBuild contact lists for property owners in target neighborhoods
People search automationAutomate manual TruePeopleSearch lookups at scale

💰 Pricing

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

A ScrapFly API key is required separately. Each person lookup consumes 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 details


🆘 Support

ChannelDetails
EmailScrapySpider@protonmail.com
WebsiteScrapySpider.com
ApifyOpen an issue on this Actor's page

Response time: within 24–48 hours on weekdays.