# Daily EU Solar Tender Alerts

**Use case:** 

Receive daily updates on new EU solar tenders. Get buyer-ready records with details on buyers, deadlines, categories, and source URLs.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://docs.ted.europa.eu/api/latest/search.html",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    },
    {
      "url": "https://docs.ted.europa.eu/api/latest/index.html",
      "sourceId": "TED-API",
      "userData": {
        "sourceId": "TED-API"
      }
    },
    {
      "url": "https://ted.europa.eu/en/simap/developers-corner-for-reusers",
      "sourceId": "TED-DEV",
      "userData": {
        "sourceId": "TED-DEV"
      }
    }
  ],
  "maxItems": 25,
  "sourceIds": [
    "TED-SEARCH",
    "TED-API",
    "TED-DEV"
  ],
  "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 [EU Solar Tender Monitor](https://apify.com/zentrafoundry/eu-solar-tender-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/eu-solar-tender-monitor) to learn more, explore other use cases, and run it yourself.