Returns a company's open and historical job postings, each with the role title, location, posted date, and last-seen date. Useful as a growth signal: what functions a company is investing in, where they are expanding, and how hiring has changed over time.
You want a company's job postings as a signal of growth, focus, or geographic expansion.
Contacting recruiters or applying to roles.
50 credits / request
Set these inside the intent when you run it.
The company's website or root domain.
A list of job postings with role title, location, posted date, and last-seen date.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Data skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/company-data/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"hiring-signals","company":"stripe.com"}}'Example requests