Radaris People Search Scraper avatar

Radaris People Search Scraper

Pricing

Pay per event

Go to Apify Store
Radaris People Search Scraper

Radaris People Search Scraper

Search Radaris.com by person name and get matching profiles with addresses, phone numbers, relatives, and alternate names. Supports optional city/state filtering for targeted lookups.

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

3 days ago

Last modified

Categories

Share

Search Radaris.com by person name and get matching profiles — addresses, phone numbers, relatives, alternate names, and more.

What it does

Radaris is a public-records people-search site. This actor lets you look up any US person by first and last name (with optional state filter) and returns the matching profile cards as structured data.

Input: Person name + optional state

Output: One dataset record per matching profile, including:

  • Full name and profile URL
  • Age and primary location
  • Known relatives (pipe-separated)
  • Alternate names / AKA (pipe-separated)
  • Addresses, phones, and emails (when available on the detail page)

Usage

{
"firstName": "John",
"lastName": "Smith",
"maxItems": 20
}
{
"firstName": "Jane",
"lastName": "Doe",
"state": "CA",
"maxItems": 10
}

Input parameters

ParameterTypeRequiredDescription
firstNamestringYesFirst name to search for
lastNamestringYesLast name to search for
statestringNoUS state abbreviation to narrow results (e.g. CA, NY, TX)
maxItemsintegerNoMaximum number of profiles to return (default: 10)

Output schema

Each record in the dataset has the following fields:

FieldTypeDescription
namestringFull name of the person
profile_urlstringURL of the profile on Radaris
ageintegerAge of the person (when available)
locationstringPrimary city and state
addressesstringKnown addresses (pipe-separated)
phonesstringKnown phone numbers (pipe-separated)
emailsstringKnown email addresses (pipe-separated)
relativesstringKnown relatives with ages (pipe-separated)
alternate_namesstringAlternate names / aliases (pipe-separated)
scraped_atstringISO 8601 timestamp

Data source

Data comes from Radaris.com, a public-records aggregator that indexes publicly available information from government records, white pages, and other public sources.

Technical notes

  • Radaris is protected by Cloudflare Turnstile. This actor uses CapSolver to bypass the challenge (Tier 3 CF bypass).
  • Residential proxy (DataImpulse) is used for reliable access.
  • Search results are fetched from the /p/{firstName}/{lastName}/ path.
  • The actor is name-search only — no email or phone lookup is supported.

Limitations

  • Results are limited to what Radaris indexes. Some people may not appear.
  • Addresses, phones, and emails on detail pages may be gated by Radaris (premium content); the scraper returns what is publicly accessible.
  • State filtering narrows results but may not be exhaustive for common names.