Portaldecompraspublicas: Search Processes
Portaldecompraspublicas via Parse · government_public
Search for procurement processes with various filters. Returns paginated results sorted by most recent publication date. Each result includes process identification, buyer info, status, modality, and a URL slug for fetching full details. Pagination via integer page counter; the response includes total pages and current page position. APIs to search and retrieve public procurement data from portaldecompraspublicas.com.br. Fulfilled by Parse from portaldecompraspublicas.com.br.
- b2b-directory
- finance
- government-public
- parse
- platform-key
- portaldecompraspublicas
- portaldecompraspublicas-com-br
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/94fb6edf-2207-48b6-9256-33b865eb528c/search_processes
- Interface artifact
- sha256:8353cc720ccbcb70fe8c0479cab7b933c15af0b3a41ba8bac9b5c706d83a7d0a
- Manifest digest
- sha256:e95ae3d40fae8b1c47790cc7c8f0c56965db8ee263fe4aa1aa0c356d5637a562
Request fields
- uf (string): State (UF) code from get_search_parameters ufs array (e.g. '100143' for RS, '100135' for SP).
- page (integer): Page number for pagination (1-based).
- orgao (string): Government entity name to filter by.
- objeto (string): Keyword/object search term to match against process summaries (e.g. 'computadores', 'equipamento').
- status (string): Status code: '1' for Recebendo Propostas, '2' for Em Andamento, '3' for Finalizado, '4' for Iminência de deserto, '25' for Em Republicação.: Allowed values: 1, 2, 3, 4, 25
- processo (string): Process number to search for.
- tipoData (string): Date type filter: '1' for Publication date, '2' for Opening date. Must be provided when using dataInicial/dataFinal.
- dataFinal (string): End date in YYYY-MM-DD format for date range filter.
- municipio (string): Municipality code. Defaults to '0' (all municipalities).
- julgamento (string): Judgment type code from get_search_parameters julgamentos array.
- modalidade (string): Modality code from get_search_parameters modalidades array (e.g. '1' for Pregão, '3' for Dispensa).
- realizacao (string): Realization type code: '1' for Eletrônico, '2' for Presencial, '3' for Simples informação.: Allowed values: 1, 2, 3
- dataInicial (string): Start date in YYYY-MM-DD format for date range filter.
Example queries
- {"uf":"100143","page":"1","objeto":"computadores","status":"1","municipio":"0","julgamento":"1","modalidade":"1","realizacao":"1"}