# Brazil PNCP procurement notices scraper

**Use case:** 

Scrape recently published Brazilian PNCP procurement notices with buyer, deadline, location, value, and official source links.

## Input

```json
{
  "startDate": "2026-07-01",
  "endDate": "2026-07-07",
  "dateType": "publication",
  "modalityCodes": [
    "6"
  ],
  "keywords": "serviços",
  "states": [],
  "maxItems": 20,
  "maxPagesPerModality": 20
}
```

## 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.