Brazil Public Tenders Monitor - PNCP (Licitacoes)
Under maintenancePricing
from $0.01 / 1,000 results
Brazil Public Tenders Monitor - PNCP (Licitacoes)
Under maintenanceMonitor Brazilian government tenders from the official PNCP API. Keyword and region filters, deduplication across runs, and new-only alerts ready for webhooks.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Kauã Fernandes Ferreira
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Brazil Public Tenders Monitor - PNCP 🇧🇷📋
Monitor de licitações do PNCP com alerta de novos editais | Brazilian government tender monitoring
Track every Brazilian government tender (licitação) published on PNCP - the official National Public Procurement Portal - filtered by your keywords, state and value range. Built for scheduled monitoring: it remembers what it already reported and returns only what is new.
Monitore licitações públicas brasileiras por palavra-chave, estado e faixa de valor. Feito para rodar agendado: guarda o que já avisou e retorna só o que é novo.
Why this actor / Por que usar
Brazilian tender monitoring services charge monthly subscriptions to do exactly this. This actor gives you the same alert pipeline, as an API you control:
- 🔔 New-only alerts - deduplicates across runs, so a daily schedule returns only fresh tenders (no repeated noise)
- 🔍 Accent-insensitive keyword matching -
licencamatchesLICENÇA,Licença,licença - 🚫 Exclude terms - cut the noise you never want to see (merenda, combustível...)
- 📍 Region filters - state (UF), city (IBGE code) or a specific government body by CNPJ
- 💰 Value range - only tenders inside your ticket size
- 🔗 Webhook ready - connect Apify webhooks to Slack, n8n, Make, Zapier or your own endpoint and turn it into a real alert system
How to set up monitoring / Como montar o monitoramento
- Run once with
daysBack: 30to backfill and see the volume you get - Tune
keywords/excludeKeywordsuntil the results are all relevant - Schedule the actor daily with
daysBack: 1andonlyNew: true - Add a webhook on "Run succeeded" pointing to Slack/n8n/your API
From then on you get a clean feed of new tenders matching your business, every day, automatically.
Input
{"keywords": ["software", "licenca de uso", "sistema de gestao"],"excludeKeywords": ["merenda", "combustivel"],"modalidades": ["6", "8"],"uf": "SP","minValue": 20000,"daysBack": 1,"onlyNew": true}
| Field | Description |
|---|---|
keywords | Match tenders containing any of these terms (accent/case insensitive). Empty = everything |
excludeKeywords | Discard tenders containing any of these |
modalidades | Contracting modes: 6 Pregão Eletrônico, 8 Dispensa, 4 Concorrência Eletrônica, 9 Inexigibilidade, 12 Credenciamento and more |
uf / municipioIbge / cnpjOrgao | Geographic and government body filters |
minValue / maxValue | Estimated value range in BRL |
daysBack | Publication window: 1 for daily monitoring, up to 30 for backfill |
onlyNew | Deduplicate across runs (default true) |
maxPagesPerModalidade | 50 tenders per page; raise for nationwide scans |
Output (one item per tender)
{"numeroControlePNCP": "46634242000138-1-000120/2026","objetoCompra": "Contratação de empresa para disponibilização de subscrição do pacote Adobe...","modalidade": "Pregão - Eletrônico","situacao": "Divulgada no PNCP","valorTotalEstimado": 41048.0,"orgaoNome": "PREFEITURA MUNICIPAL DE APIAI","orgaoCnpj": "46634242000138","unidadeNome": "Secretaria de Administração","municipio": "Apiaí","uf": "SP","dataPublicacaoPncp": "2026-07-29T08:12:00","dataAberturaProposta": "2026-07-30T09:00:00","dataEncerramentoProposta": "2026-08-12T09:00:00","linkPNCP": "https://pncp.gov.br/app/editais/46634242000138-1-000120/2026","linkSistemaOrigem": "https://...","srp": true}
Every item includes a direct linkPNCP to the tender page with the full edital and attachments.
Use cases / Casos de uso
- Sales/bid teams: daily feed of tenders matching what your company sells
- Consultants: monitor tenders for multiple clients with one scheduled run each
- Market intelligence: what governments in your state are buying, and for how much
- Competitor watch: track a specific government body (
cnpjOrgao) continuously
FAQ
Where does the data come from?
The official PNCP consultation API (pncp.gov.br/api/consulta), maintained by the Brazilian federal government under Law 14.133/2021. No scraping, no CAPTCHAs.
How fast do new tenders appear? As soon as the government body publishes on PNCP. A daily run catches everything from the previous day; run it more often for near real-time alerts.
Does the dedup memory persist between runs? Yes - it is stored in the actor's key-value store, keyed per actor run configuration. It keeps the last 60,000 tender IDs.
Can I get the edital PDF?
The output includes linkPNCP and linkSistemaOrigem, where the documents live. Attachment download can be added - open an issue if you need it.
How many results should I expect? For reference: Brazil publishes roughly 3,000+ Pregão Eletrônico and 5,000+ Dispensa tenders per day nationwide. Keywords are essential.
Support / Suporte
Need another filter, attachment download or a different output format? Open an issue on the actor page - responses within 24h. Pode escrever em português.