TruePeopleSearch Contact Finder
Pricing
Pay per usage
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
Actor stats
0
Bookmarked
36
Total users
13
Monthly active users
a day ago
Last modified
Categories
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:
| Field | Description |
|---|---|
fullName | Full name as it appears on TruePeopleSearch |
mobileNumbers | Array of mobile phone numbers |
landlineNumbers | Array of landline numbers |
homePhone | Primary home phone number |
emails | Array of email addresses (Gmail prioritized) |
age | Age or age range |
currentResidence | Current residential address |
previousResidences | Up to 5 previous addresses |
truePeopleSearchUrl | Direct link to the profile on TruePeopleSearch |
searchedName | The name you searched for |
searchedAddress | The address you searched for |
nameMatched | Whether the result was an exact name match |
Results are exportable as JSON, CSV, or Excel via the Apify dataset.
🚀 Getting started
- Click Try for free at the top of this page
- Go to the Input tab and add your list of people to search
- Enter your ScrapFly API key — get one at scrapfly.io
- Optionally lower Max Concurrency (default:
3) to avoid rate limiting - Click Start and wait for the run to complete
- 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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searches | Array<{name, address}> | ✅ Yes | — | List of people to search. Each entry requires a name string and an address string (street + city/state/zip). |
scrapFlyApiKey | string | ✅ Yes | — | Your ScrapFly API key for proxied requests. Get one here. |
maxConcurrency | integer | No | 3 | Max 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 case | Description |
|---|---|
| Skip tracing | Find phone numbers and emails for property owners, tenants, or business contacts |
| Lead enrichment | Append contact details to a name/address list for sales outreach |
| Background research | Verify current residence and contact info for individuals |
| Real estate prospecting | Build contact lists for property owners in target neighborhoods |
| People search automation | Automate 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
| Channel | Details |
|---|---|
| ScrapySpider@protonmail.com | |
| Website | ScrapySpider.com |
| Apify | Open an issue on this Actor's page |
Response time: within 24–48 hours on weekdays.