Brazil PNCP Public Procurement Scraper avatar

Brazil PNCP Public Procurement Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Brazil PNCP Public Procurement Scraper

Brazil PNCP Public Procurement Scraper

Brazilian government tenders from the official PNCP database, filtered by state, contract type, keyword and date window. Priced per result.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

M Usama

M Usama

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Categories

Share

Data source

Data comes directly from the official PNCP (Portal Nacional de Contratacoes Publicas) public JSON API at pncp.gov.br/api/consulta, which government agencies publish to in real time as new tenders go live.

What does Brazil PNCP Public Procurement Scraper do?

This Actor pulls Brazilian government tenders (licitacoes) straight from the PNCP, the federal system every public agency in Brazil must publish procurement notices to. Each result includes the contracting agency, the object of the tender, the estimated value, the state and city, the contract modality, and the proposal open and close dates. Filters for contract type, state, keyword and date window keep runs focused and small, and you pay per result returned, not per page crawled.

Why use it?

  • Lead generation: find open tenders in your industry before your competitors do.
  • Market research: track how much a state or municipality spends on a category of goods or services.
  • Compliance and monitoring: watch a state or agency for new procurement activity on a schedule.
  • Due diligence: pull the history of tenders tied to a specific agency or region.

It replaces manually browsing the PNCP web portal page by page, which has no bulk export and only lets you look at one notice at a time.

How to use it

  1. Open the Actor and set the contract type, state, keyword and days back filters.
  2. Click Start. Download results as JSON, CSV or Excel, or read them through the API.
  3. Add a Schedule and an Integration (Slack, Google Sheets, webhook) to get new tenders automatically.

Input

FieldDescription
modalidadeContract modality to search (Pregao Eletronico, Dispensa, Concorrencia, and so on). Defaults to Pregao Eletronico, the most common.
ufTwo letter Brazilian state code to limit results to one state. Blank searches nationwide.
keywordKeeps only tenders whose object description contains this text, case insensitive. Blank keeps everything.
daysBackHow many days back from today to search, by PNCP publication date.
maxResultsHard stop for the run. You are billed per result, so this caps the cost.
proxyConfigurationApify proxy is recommended for larger runs.

Example input:

{
"modalidade": "6",
"uf": "",
"keyword": "",
"daysBack": 3,
"maxResults": 60
}

Output

Every record has the same shape:

{
"id": "88254875000160-1-000437/2026",
"object": "[Portal de Compras Publicas] - PREGAO ELETRONICO PARA REGISTRO DE PRECOS DE VAGAS NO SERVICO DE ACOLHIMENTO PARA IDOSOS NO MUNICIPIO DE NOVO HAMBURGO.",
"agency": "MUNICIPIO DE NOVO HAMBURGO",
"uf": "RS",
"city": "Novo Hamburgo",
"modality": "Pregao - Eletronico",
"estimatedValue": 2709588.12,
"closeDate": "2026-07-09T08:59:00-03:00",
"status": "Divulgada no PNCP",
"openDate": "2026-06-15T15:00:00-03:00",
"publishedDate": "2026-09-16T00:29:54-03:00",
"processNumber": "240 / 2026 - 2595",
"purchaseNumber": "43",
"cnpj": "88254875000160",
"url": "https://pncp.gov.br/app/editais/88254875000160/2026/437",
"sourceSystemUrl": "https://www.portaldecompraspublicas.com.br/processos/RS/Prefeitura-Municipal-de-Novo-Hamburgo-43/RPE-43-2026-2026-488088",
"scrapedAt": "2026-09-19T01:43:51.919Z"
}
FieldMeaning
idStable key (PNCP control number), safe for deduplication between runs
objectWhat is being procured, in the agency's own words
agencyName of the contracting government entity
ufTwo letter Brazilian state code
cityMunicipality of the contracting entity
modalityContract modality (Pregao Eletronico, Dispensa, and so on)
estimatedValueEstimated contract value in Brazilian reais, when published
closeDateProposal submission deadline, ISO 8601, America/Sao_Paulo time
statusCurrent status of the notice on PNCP
openDateProposal window opening date
publishedDateDate the notice was published to PNCP
processNumberAgency's internal process number
purchaseNumberAgency's internal purchase number
cnpjTax ID of the contracting entity
urlPublic PNCP page for this notice
sourceSystemUrlLink to the originating procurement system, when the agency provides one

Pricing

Pay per event: a small fee when a run starts, then a fixed price per result returned. You only pay for records that pass your filters. Set maxResults to cap any run.

Limitations

  • Covers notices published through the PNCP consulta API. Contract modality is a required filter on the source API, so one run covers one modality at a time.
  • Keyword filtering happens after the agency's own published text, so results depend on how each agency wrote the object description.
  • The API rate limits aggressively; this Actor paces requests to stay under that limit, so very narrow filters (rare keyword plus a single state) can take longer to fill maxResults.

FAQ

Is this legal? The Actor reads the PNCP consulta API, a public endpoint the Brazilian federal government publishes for anyone to query without a login, and stores only procurement information the government already publishes for that purpose. You are responsible for how you use the data.

Something is missing or broken? Open an issue in the Issues tab; response time is usually under a day.