Skills/Contact Data/Find people (names only, NO email or phone)

Find people (names only, NO email or phone)

~150 credits / search (up to 500)

Searches for people at a specific company by role or seniority and returns their names, job titles, and profile links, without any contact details. This is the cheapest way to build a shortlist of who holds a role at a company before deciding whether to retrieve their contact information.

Use when

You only need to see WHO holds a role at a company and do not need to contact them yet, so you want the cheapest shortlist.

Not for

Getting any email or phone number. For that use "Find people with verified email and phone", or "Verify email or phone for known people" if you already have the names.

Cost

~150 credits / search (up to 500)

50 credits per contact returned; the usual case is a few matches, up to ten per search.

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.

What you get back

A list of contacts at the company with name, job title, location, and profile link, but no email or phone.

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_contacts","company_domain":"stripe.com","roles":"VP of Engineering, Head of Engineering, CTO","location":"United States"}}'

Example requests

  • Who are the heads of engineering at stripe.com?
  • Find the VP of Sales and marketing leads at acme.com
  • List decision-makers at notion.so based in the US