# SaaS companies hiring SDRs and account executives

**Use case:** 

For Datadog, Ramp, GitLab, Vanta, Linear and Notion: how many open roles mention SDR, Sales Development or Account Executive, alongside total sales roles, new roles this week and month and the departments they sit in.

## Input

```json
{
  "companies": [
    "greenhouse:datadog",
    "ashby:ramp",
    "greenhouse:gitlab",
    "ashby:vanta",
    "ashby:linear",
    "ashby:notion"
  ],
  "roleKeywords": [
    "SDR",
    "Sales Development",
    "Account Executive"
  ],
  "workdayMaxPostings": 1000,
  "maxRetries": 3
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "ats": {
    "label": "Ats",
    "format": "string"
  },
  "openPostings": {
    "label": "Open postings",
    "format": "integer"
  },
  "openRoles": {
    "label": "Open roles",
    "format": "integer"
  },
  "newRolesLast7Days": {
    "label": "New roles last7days",
    "format": "integer"
  },
  "newRolesLast30Days": {
    "label": "New roles last30days",
    "format": "integer"
  },
  "salesRoles": {
    "label": "Sales roles",
    "format": "integer"
  },
  "engineeringRoles": {
    "label": "Engineering roles",
    "format": "integer"
  },
  "executiveRoles": {
    "label": "Executive roles",
    "format": "integer"
  },
  "remoteRoles": {
    "label": "Remote roles",
    "format": "integer"
  },
  "byDepartment": {
    "label": "By department",
    "format": "array"
  },
  "byLocation": {
    "label": "By location",
    "format": "array"
  },
  "topTitles": {
    "label": "Top titles",
    "format": "array"
  },
  "newestRoles": {
    "label": "Newest roles",
    "format": "array"
  },
  "boardUrl": {
    "label": "Board url",
    "format": "string"
  },
  "rowType": {
    "label": "Row type",
    "format": "string"
  },
  "ok": {
    "label": "Ok",
    "format": "boolean"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "boardSlug": {
    "label": "Board slug",
    "format": "string"
  },
  "lookup": {
    "label": "Lookup",
    "format": "string"
  },
  "otherAtsUnreadable": {
    "label": "Other ats unreadable",
    "format": "array"
  },
  "otherAtsEmptyBoards": {
    "label": "Other ats empty boards",
    "format": "array"
  },
  "openPostingsExact": {
    "label": "Open postings exact",
    "format": "boolean"
  },
  "duplicatePostingsCollapsed": {
    "label": "Duplicate postings collapsed",
    "format": "integer"
  },
  "rolesCountedBy": {
    "label": "Roles counted by",
    "format": "string"
  },
  "newRolesDateField": {
    "label": "New roles date field",
    "format": "string"
  },
  "newRolesNote": {
    "label": "New roles note",
    "format": "string"
  },
  "rolesWithoutPostedDate": {
    "label": "Roles without posted date",
    "format": "integer"
  },
  "hasSalesRoles": {
    "label": "Has sales roles",
    "format": "boolean"
  },
  "hasEngineeringRoles": {
    "label": "Has engineering roles",
    "format": "boolean"
  },
  "hasExecutiveRoles": {
    "label": "Has executive roles",
    "format": "boolean"
  },
  "executiveTitles": {
    "label": "Executive titles",
    "format": "array"
  },
  "hybridRoles": {
    "label": "Hybrid roles",
    "format": "integer"
  },
  "onsiteRoles": {
    "label": "Onsite roles",
    "format": "integer"
  },
  "remoteUnknownRoles": {
    "label": "Remote unknown roles",
    "format": "integer"
  },
  "remoteSource": {
    "label": "Remote source",
    "format": "string"
  },
  "remoteHintRoles": {
    "label": "Remote hint roles",
    "format": "integer"
  },
  "departmentSource": {
    "label": "Department source",
    "format": "string"
  },
  "byCountry": {
    "label": "By country",
    "format": "array"
  },
  "countrySource": {
    "label": "Country source",
    "format": "string"
  },
  "keywordMatches": {
    "label": "Keyword matches",
    "format": "array"
  },
  "postingsRead": {
    "label": "Postings read",
    "format": "integer"
  },
  "allPostingsRead": {
    "label": "All postings read",
    "format": "boolean"
  },
  "notes": {
    "label": "Notes",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hiring Signals Scraper - Company Job Openings from ATS Boards](https://apify.com/neverempty/hiring-signals-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/hiring-signals-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/hiring-signals-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
