# France Solar Tender Records with Source Evidence

**Use case:** 

Find relevant France solar tender records quickly. Receive buyer-ready records with source evidence from BOAMP and TED databases.

## Input

```json
{
  "searchKeywords": [
    "find france solar tender with source evidence",
    "france solar tender monitor",
    "tender signal",
    "tender-signal",
    "boamp-fr",
    "ted-search",
    "ted-cpv",
    "qualified-tender"
  ],
  "taskIntent": "validate-buyer-fit",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://www.boamp.fr/pages/donnees-ouvertes-et-api/",
      "sourceId": "BOAMP-FR",
      "userData": {
        "sourceId": "BOAMP-FR"
      }
    },
    {
      "url": "https://docs.ted.europa.eu/api/latest/search.html",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    },
    {
      "url": "https://single-market-economy.ec.europa.eu/single-market/public-procurement/digital-procurement/common-procurement-vocabulary_en",
      "sourceId": "TED-CPV",
      "userData": {
        "sourceId": "TED-CPV"
      }
    }
  ],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "opportunityId": {
    "label": "Opportunity Id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer Name",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "estimatedValue": {
    "label": "Estimated Value",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "string"
  },
  "fitScore": {
    "label": "Fit Score",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

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