OrbTop

Nuwber People Search Scraper

LEAD GENERATIONBUSINESSOTHER

Nuwber People Search Scraper

Scrapes US people records from Nuwber by name. Returns full name, age, phone numbers, current and past addresses, and known relatives as structured JSON.


Nuwber Scraper Features

  • Search by first and last name, with an optional state filter
  • Returns phone numbers, current address and full address history per person
  • Lists known relatives, which is what makes household reconstruction possible
  • Clears Cloudflare protection with a real browser (Camoufox) over residential proxy
  • Caps output with maxItems

What can you do with Nuwber data?

  • Skip tracers — Resolve a name to current address and phone without a per-seat subscription.
  • Debt recovery — Check address history to find where someone moved.
  • Process servers — Confirm a current address before dispatching.
  • Investigators — Map a household through the relatives field.
  • Data teams — Enrich a sparse contact list in bulk, paying only for the records that return.

How Nuwber Scraper Works

  1. You supply a first name, a last name, and optionally a US state.
  2. The scraper fetches Nuwber's search through a real browser over residential proxy — Cloudflare turns away plain HTTP clients.
  3. Each matching profile is opened and parsed into the field set below.
  4. Records stream to the dataset as they are parsed, stopping at maxItems.

Input

{
  "firstName": "John",
  "lastName": "Smith",
  "state": "TX",
  "maxItems": 25
}
Field Type Default Description
firstName string John First name to search for
lastName string Smith Last name to search for
state string US state abbreviation to narrow the search — NY, CA, TX
maxItems integer 10 Maximum person records to return

A common name without a state filter returns a lot of people. Set the state when you have it.


Nuwber Scraper Output Fields

{
  "fullName": "John A Smith",
  "age": 47,
  "phones": "512-555-0142, 512-555-0198",
  "currentAddress": "123 Main St, Austin, TX 78701",
  "pastAddresses": "88 Oak Ave, Dallas, TX 75201; 4 Elm Rd, Houston, TX 77002",
  "relatives": "Mary Smith, Robert Smith",
  "profileUrl": "https://nuwber.com/person/5f3a9c1d2b",
  "source": "nuwber",
  "scrapedAt": "2026-07-25T09:14:22Z"
}
Field Type Description
fullName string Full name of the person
age integer Age
phones string Phone numbers associated with this person
emails string Email addresses — subscription-gated on Nuwber, so typically empty
currentAddress string Current street address
pastAddresses string Previous street addresses
relatives string Known relatives by name
profileUrl string URL of the Nuwber profile page
source string Data source identifier — always nuwber
scrapedAt string ISO 8601 timestamp of extraction

FAQ

Does the Nuwber Scraper return email addresses?

Rarely. Nuwber puts emails behind its own subscription, so the emails field is usually empty. Phones and addresses are the reliable output.

How does it get past Cloudflare?

Nuwber sits behind Cloudflare, which rejects ordinary HTTP requests. The scraper fetches through Camoufox — a real browser — over a residential proxy. You configure none of it.

Can I search by address or phone instead of by name?

Not currently. Search is by name, with an optional state filter.

Why do multiple records come back for one name?

Because multiple real people share it. Use state, then age and the relatives field to identify the right one.

Is this legal to use?

Nuwber publishes public-record data. What you may do with it depends on your jurisdiction and purpose — FCRA-regulated uses such as employment, credit and tenant screening need a compliant provider, and this is not one. That is your call to make, not this actor's.


Need More Features?

Need reverse phone or address search? Open an issue on the actor.

Why Use Nuwber Scraper?

  • Address history, not just current — Past addresses are what actually move a skip trace forward.
  • Relatives on every record — Household mapping without a second lookup.
  • Pay per person — No seat licence, no monthly minimum. A 40-name batch costs what those 40 records cost.