# Tech jobs to Google Sheets every morning

**Use case:** 

Finds the engineering, data, product and design jobs posted in the last 24 hours at about 310 tech companies. Add a daily schedule and the Google Sheets Import & Export integration in append mode, and each morning the run adds the new jobs to your sheet. $1 per 1,000 matching jobs, at most $0.30 a run.

## Input

```json
{
  "companyLists": [
    "tech-companies"
  ],
  "titleIncludes": [
    "engineer"
  ],
  "location": "London",
  "remoteOnly": false,
  "jobFunctions": [
    "engineering",
    "data",
    "product",
    "design"
  ],
  "department": "engineering",
  "hasSalary": false,
  "minAnnualSalaryCurrency": "USD",
  "postedSince": "24 hours",
  "maxJobsPerCompany": 50,
  "maxResults": 300
}
```

## Output

```json
{
  "companyName": {
    "label": "Name on the board",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "url": {
    "label": "Job link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tech Jobs Search: Startup, AI & Remote Jobs](https://apify.com/conserving_celerytop/tech-jobs-search.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/conserving_celerytop/tech-jobs-search.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/tech-jobs-search.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`).
