DO NOT USE avatar
DO NOT USE
Under maintenance

Pricing

Pay per event

Go to Apify Store
DO NOT USE

DO NOT USE

Under maintenance

Developed by

Chris Xavier

Chris Xavier

Maintained by Community

Run single lookups or BATCH via paste/CSV to fetch resident's names and phone numbers by inputting ONLY AN ADDRESS. Includes a phonetic address field to feed to your AI call agent.

0.0 (0)

Pricing

Pay per event

0

5

3

Last modified

5 days ago

SKIP TRACER (Single / Batch · Pay‑Per‑Event)

Fetch current residents and labeled phone numbers from FastPeopleSearch. Includes a phonetic address field for TTS/dialers.

Billing (PPE): $0.10 once per run (run-start) + $0.005 per address (address-processed) -->  $5.10 per thousand.


Features

  • Single or Batch mode
  • Input via pasted lines or CSV upload
  • Phone labels: mobile / landline / voip
  • Phonetic street address (for AI calling and call scripts)
  • Optional CSV export to Key‑Value Store

Common Use Cases

  • One‑off skip trace for a property
  • Bulk tracing from a lead list (acquisitions/marketing)
  • CRM phone enrichment
  • IVR/dialer scripts using address_phonetic

Inputs (What You Provide)

Choose a Mode

  • Single

    • address + city + state (in separate fields)
  • Batch

    • Paste multiple lines, or
    • Upload CSV (format below)

CSV Format (Batch)

  • Headers (exact): address,city,state

  • Delimiter: ,Encoding: UTF‑8

  • Example rows:

    101 Peartree Grove,Peachtree,GA
    5005 Skylark Ct,Orlando,FL

Outputs (What You Get)

Default Dataset: one line item per resident -- up to 2 residents Key fields:

  • address, address_phonetic, city, state
  • name, first_name, last_name, age, link
  • phones
  • phone types
  • year_built, square_feet, owner

Sample Output (Dataset items)

Example output with anonymized data. Your dataset/CSV will follow this structure. One item per resident; if none found, a single trace row with empty resident fields is emitted.

[
{
"src_url": "https://www.fastpeoplesearch.com/address/1004-partridge-walk_peachtree-city-ga",
"address": "1004 Partridge Walk",
"address_phonetic": "ten oh four partridge walk",
"city": "Peachtree City",
"state": "GA",
"year_built": "1991",
"square_feet": "2,980",
"owner": "Occupied",
"bucket": "current",
"first_name": "Dana",
"last_name": "Whitfield",
"name": "Dana Whitfield",
"age": "44",
"link": "https://www.fastpeoplesearch.com/dana-whitfield_id_G4XXXXXXXXXXXXXXX",
"phones": [
{ "number": "(470) 555-0114", "type": "mobile" },
{ "number": "(203) 555-0199", "type": "mobile" },
{ "number": "(703) 555-0450", "type": "landline" },
{ "number": "(919) 555-0990", "type": "voip" }
],
"phone1": "(470) 555-0114",
"phone1_type": "mobile",
"phone2": "(203) 555-0199",
"phone2_type": "mobile",
"phone3": "(703) 555-0450",
"phone3_type": "landline",
"phone4": "(919) 555-0990",
"phone4_type": "voip",
"phone5": "",
"phone5_type": ""
},
{
"src_url": "https://www.fastpeoplesearch.com/address/1004-partridge-walk_peachtree-city-ga",
"address": "1004 Partridge Walk",
"address_phonetic": "ten oh four partridge walk",
"city": "Peachtree City",
"state": "GA",
"year_built": "1991",
"square_feet": "2,980",
"owner": "Occupied",
"bucket": "current",
"first_name": "Miles",
"last_name": "Whitfield",
"name": "Miles Whitfield",
"age": "46",
"link": "https://www.fastpeoplesearch.com/miles-whitfield_id_G5XXXXXXXXXXXXXXX",
"phones": [
{ "number": "(740) 555-0140", "type": "mobile" },
{ "number": "(203) 555-0188", "type": "mobile" },
{ "number": "(614) 555-1140", "type": "mobile" }
],
"phone1": "(740) 555-0140",
"phone1_type": "mobile",
"phone2": "(203) 555-0188",
"phone2_type": "mobile",
"phone3": "(614) 555-1140",
"phone3_type": "mobile",
"phone4": "",
"phone4_type": "",
"phone5": "",
"phone5_type": ""
}
]

How to Use (Console)

A) Single Address

  1. Mode: Single
  2. Enter address + city + state
  3. Run

B) Batch from CSV

  1. Upload csv file (headers must be address,city,state)
  2. Run

C) Batch by Pasting Lines

Paste one per line using any of:

address|city|ST
address, city, ST

Troubleshooting

  • No results? Check input format/API key; raise retries
  • Blocked? Try another provider or set country = "us"
  • Need audit trail? Temporarily enable perfSection.debugHtml = true (slower)