# Scrape developer jobs in Madrid

**Use case:** 

Extract developer job listings in Madrid from InfoJobs. Structured Spanish job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "Madrid",
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "workMode": {
    "label": "Work Mode",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [InfoJobs Scraper — Spain Job Listings](https://apify.com/unfenced-group/infojobs-net-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/infojobs-net-scraper) to learn more, explore other use cases, and run it yourself.