# Tender Triage for Public Market Decisions in France

**Use case:** 

This task analyzes French public tender documents to provide a bid/no-bid recommendation based on your company profile and specific criteria.

## Input

```json
{
  "consultationUrls": [
    "https://www.marches-publics.gouv.fr/entreprise/consultation/3024144?orgAcronyme=d4t"
  ],
  "boampFilters": {},
  "maxNotices": 100,
  "maxTenders": 2,
  "companyProfile": {
    "cpv_codes": [
      "45000000",
      "45200000",
      "45300000",
      "45400000"
    ],
    "certifications_detenues": [
      "Qualibat"
    ],
    "references": [
      "Réhabilitation groupe scolaire (2024)",
      "Rénovation énergétique mairie (2023)",
      "Construction gymnase intercommunal (2022)"
    ],
    "geographies": [
      "73",
      "74",
      "01",
      "Auvergne-Rhône-Alpes"
    ],
    "capacite_financiere_max": 5000000,
    "taille_equipe": 25
  },
  "llmTier": "haiku",
  "anthropicApiKey": "***"
}
```

## Output

```json
{
  "notice_id": {
    "label": "Avis",
    "format": "string"
  },
  "decision": {
    "label": "Décision",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "objet": {
    "label": "Objet (BOAMP)",
    "format": "string"
  },
  "acheteur": {
    "label": "Acheteur",
    "format": "string"
  },
  "departement": {
    "label": "Départements",
    "format": "array"
  },
  "date_limite_offres": {
    "label": "Date limite (RC)",
    "format": "string"
  },
  "raisons": {
    "label": "Raisons",
    "format": "array"
  },
  "disqualifiants": {
    "label": "Disqualifiants",
    "format": "array"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tender Triage — Bid/No-Bid pour marchés publics FR](https://apify.com/dr1ms/tender-triage) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dr1ms/tender-triage) to learn more, explore other use cases, and run it yourself.