FastBackgroundCheck — People Search Scraper
Pricing
Pay per event
FastBackgroundCheck — People Search Scraper
Scrape free US people data from FastBackgroundCheck — phone numbers, current and past addresses, age, relatives, and associates. Supports name, reverse-phone, and reverse-address searches. Powered by Bright Data Web Unlocker to clear Cloudflare protection.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape free US people data from FastBackgroundCheck.com — a sister site to FastPeopleSearch and TruePeopleSearch in the same data network. Retrieve full names, ages, current and past addresses, phone numbers, and relatives for any US person by name, phone number, or address.
FastBackgroundCheck is protected by Cloudflare. This actor uses Bright Data Web Unlocker (IceBreaker) to bypass the challenge and deliver real HTML content — no captcha solving, no manual effort.
What you get
Each result record includes:
| Field | Description |
|---|---|
fullName | Full name of the person |
age | Age (integer) |
currentAddress | Current city/state or full address |
pastAddresses | Array of past addresses |
phones | Array of associated phone numbers |
relatives | Array of listed relatives |
profileUrl | URL of the FastBackgroundCheck profile page |
source | Always "fastbackgroundcheck" |
scrapedAt | ISO-8601 timestamp |
Search modes
Name search (default)
Search by first and last name, optionally narrowed to a US state.
Input:
{"searchMode": "name","firstName": "John","lastName": "Smith","state": "NY","maxItems": 10}
Reverse phone lookup
Look up a person by their 10-digit US phone number.
Input:
{"searchMode": "phone","phone": "2125551234","maxItems": 5}
Reverse address lookup
Look up residents at a US street address.
Input:
{"searchMode": "address","address": "123 Main St","city": "New York","state": "NY","maxItems": 5}
Input parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
searchMode | string (enum) | Yes | name, phone, or address |
firstName | string | For name mode | First name |
lastName | string | For name mode | Last name |
city | string | Optional (name), required (address) | City |
state | string | Optional (name), required (address) | US state abbreviation |
phone | string | For phone mode | 10-digit phone number |
address | string | For address mode | Street address |
maxItems | integer | Yes | Maximum records to return (default: 10) |
Performance
- Each Bright Data Web Unlocker request takes 60–100 seconds (CF-hardened domain).
- Keep
maxItemssmall (5–10) for fast turnarounds. - The actor uses IceBreaker, so each page fetch is billed as one BD request.
Use cases
- Skip tracing — find current contact info for a person
- Lead enrichment — append phone and address to a contact list
- Genealogy research — discover relatives listed on public records
- Address verification — confirm who resides at a given address
Data source
FastBackgroundCheck aggregates US public records (property records, voter rolls, white pages) and provides them free of charge, ad-supported. All data is publicly available. No login or subscription is required.