# Contact Data

> Skill `contact-data` on Faro. 3 sub-skills.

Finds professional contact information for people and companies: verified work email addresses, phone numbers, and job titles. Use for building outreach lists, verifying contact details for people you already know, or discovering decision-makers at a target company.

**Category:** Business & Companies  
**Tags:** b2b, data enrichment, company data, contact enrichment, lead generation, prospecting  
**Use when:** You need decision-makers at a target company, or a verified work email or phone for a known person.  
**Not for:** Consumer or personal contact data, residential phones, profiling someone by name with no employer, or company firmographics by domain (use Company Data).  
**Returns:** information — Returns matched contact records (name, job title, company, location, and the verified email or phone you asked for, each with a deliverability indicator). Not a downloadable file.

## How to run
Skills run through one gateway with your Faro token. Hand it an `intent` in plain language; Faro routes to the right sub-skill, runs it, and bills per call. Raw tools are internal plumbing and are not directly callable.

```
POST https://skill.askfaro.com/skills/contact-data/run
Authorization: Bearer faro_<your_key>
Content-Type: application/json

{"intent":{"prompt":"Who are the heads of engineering at stripe.com?"}}
```

Or from the CLI:

```bash
pip install askfaro-cli && askfaro auth login
askfaro run contact-data "Who are the heads of engineering at stripe.com?"
```

Full run reference: https://askfaro.com/llms/run.md — Agent recipe: https://askfaro.com/llms/skill.md

## Example requests

- Who are the heads of engineering at stripe.com?
- Get the work email for this LinkedIn profile: linkedin.com/in/janesmith
- Find the VP of Sales at acme.com and get their verified work email

## Sub-skills

### Find contacts

Finds business contacts at one company by role, returning names and job titles without emails or phones.

**Cost:** ~150 credits / search (up to 500) — 50 credits per contact returned; the usual case is a few matches, up to ten per search.

**Use when:** You want to see who holds a role at a company before paying to verify their contact details.

**Details:** https://askfaro.com/llms/skills/contact-data/find_contacts.md

---

### Verify contacts

Verifies work emails and phone numbers for people you already know, by profile link or name and employer.

**Cost:** ~100 credits / contact (up to 5000) — 100 credits per verified email and 400 per verified phone; the usual case is email-only for a few contacts.

**Use when:** You already have the people and need their verified work email or phone number.

**Details:** https://askfaro.com/llms/skills/contact-data/enrich_contacts.md

---

### Find and verify contacts

Finds business contacts at one company and verifies their emails and phone numbers in a single step.

**Cost:** ~700 credits / search (up to 5000) — 50 credits per contact found plus 100 per verified email and 400 per phone; this is the costliest path.

**Use when:** You want actionable contacts at a target company right away, with verified emails or phones included.

**Details:** https://askfaro.com/llms/skills/contact-data/find_and_enrich.md

---

---
On the web: https://askfaro.com/search/contact-data