# Monitoring przetargów budowlanych z BZP

**Use case:** 

Monitoruj przetargi na roboty budowlane z BZP: nowe postępowania i rozstrzygnięcia z wartością umowy. Filtruj po województwie, wartości i zamawiającym.

## Input

```json
{
  "cpvCodes": [
    "45000000"
  ],
  "keywords": [
    "system",
    "oprogramowanie"
  ],
  "noticeTypes": [
    "contract",
    "award"
  ],
  "mode": "new_only",
  "dateLookbackDays": 7,
  "stateKey": "default",
  "enrichWithDetails": true,
  "enrichAwardsWithPrice": true,
  "matchInFullText": false,
  "fullTextIncludeFull": false,
  "enrichMaxPerRun": 50,
  "minAwardPriceNet": 0,
  "maxAwardPriceNet": 0
}
```

## Output

```json
{
  "publicationDate": {
    "label": "Opublikowano",
    "format": "date"
  },
  "eventTypeLabel": {
    "label": "Zdarzenie",
    "format": "text"
  },
  "orderObject": {
    "label": "Przedmiot",
    "format": "text"
  },
  "organizationName": {
    "label": "Zamawiający",
    "format": "text"
  },
  "organizationProvinceName": {
    "label": "Województwo",
    "format": "text"
  },
  "cpvCodes": {
    "label": "CPV",
    "format": "array"
  },
  "submittingOffersDate": {
    "label": "Termin ofert",
    "format": "date"
  },
  "daysToDeadline": {
    "label": "Dni do terminu",
    "format": "number"
  },
  "procedureResultLabel": {
    "label": "Wynik",
    "format": "text"
  },
  "contractorName": {
    "label": "Wykonawca",
    "format": "text"
  },
  "contractValueDisplay": {
    "label": "Wartość umowy",
    "format": "text"
  },
  "whyMatched": {
    "label": "Dlaczego dopasowano",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Ogłoszenie",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Monitor Przetargów Publicznych PL (BZP + eZamówienia)](https://apify.com/klevio/bzp-monitor-pl) with a specific input configuration. Visit the [Actor detail page](https://apify.com/klevio/bzp-monitor-pl) to learn more, explore other use cases, and run it yourself.