# Tech jobs in Europe from company career sites

**Use case:** 

Engineering, data and product jobs at companies across the EU, collected from their own career pages. Covers Personio, Recruitee and Teamtailor, which are common in Europe, plus Greenhouse, Ashby and Lever. Countries are resolved to ISO codes, so you can narrow it down to one country. It starts with a limit of 500 jobs, so a first run costs about $2.50. Raise "Max jobs in total" to get everything.

## Input

```json
{
  "companies": [
    "https://careers.voi.com",
    "https://jobs.lever.co/spotify",
    "https://jobs.ashbyhq.com/notion"
  ],
  "useDirectory": true,
  "maxCompanies": 1500,
  "keywords": [
    "engineer",
    "developer",
    "data",
    "product manager",
    "designer"
  ],
  "searchInDescription": false,
  "countries": [
    "EU"
  ],
  "postedWithinDays": 30,
  "maxJobsPerCompany": 0,
  "maxJobs": 500,
  "includeDescription": false,
  "redactContactDetails": true,
  "maxConcurrency": 16
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "countryCodes": {
    "label": "Countries",
    "format": "array"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "date"
  },
  "url": {
    "label": "Job page",
    "format": "link"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Career Site Jobs Scraper: Teamtailor, Greenhouse, Lever](https://apify.com/vindr/eu-career-site-jobs.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vindr/eu-career-site-jobs.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/vindr/eu-career-site-jobs.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`).
