# Alertes marchés publics informatiques — BOAMP

**Use case:** 

Alertes quotidiennes des nouveaux marchés publics informatiques en France, publiés au BOAMP. Données officielles, sans contacts personnels.

## Input

```json
{
  "keywords": [
    "informatique",
    "logiciel"
  ],
  "marketTypes": [
    "services"
  ],
  "lookbackDays": 7,
  "alertOn": "new",
  "emitBaseline": true,
  "resetState": false,
  "maxItems": 100,
  "stateStoreName": "france-tender-monitor-state"
}
```

## Output

```json
{
  "objet": {
    "label": "Objet",
    "format": "string"
  },
  "buyerName": {
    "label": "Acheteur",
    "format": "string"
  },
  "marketType": {
    "label": "Type",
    "format": "string"
  },
  "departments": {
    "label": "Dépt",
    "format": "array"
  },
  "publishedDate": {
    "label": "Publié",
    "format": "string"
  },
  "deadline": {
    "label": "Date limite",
    "format": "string"
  },
  "isBaseline": {
    "label": "Baseline",
    "format": "boolean"
  },
  "url": {
    "label": "Avis",
    "format": "string"
  }
}
```

## About this Actor

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