# InfoJobs Spain jobs — example search

**Use case:** 

Searches InfoJobs.net for Spanish openings and returns a few records with title, company, location, salary and apply URL.

## Input

```json
{
  "keyword": "engineer",
  "province": "",
  "teleworking": "Teletrabajo",
  "contractType": "Indefinido",
  "workday": "Completa",
  "postedSince": 0,
  "titleExclude": [
    "becario",
    "practicas"
  ],
  "companyExclude": [],
  "extractSkills": true,
  "onlyNewSinceLastRun": false,
  "maxItems": 5,
  "timeoutSecs": 25,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "teleworking": {
    "label": "Teleworking (teletrabajo)",
    "format": "string"
  },
  "salary": {
    "label": "Salary text",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted date (ISO)",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [InfoJobs Scraper — Ofertas de Trabajo y Empleo España](https://apify.com/nomad-agent/infojobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/infojobs-scraper) to learn more, explore other use cases, and run it yourself.