# Scrape recent Spanish job listings

**Use case:** 

Pull recent job listings from InfoJobs posted within the last 7 days. Filter by recency, get structured output. Pay per result.

## Input

```json
{
  "searchQuery": "enfermero",
  "location": "",
  "daysOld": 7,
  "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.