# Daily PNCP procurement bid monitor workflow

**Use case:** 

Monitor updated PNCP procurement notices by buyer CNPJ and status, then send structured deadlines and values to alerts or a CRM.

## Input

```json
{
  "startDate": "2026-07-20",
  "endDate": "2026-07-20",
  "dateType": "update",
  "modalityCodes": [
    "6"
  ],
  "keywords": "serviços",
  "states": [],
  "organizationCnpj": "00394460000141",
  "status": "Divulgada",
  "maxItems": 500,
  "maxPagesPerModality": 200
}
```

## Output

```json
{
  "noticeId": {
    "label": "PNCP notice ID",
    "format": "string"
  },
  "object": {
    "label": "Procurement object",
    "format": "string"
  },
  "organizationName": {
    "label": "Buyer",
    "format": "string"
  },
  "municipality": {
    "label": "Municipality",
    "format": "string"
  },
  "state": {
    "label": "UF",
    "format": "string"
  },
  "modality": {
    "label": "Modality",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "estimatedValueBrl": {
    "label": "Estimated value (BRL)",
    "format": "number"
  },
  "publicationDate": {
    "label": "Published",
    "format": "string"
  },
  "proposalCloseDate": {
    "label": "Proposal deadline",
    "format": "string"
  },
  "pncpUrl": {
    "label": "PNCP source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Brazil PNCP Procurement Notices Scraper](https://apify.com/automation-lab/brazil-pncp-procurement-notices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/brazil-pncp-procurement-notices-scraper) to learn more, explore other use cases, and run it yourself.