---
name: ScraperCity ICP List Builder
description: Turn a few dream customers into a sharp ICP, then pull the matching contacts from the B2B database. Runs on the ScraperCity MCP server.
---

# ScraperCity ICP List Builder

Turn a few dream customers into a sharp ICP, then pull the matching contacts from the B2B database.

## When to use it

Use at the start of a campaign, when you know roughly who you sell to but need a real, filterable list of matching people.

## ScraperCity MCP tools this uses

- `query_lead_database`
- `validate_emails`

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. Ask the user for 3 to 5 example customers and turn them into filters: industry, company size, job titles, seniority, and location.
2. Call query_lead_database with those filters and a sensible page size. Show the user the count before pulling the full list.
3. Once the user confirms the shape, pull the full list and pass every email through validate_emails.
4. Return a CSV of valid contacts, and report how many rows were dropped as invalid.

## Inputs

A short description of the ideal customer, or a few example companies.

## Output

A CSV of validated B2B contacts matching the ICP, with title, company, industry, and location.

## Cost and tips

Query the count first so the user sees the size before spending. The B2B database is unlimited on the $149/mo plan; validation is billed per email.

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.
