Ccee: Search Documents
Ccee via Parse · Finance
Search the CCEE Acervo (document repository) with keyword and filters. Returns paginated results sorted by publication date descending. When no date range is provided, defaults to the last 365 days. Each result includes document metadata (name, type, size, description, publication date, download URL, and hash). Supports filtering by document type (especie) and subject (assunto) using values from get_filter_options. API to access CCEE (Câmara de Comercialização de Energia Elétrica) documents, board meeting minutes, and current electricity spot prices (PLD). Fulfilled by Parse from ccee.org.br.
- ccee
- ccee-org-br
- finance
- government-public
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/880218c8-67e5-4746-8c4b-a8a9a2069f28/search_documents
- Interface artifact
- sha256:32b157c9ff503b9f652f20edbe85a3a6f6d387e0ce3ac7d0cfdd058c962f9234
- Manifest digest
- sha256:fcd6f0f7335d628d7fb0209e53161355d2079fb6a89e12265543c01708d49d0c
Request fields
- page (integer): Page number (0-indexed).
- limit (integer): Number of results per page.
- query (string): Search keyword to filter documents by title or content.
- assunto (string): Subject filter. Accepted values available from the get_filter_options endpoint (e.g. 'PLD', 'Conselho de Administração', 'Leilão', 'Mercado de Energia').
- especie (string): Document type filter. Accepted values available from the get_filter_options endpoint (e.g. 'Ata', 'Relatório', 'Resolução', 'Edital', 'Manual').
- end_date (string): End date for publication filter in DD/MM/YYYY format.
- start_date (string): Start date for publication filter in DD/MM/YYYY format.
Example queries
- {"page":"0","limit":"10","query":"energia","end_date":"10/06/2026","start_date":"10/06/2025"}