# BOAMP Services Tender Deadline Monitor

**Use case:** 

Monitor BOAMP services tenders by keyword and deadline. Export buyer, notice type, departments, descriptors, CPV codes, and URLs.

## Input

```json
{
  "query": "formation",
  "departments": [
    "75"
  ],
  "publicationDateFrom": "2026-01-01",
  "deadlineFrom": "2026-01-01",
  "marketTypes": [
    "SERVICES"
  ],
  "maxItems": 250
}
```

## Output

```json
{
  "idweb": {
    "label": "BOAMP ID"
  },
  "title": {
    "label": "Tender object"
  },
  "buyerName": {
    "label": "Buyer"
  },
  "publicationDate": {
    "label": "Published"
  },
  "responseDeadline": {
    "label": "Deadline"
  },
  "natureLabel": {
    "label": "Notice type"
  },
  "procedureLabel": {
    "label": "Procedure"
  },
  "departments": {
    "label": "Departments"
  },
  "marketTypes": {
    "label": "Market types"
  },
  "descriptorLabels": {
    "label": "Descriptors"
  },
  "cpvCodes": {
    "label": "CPV codes"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [BOAMP Public Tenders Scraper](https://apify.com/automation-lab/boamp-public-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/boamp-public-tenders-scraper) to learn more, explore other use cases, and run it yourself.