OrbTop

FastBackgroundCheck — People Search Scraper

LEAD GENERATIONBUSINESSOTHER

FastBackgroundCheck — People Search Scraper

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 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.