# Ikerbasque research jobs — example run

**Use case:** 

Fetches open Basque research calls from Ikerbasque — Research Fellow, Associate and Professor roles — as clean structured records.

## Input

```json
{
  "includeClosed": true,
  "postedSince": 0,
  "maxItems": 5,
  "onlyNewSinceLastRun": false,
  "aiEnrichment": false,
  "aiProvider": "anthropic",
  "aiModel": "claude-haiku-4-5-20251001",
  "mistralModel": "mistral-small-latest",
  "openaiModel": "gpt-4.1-mini",
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "title": {
    "label": "Call title",
    "format": "string"
  },
  "company": {
    "label": "Organisation",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "status": {
    "label": "Call status",
    "format": "string"
  },
  "postedAt": {
    "label": "Last-updated date (ISO 8601 date)",
    "format": "string"
  },
  "deadline": {
    "label": "Application deadline (ISO 8601 date)",
    "format": "string"
  },
  "url": {
    "label": "Call detail URL",
    "format": "string"
  },
  "snippet": {
    "label": "Description snippet",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ikerbasque Jobs Scraper — Basque Research, Spain](https://apify.com/nomad-agent/ikerbasque-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/ikerbasque-scraper) to learn more, explore other use cases, and run it yourself.