---
name: ScraperCity CRM Enricher
description: Take a CRM export with missing fields and fill in emails, mobiles, and contact data. Runs on the ScraperCity MCP server.
---

# ScraperCity CRM Enricher

Take a CRM export with missing fields and fill in emails, mobiles, and contact data.

## When to use it

Use when records have names and companies but blank contact fields, and you want them complete.

## ScraperCity MCP tools this uses

- `find_emails`
- `find_mobiles`
- `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. Take the export and map which fields are present and which are blank.
2. Fill missing emails with find_emails and missing mobiles with find_mobiles.
3. Validate the filled emails with validate_emails.
4. Return the original rows with the gaps filled and a status on each, flagging the ones with no match.

## Inputs

A CSV of partial contact records.

## Output

The same rows, completed and validated, with a status column.

## Cost and tips

find_emails and find_mobiles only charge on a hit, so enriching a sparse file is predictable. Validate before the data goes back to work.

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.
