Your agent has no account for B2B data; this returns verified business contacts plus email and phone checks.
Business & Companies
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.
You need decision-makers at a target company (with or without their contact details), or a verified work email or phone for a known person.
Consumer or personal contact data, residential phones, profiling someone by name with no employer, or company firmographics by domain (use Company Data).
Each is a sub-skill of Contact Data; the router picks the right one for your request.
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.
The request could mean a cheap name-and-role shortlist or a paid email and phone lookup, and the cost differs greatly.
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.
curl -X POST "https://skill.askfaro.com/skills/contact-data/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Who are the heads of engineering at stripe.com?"}}'Example requests