# New Engineering Jobs This Week at 10 Tech Companies

**Use case:** 

Every engineering and developer role that ten tech companies published in the last seven days, newest first: title, team, location, remote flag, publish date, the salary range where the company publishes one, and the apply link. Swap in your own companies and keywords, schedule it weekly, and you pay only for the new jobs. Reads the public job-board APIs of Greenhouse, Lever and Ashby.

## Input

```json
{
  "companies": [
    "https://job-boards.greenhouse.io/airbnb",
    "https://job-boards.greenhouse.io/stripe",
    "https://job-boards.greenhouse.io/figma",
    "https://job-boards.greenhouse.io/gitlab",
    "https://job-boards.greenhouse.io/coinbase",
    "https://job-boards.greenhouse.io/databricks",
    "https://jobs.ashbyhq.com/openai",
    "https://jobs.ashbyhq.com/ramp",
    "https://jobs.lever.co/spotify",
    "https://jobs.lever.co/palantir"
  ],
  "mode": "jobs",
  "daysBack": 7,
  "titleKeywords": [
    "engineer",
    "developer"
  ],
  "locationKeywords": [
    "london",
    "new york"
  ],
  "remoteOnly": false,
  "maxJobsPerCompany": 50,
  "includeDescription": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "title": {
    "label": "Job title"
  },
  "department": {
    "label": "Department"
  },
  "location": {
    "label": "Location"
  },
  "isRemote": {
    "label": "Remote"
  },
  "publishedAt": {
    "label": "Published"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "salaryText": {
    "label": "Salary as published"
  },
  "ats": {
    "label": "System"
  },
  "jobUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Jobs Scraper — Greenhouse, Lever, Ashby + Salaries](https://apify.com/tidyfeed/company-jobs-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tidyfeed/company-jobs-scraper.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/tidyfeed/company-jobs-scraper.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`).
