# 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
{
  "sourceMode": "startUrls",
  "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,
  "sourceIds": [
    "BOAMP-FR",
    "TED-SEARCH",
    "TED-CPV"
  ],
  "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 [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.