# Which companies are hiring SDRs and account executives

**Use case:** 

A live list of open SDR and AE roles across any set of companies — for recruiters placing sales talent and vendors timing outreach.

## Input

```json
{
  "companies": [
    "stripe.com",
    "brex.com",
    "gitlab",
    "klaviyo.com"
  ],
  "titleKeywords": [
    "sdr",
    "sales development",
    "account executive",
    "account manager"
  ],
  "departmentKeywords": [],
  "remoteOnly": false,
  "includeDescription": false,
  "includeUnconfirmed": false,
  "onlyNewJobs": false,
  "monitorId": "default",
  "maxJobsPerCompany": 0,
  "maxJobs": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "Apply link",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Jobs Scraper — Greenhouse, Lever, Ashby, Workday + more](https://apify.com/kjel/company-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kjel/company-jobs-scraper) to learn more, explore other use cases, and run it yourself.