---
name: ScraperCity Decision Maker Finder
description: Given a company or a list of companies, find the people who own the buying decision, with verified emails and mobiles. Runs on the ScraperCity MCP server.
---

# ScraperCity Decision Maker Finder

Given a company or a list of companies, find the people who own the buying decision, with verified emails and mobiles.

## When to use it

Use when you have target accounts but need the actual buyer at each one, not a generic contact address.

## ScraperCity MCP tools this uses

- `scrape_apollo`
- `find_people`
- `find_emails`
- `find_mobiles`

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 companies and the target titles from the user.
2. Pull people by title with scrape_apollo, or find_people when starting from a name or domain.
3. Attach a verified email to each person with find_emails, then a mobile with find_mobiles for the ones the user wants to call.
4. Return a CSV of the buying committee per account: name, title, company, email, mobile.

## Inputs

A list of companies or domains, and the titles that matter (e.g. VP Sales, CRO).

## Output

A CSV of decision makers per account with verified emails and mobiles.

## Cost and tips

Two to four contacts per account usually covers the committee. find_emails and find_mobiles only charge when a result is found.

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.
