Skills/Contact Data/Find and verify contacts

Find and verify contacts

~700 credits / search (up to 5000)

Discovers business contacts at a company by role and immediately verifies their work email addresses in one operation. Returns ready-to-use contact records with verified emails and deliverability indicators. This is the highest-cost path: use it when you need actionable outreach data in a single step rather than a name shortlist first.

Use when

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

Not for

A cheap name-only shortlist (find contacts) or verifying people you already have (verify contacts).

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.

Estimated; the actual charge depends on your input and is shown in the response.

What it accepts

Set these inside the intent when you run it.

company_domainrequired

The target company's website domain.

rolesoptional

Job titles or seniority levels to target, in priority order with the most important first.

locationoptional

Country, region, or city to restrict the search to.

needsoptional

Whether to include phone numbers in addition to emails. Defaults to emails only; phones cost significantly more.

What you get back

Contact records with name, job title, verified work email, and a deliverability indicator for each contact found at the company.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Contact Data skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/contact-data/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"find_and_enrich","company_domain":"acme.com","roles":"VP of Sales, Head of Sales, Director of Sales","location":"United States","needs":"work emails"}}'

Example requests

  • Find the VP of Sales at acme.com and get their verified work email
  • Build an outreach list of engineering leaders at notion.so with their emails
  • Get me the top 5 decision-makers at stripe.com with verified contact details