# Tecnoempleo Spain tech jobs — example search

**Use case:** 

Returns a few IT vacancies from Tecnoempleo.com with title, company, location, date and apply URL as clean JSON.

## Input

```json
{
  "keyword": "python",
  "province": "Madrid",
  "remote": "any",
  "category": "Programador",
  "includeDescription": false,
  "titleExclude": [
    "becario",
    "practicas"
  ],
  "companyExclude": [],
  "postedSince": 0,
  "onlyNewSinceLastRun": false,
  "maxItems": 8,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "salaryMin": {
    "label": "Salary (min)",
    "format": "integer"
  },
  "salaryMax": {
    "label": "Salary (max)",
    "format": "integer"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "url": {
    "label": "Apply URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tecnoempleo Scraper — 2,400+ Spain IT Jobs, Salaries & Empleo](https://apify.com/nomad-agent/tecnoempleo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/tecnoempleo-scraper) to learn more, explore other use cases, and run it yourself.