Hiring Signals → Notion — Who's Hiring & Which Teams Grow avatar

Hiring Signals → Notion — Who's Hiring & Which Teams Grow

Pricing

from $100.00 / 1,000 company scorecards

Go to Apify Store
Hiring Signals → Notion — Who's Hiring & Which Teams Grow

Hiring Signals → Notion — Who's Hiring & Which Teams Grow

Pricing

from $100.00 / 1,000 company scorecards

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Hiring Signals → Notion — Track Who's Hiring & Which Teams Are Growing

Feed it a list of companies. Get back a hiring-signal scorecard for each — and (optionally) a ready-to-use Notion database, built in the same run.

Hiring is the most honest signal a company sends. A wave of new engineering reqs means a product push. A sudden run of sales and BD roles means a go-to-market expansion. New offices in a new city means geographic growth. This Actor reads a company's live, public job board and turns it into a one-line read on where that company is putting its money — then drops it straight into your Notion workspace if you want it there.

Built for recruiters, sales/BD teams, competitive-intel analysts, and investors who want to know who's growing before it's obvious.


What you get per company

Each scorecard contains:

FieldWhat it tells you
company / company_slugThe company and its resolved Greenhouse board
open_roles_countTotal live open roles right now
departmentsEvery hiring team with an open-role count (ranked)
notable_rolesA handful of representative open titles
locationsWhere they're hiring, top locations ranked
hiring_velocity_notePlain English — e.g. "expanding eng (28) + sales (11) — 64 open roles total"
sourceDirect link to the live job board
data_sourceAlways the public Greenhouse job-board API
as_of_timestampWhen the snapshot was taken (UTC)

📊 Sample Output

Hiring Signals to Notion sample output — live hiring-signal scorecards for Stripe, Anthropic, Airbnb, Figma, Reddit, GitLab, Asana and Discord showing open-role counts, top hiring department, and a plain-English hiring-velocity note from public Greenhouse job boards

Real scorecards returned by a live run across 8 companies — every value below comes straight from the public Greenhouse job-board API at run time:

CompanyOpen rolesTop hiring departmentHiring-velocity note
Stripe5061150 Solutions Architecture (23)expanding eng (181) + ops (108) + sales (59) — 506 open roles total
Anthropic378Sales (74)expanding eng (220) + sales (68) + ops (38) — 378 open roles total
Airbnb222Software Engineering (67)expanding eng (87) + sales (44) + ops (38) — 222 open roles total
Figma171Sales (64)expanding sales (75) + eng (48) + ops (18) — 171 open roles total
Reddit146Large Customer Sales (26)expanding eng (82) + sales (36) + product (4) — 146 open roles total
GitLab138EMEA - Commercial (14)expanding eng (49) + sales (42) + ops (18) — 138 open roles total
Asana133Product Engineering (30)expanding eng (62) + sales (25) + ops (16) — 133 open roles total
Discord70Core Tech Engineering (14)expanding eng (41) + ops (10) + product (7) — 70 open roles total

Each dataset row also carries the full ranked departments and locations arrays, notable_roles, the live source link, data_source, and as_of_timestamp — see the full JSON object under Example output below.


Optional: one-run delivery into Notion

Add a Notion MCP connector and the Actor builds a fresh Notion database for you in the same run — one row per company, columns for open roles, top departments, notable roles, top locations, hiring-velocity note, source, and snapshot date. The Actor never sees your Notion credentials; Apify injects them server-side through the connector. Leave the connector blank and you simply get the dataset.

To use it: authorize a Notion MCP connector in Apify Console → Settings → API & Integrations, then pick it in the notionConnector field. Optionally pass a notionParentId to nest the database under a specific page.


Input

{
"companies": ["stripe", "airbnb", "anthropic"],
"notionConnector": null,
"notionParentId": null
}
  • companies — slugs or company names. Names are normalized to Greenhouse slug candidates automatically (e.g. "Air BnB" → airbnb). Verified-working slugs: stripe, airbnb, anthropic, figma, discord, gitlab, reddit, asana. Companies on a different ATS (Lever, Ashby, Workday) are returned with a clear "not found on Greenhouse" note rather than failing.
  • notionConnector — optional Notion MCP connector. Blank = dataset-only.
  • notionParentId — optional Notion page ID to create the database under.

Example output

{
"company": "stripe",
"company_slug": "stripe",
"open_roles_count": 312,
"departments": [
{ "department": "Engineering", "open_roles": 118 },
{ "department": "Sales", "open_roles": 41 },
{ "department": "Operations", "open_roles": 22 }
],
"notable_roles": ["Staff Software Engineer", "Account Executive, Mid-Market", "Product Manager, Payments"],
"locations": [
{ "location": "Remote", "open_roles": 96 },
{ "location": "San Francisco", "open_roles": 44 }
],
"hiring_velocity_note": "expanding eng (118) + sales (41) + ops (22) — 312 open roles total",
"source": "https://boards.greenhouse.io/stripe",
"data_source": "greenhouse.io (public job-board API)",
"as_of_timestamp": "2026-06-13T16:40:00+00:00"
}

How it works

The Actor queries the open, unauthenticated Greenhouse public job-board API (boards-api.greenhouse.io) — the same data that renders on boards.greenhouse.io/<company>. No logins, no scraping behind walls, public data only. It then aggregates departments, locations, and role titles into a single scorecard and phrases a hiring-velocity summary.


Use cases

  • Recruiters — spot which competitors are mass-hiring for the exact roles you place.
  • Sales / BD — a company opening 40 sales roles is a company about to buy sales tooling. Time your outreach.
  • Competitive intel — track a rival's headcount investment by team, week over week.
  • Investors — hiring velocity is a leading indicator of growth that shows up before revenue does.


Public data only. Use responsibly and follow applicable employment, outreach, and privacy laws.