Brazil TCU Acórdãos Keyword Monitor avatar

Brazil TCU Acórdãos Keyword Monitor

Pricing

from $2.00 / 1,000 matching acórdãos

Go to Apify Store
Brazil TCU Acórdãos Keyword Monitor

Brazil TCU Acórdãos Keyword Monitor

Monitor TCU acórdãos (Tribunal de Contas da União) via official open data. Keyword search on titles/summaries with DOC/PDF links — structured JSON for legal, compliance and procurement-risk intel.

Pricing

from $2.00 / 1,000 matching acórdãos

Rating

0.0

(0)

Developer

Joao Pedro Rosado

Joao Pedro Rosado

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

17 hours ago

Last modified

Share

Search a keyword slice of official TCU acórdãos from Brazil’s open-data webservice. Get decision titles, rapporteurs, session dates, summaries and links to original DOC/PDF documents — structured open data Brazil for compliance, legal intel and procurement risk.

The Tribunal de Contas da União (TCU) publishes rulings via dados-abertos.apps.tcu.gov.br. The public API is offset-based (inicio / quantidade) and does not accept keyword filters server-side, so this Actor fetches a bounded slice and matches keywords locally in titulo / sumario.

Store: brazil-tcu-acordaos-keyword-monitor


What it does

  1. Calls the official TCU open-data acórdão webservice for a bounded batch (startOffset + pageSize).
  2. Filters locally by keywords, optional year (anoAcordao) and colegiado (panel).
  3. Writes Dataset rows with document URLs (urlArquivo, urlArquivoPDF, urlAcordao).

No login, browser or HTML scraping.

Who it's for

  • Legal / compliance teams tracking TCU decisions on procurement and public spend
  • Bid desks watching rulings that affect clients or competitors
  • Researchers and agents needing TCU acórdãos as JSON

Input summary

FieldRequiredDescription
keywordsyesMatch ANY term in title or summary (empty list keeps all fetched rows)
startOffsetnoAPI index (inicio); 0 = newest available slice
pageSizenoRecords requested per call (default 50, max 100)
maxItemsnoHard Dataset cap after filtering (default 100)
yearnoExact anoAcordao filter
colegiadonoCase-insensitive panel filter (e.g. Plenário)

Output fields

One Dataset row per matching acórdão:

source, key, tipo, titulo, numeroAcordao, anoAcordao, colegiado, dataSessao, relator, situacao, sumario, urlArquivo, urlArquivoPDF, urlAcordao, scrapedAt.

Pricing

Pay-per-event is already set (Actor start + matching result rows). Cap pageSize / maxItems for predictable runs. See the Store pricing panel for current prices.

Quick start (Apify Console)

  1. Open brazil-tcu-acordaos-keyword-monitor → Start.
  2. Set keywords (e.g. ["licitação", "pregão"]).
  3. Optionally set year / colegiado; keep a modest pageSize.
  4. Run → open Dataset for JSON/CSV and follow urlAcordao / PDF links.
{
"keywords": ["licitação", "pregão"],
"startOffset": 0,
"pageSize": 50,
"maxItems": 100,
"year": 2026
}

Official TCU dados abertos webservice. Public open data; no credentials. Respect service limits. Keyword matching is local to the fetched slice — widen pageSize / offset walks if you need broader coverage.


Português (resumo)

Monitora acórdãos do TCU via webservice oficial de dados abertos. Busca uma fatia (inicio/quantidade) e filtra localmente por palavras-chave em título/sumário, ano e colegiado. Entrega links DOC/PDF. Pay-per-event na Store.