Skills/Company Data/Hiring signals

Hiring signals

50 credits / request

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.

Use when

You want a company's job postings as a signal of growth, focus, or geographic expansion.

Not for

Contacting recruiters or applying to roles.

Cost

50 credits / request

What it accepts

Set these inside the intent when you run it.

companyrequired

The company's website or root domain.

What you get back

A list of job postings with role title, location, posted date, and last-seen date.

Run it

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

  • Is Stripe hiring engineers right now?
  • What roles is Shopify actively recruiting for?
  • What departments has Notion been hiring in over the past year?