FastBackgroundCheck — People Search Scraper avatar

FastBackgroundCheck — People Search Scraper

Pricing

Pay per event

Go to Apify Store
FastBackgroundCheck — People Search Scraper

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

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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:

FieldDescription
fullNameFull name of the person
ageAge (integer)
currentAddressCurrent city/state or full address
pastAddressesArray of past addresses
phonesArray of associated phone numbers
relativesArray of listed relatives
profileUrlURL of the FastBackgroundCheck profile page
sourceAlways "fastbackgroundcheck"
scrapedAtISO-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

ParameterTypeRequiredDescription
searchModestring (enum)Yesname, phone, or address
firstNamestringFor name modeFirst name
lastNamestringFor name modeLast name
citystringOptional (name), required (address)City
statestringOptional (name), required (address)US state abbreviation
phonestringFor phone mode10-digit phone number
addressstringFor address modeStreet address
maxItemsintegerYesMaximum records to return (default: 10)

Performance

  • Each Bright Data Web Unlocker request takes 60–100 seconds (CF-hardened domain).
  • Keep maxItems small (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.