# Contrats Publics IT Attribues (DECP)

**Use case:** 

Who won French public IT contracts? Export awarded DECP contracts (CPV 72): buyer SIRET, winner SIRET, amount, procedure. Market intelligence and subcontracting

## Input

```json
{
  "cpv": [
    "72"
  ],
  "marcheInnovant": false,
  "considerationsEnv": false,
  "includeConcessions": false,
  "maxResults": 100,
  "analyzeContracts": false,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "contract_id": {
    "label": "Contract ID",
    "format": "text"
  },
  "objet": {
    "label": "Object",
    "format": "text"
  },
  "montant_eur": {
    "label": "Amount (EUR)",
    "format": "number"
  },
  "date_notification": {
    "label": "Notified",
    "format": "text"
  },
  "acheteur_siret": {
    "label": "Buyer SIRET",
    "format": "text"
  },
  "titulaire_siret": {
    "label": "Winner SIRET",
    "format": "text"
  },
  "code_cpv": {
    "label": "CPV",
    "format": "text"
  },
  "procedure": {
    "label": "Procedure",
    "format": "text"
  },
  "duree_mois": {
    "label": "Duration (months)",
    "format": "number"
  },
  "lieu_execution_code": {
    "label": "Location code",
    "format": "text"
  },
  "source_url": {
    "label": "Source URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DECP Scraper: French Public Contracts Awarded (Marches Publics)](https://apify.com/dltik/decp-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/decp-fr-scraper) to learn more, explore other use cases, and run it yourself.