# Hiring signals for an account list, one row per company

**Use case:** 

Paste your target accounts as websites or job board links and get one row per company with open jobs, jobs posted in the last 30 days per team, open director, VP and C-level roles, and first or founding hires. With Only new jobs on a weekly schedule, it also names new teams and countries. Use it in Clay, Google Sheets or your CRM. $0.01 per company, however many jobs it has.

## Input

```json
{
  "companies": [
    "mongodb.com",
    "asana.com",
    "gusto.com",
    "vercel.com",
    "brex.com",
    "attio.com",
    "notion.com",
    "samsara.com"
  ],
  "outputMode": "companies",
  "includeDescription": false,
  "maxJobsPerCompany": 50,
  "onlyNewJobs": false,
  "monitorName": "default",
  "includeUpdatedJobs": false,
  "alertMaxJobs": 10,
  "alertOnFirstCheck": false,
  "titleIncludes": [
    "engineer"
  ],
  "department": "engineering",
  "location": "London",
  "remoteOnly": false,
  "jobFunctions": [
    "engineering",
    "data"
  ],
  "descriptionIncludes": [
    "Snowflake",
    "dbt"
  ],
  "hasSalary": false,
  "minAnnualSalaryCurrency": "USD",
  "postedSince": "7 days",
  "visaSponsorship": false
}
```

## Output

```json
{
  "rowType": {
    "label": "Row type",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "companyName": {
    "label": "Name on the board",
    "format": "string"
  },
  "matchedBy": {
    "label": "Matched by",
    "format": "string"
  },
  "ats": {
    "label": "Job board",
    "format": "string"
  },
  "companyStatus": {
    "label": "Status",
    "format": "string"
  },
  "boardUrl": {
    "label": "Job board link",
    "format": "string"
  },
  "openJobs": {
    "label": "Open jobs",
    "format": "integer"
  },
  "jobsPostedLast7Days": {
    "label": "Posted in last 7 days",
    "format": "integer"
  },
  "jobsPostedLast30Days": {
    "label": "Posted in last 30 days",
    "format": "integer"
  },
  "jobsOpenOver90Days": {
    "label": "Open over 90 days",
    "format": "integer"
  },
  "newestPostedAt": {
    "label": "Newest posting",
    "format": "string"
  },
  "oldestPostedAt": {
    "label": "Oldest posting",
    "format": "string"
  },
  "remoteJobs": {
    "label": "Remote jobs",
    "format": "integer"
  },
  "remoteShare": {
    "label": "Remote share",
    "format": "number"
  },
  "engineeringShare": {
    "label": "Engineering share",
    "format": "number"
  },
  "salesShare": {
    "label": "Sales share",
    "format": "number"
  },
  "topDepartments": {
    "label": "Top departments",
    "format": "array"
  },
  "topLocations": {
    "label": "Top locations",
    "format": "array"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "seniorityCounts": {
    "label": "Jobs by seniority",
    "format": "object"
  },
  "functionCounts": {
    "label": "Jobs by function",
    "format": "object"
  },
  "functionCountsLast30Days": {
    "label": "Posted in last 30 days by function",
    "format": "object"
  },
  "leadershipRoles": {
    "label": "Leadership roles",
    "format": "array"
  },
  "firstHireRoles": {
    "label": "First-hire roles",
    "format": "array"
  },
  "topTools": {
    "label": "Top tools",
    "format": "array"
  },
  "toolCoverage": {
    "label": "Share naming a tool",
    "format": "number"
  },
  "visaSponsorshipShare": {
    "label": "Share sponsoring visas",
    "format": "number"
  },
  "medianExperienceYearsMin": {
    "label": "Median years of experience",
    "format": "number"
  },
  "salaryCoverage": {
    "label": "Share with salary",
    "format": "number"
  },
  "medianSalaryMin": {
    "label": "Median salary min",
    "format": "number"
  },
  "medianSalaryMax": {
    "label": "Median salary max",
    "format": "number"
  },
  "medianSalaryCurrency": {
    "label": "Median salary currency",
    "format": "string"
  },
  "medianSalaryPeriod": {
    "label": "Median salary period",
    "format": "string"
  },
  "salaryMedians": {
    "label": "Salary medians by currency and period",
    "format": "array"
  },
  "newJobs": {
    "label": "New since last check",
    "format": "integer"
  },
  "closedJobs": {
    "label": "Closed since last check",
    "format": "integer"
  },
  "updatedJobs": {
    "label": "Updated since last check",
    "format": "integer"
  },
  "repostedJobs": {
    "label": "Reposted since last check",
    "format": "integer"
  },
  "medianDaysOpen": {
    "label": "Median days open of closed jobs",
    "format": "number"
  },
  "newFunctions": {
    "label": "New job functions",
    "format": "array"
  },
  "newCountries": {
    "label": "New countries",
    "format": "array"
  },
  "previousCheckAt": {
    "label": "Previous check",
    "format": "string"
  },
  "charged": {
    "label": "Charged",
    "format": "boolean"
  },
  "warning": {
    "label": "Warning",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Jobs API: Greenhouse & Lever Jobs, Ashby & Career Pages](https://apify.com/conserving_celerytop/live-career-page-jobs-api.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/conserving_celerytop/live-career-page-jobs-api.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/conserving_celerytop/live-career-page-jobs-api.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
