# Spain Solar Tender Notices with Source Evidence

**Use case:** 

Access up to 10 relevant solar tender records from Spain's public sector. Each record includes buyer details, deadlines, and source URLs.

## Input

```json
{
  "sourceMode": "sample",
  "startUrls": [],
  "maxItems": 10,
  "sourceIds": [],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Spain Solar Tender Monitor](https://apify.com/zentrafoundry/spain-solar-tender-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/spain-solar-tender-monitor) to learn more, explore other use cases, and run it yourself.