---
name: ScraperCity Skip Tracer
description: Turn a list of names or addresses into current phones and emails across public records. Runs on the ScraperCity MCP server.
---

# ScraperCity Skip Tracer

Turn a list of names or addresses into current phones and emails across public records.

## When to use it

Use for real estate, collections, or any workflow that starts from a property or a name and needs current contact info.

## ScraperCity MCP tools this uses

- `find_people`
- `scrape_property_lookup`

Set up the server first: see https://scrapercity.com/mcp for the config and https://scrapercity.com/how-to-use for the start, poll, download pattern and error codes.

## Steps

1. Take the list of names or addresses from the user.
2. For addresses, run scrape_property_lookup to identify the owner, then find_people to trace current contact details.
3. Return a CSV tying each input to a current phone and email, flagging the ones with no match.

## Inputs

A list of names or property addresses.

## Output

A skip-traced CSV with current phones and emails.

## Cost and tips

Start from the strongest identifier you have. An address plus owner name resolves more reliably than a name alone.

Scrapers draw per result from your wallet balance. find_emails and find_mobiles charge only when a result is found. The B2B database is unlimited on the $149/mo plan. Check counts before you export so spend stays predictable.
