# Find Tech Jobs in Europe on HiringCafe

**Use case:** 

Collect technology job listings across Europe from HiringCafe, including titles, companies, locations, workplace types, experience, salaries, technical skills and application URLs for recruitment and European tech market research.

## Input

```json
{
  "urls": [
    "https://hiringcafe.com/?searchState=%7B%22locations%22%3A%5B%7B%22types%22%3A%5B%22continent%22%5D%2C%22formatted_address%22%3A%22Europe%22%2C%22address_components%22%3A%5B%5D%2C%22workplace_types%22%3A%5B%5D%2C%22options%22%3A%7B%7D%2C%22id%22%3A%22Europecontinent%22%7D%5D%2C%22searchQuery%22%3A%22technology%22%7D"
  ],
  "maxitems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company Website",
    "format": "link"
  },
  "companyTagline": {
    "label": "Company Tagline",
    "format": "text"
  },
  "companyStockExchange": {
    "label": "Stock Exchange",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace Type",
    "format": "text"
  },
  "commitment": {
    "label": "Commitment",
    "format": "text"
  },
  "seniorityLevel": {
    "label": "Seniority",
    "format": "text"
  },
  "roleType": {
    "label": "Role Type",
    "format": "text"
  },
  "jobCategory": {
    "label": "Category",
    "format": "text"
  },
  "minYoe": {
    "label": "Min YOE",
    "format": "text"
  },
  "requirementsSummary": {
    "label": "Requirements Summary",
    "format": "text"
  },
  "technicalTools": {
    "label": "Technical Tools",
    "format": "text"
  },
  "languageRequirements": {
    "label": "Languages",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "text"
  },
  "numViews": {
    "label": "Views",
    "format": "text"
  },
  "numApplies": {
    "label": "Applies",
    "format": "text"
  },
  "source": {
    "label": "Source ATS",
    "format": "text"
  },
  "requisitionId": {
    "label": "Requisition ID",
    "format": "text"
  },
  "companyEmployees": {
    "label": "Company Employees",
    "format": "text"
  },
  "companyFounded": {
    "label": "Company Founded",
    "format": "text"
  },
  "companyIndustries": {
    "label": "Company Industries",
    "format": "text"
  },
  "companyHqCountry": {
    "label": "Company HQ Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobUrl": {
    "label": "HiringCafe Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [HiringCafe Jobs Scraper - Low-cost💲🔥💼🔎](https://apify.com/delectable_incubator/hiringcafe-jobs-scraper-low-cost.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/delectable_incubator/hiringcafe-jobs-scraper-low-cost.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/delectable_incubator/hiringcafe-jobs-scraper-low-cost.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`).
