# Software Public Tenders in France (BOAMP + TED)

**Use case:** 

Tender-watch task that pulls French and EU software tenders from BOAMP and TED by keyword. Ready to run; change the keywords or add CPV codes.

## Input

```json
{
  "keywords": [
    "logiciel",
    "développement"
  ],
  "sources": [
    "boamp",
    "ted"
  ],
  "departments": [],
  "cpvCodes": [],
  "publishedWithinDays": 7,
  "onlyOpen": true,
  "maxResultsPerSource": 100,
  "monitorMode": false,
  "monitorName": "default",
  "maxTendersToScore": 50,
  "alertMinScore": 0
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Object",
    "format": "string"
  },
  "buyer": {
    "label": "Buyer",
    "format": "string"
  },
  "relevanceScore": {
    "label": "AI relevance score",
    "format": "number"
  },
  "recommendation": {
    "label": "AI recommendation",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "deadline": {
    "label": "Response deadline",
    "format": "string"
  },
  "marketType": {
    "label": "Market type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "url": {
    "label": "Notice URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Veille Marchés Publics 🇫🇷🇪🇺 : BOAMP + TED, Alertes & IA](https://apify.com/tagadanar/french-public-tenders) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/french-public-tenders) to learn more, explore other use cases, and run it yourself.