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.
You want actionable contacts at a target company right away, with verified emails or phones included.
A cheap name-only shortlist (find contacts) or verifying people you already have (verify contacts).
~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.
Set these inside the intent when you run it.
The target company's website domain.
Job titles or seniority levels to target, in priority order with the most important first.
Country, region, or city to restrict the search to.
Whether to include phone numbers in addition to emails. Defaults to emails only; phones cost significantly more.
Contact records with name, job title, verified work email, and a deliverability indicator for each contact found at the company.
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