# Find engineering jobs in Geneva on Indeed

**Use case:** 

Scrape engineering jobs in Geneva from Indeed Switzerland. Structured Swiss job data. Pay per result.

## Input

```json
{
  "query": "ingénieur",
  "location": "Genève",
  "radius": 25,
  "sort": "relevance",
  "fromDays": "",
  "maxItems": 5
}
```

## Output

```json
{
  "jobKey": {
    "label": "Job Key",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location.raw": {
    "label": "Location",
    "format": "text"
  },
  "salary.salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "attributes": {
    "label": "Job Type / Attributes"
  },
  "location.isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "datePublished": {
    "label": "Posted",
    "format": "date"
  },
  "dateOnIndeed": {
    "label": "Date on indeed"
  },
  "hiringDemand.isUrgentHire": {
    "label": "Is urgent hire"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Indeed Switzerland Jobs Scraper](https://apify.com/unfenced-group/indeed-ch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/indeed-ch-scraper) to learn more, explore other use cases, and run it yourself.