Ferramenta para extração de dados de processos no SEI da ANP
Project description
from anpseisearch import SeiRegisterSearcher
searcher = SeiRegisterSearcher()
filters = {
"txtDataInicio": "05/09/2025",
"txtDataFim": "06/09/2025",
}
searcher.set_filters(filters=filters)
registers = searcher.execute_search()
for reg in registers:
print(reg)
Campos do Form Data
| Name | Value |
|---|---|
| txtProtocoloPesquisa | |
| q | |
| chkSinProcessos | P |
| txtParticipante | |
| hdnIdParticipante | |
| txtUnidade | |
| hdnIdUnidade | |
| selTipoProcedimentoPesquisa | |
| selSeriePesquisa | |
| txtDataInicio | 06/09/2025 |
| txtDataFim | |
| txtInfraCaptcha | 2MI42G |
| hdnInfraCaptcha | 1 |
| txtNumeroDocumentoPesquisa | |
| txtAssinante | |
| hdnIdAssinante | |
| txtDescricaoPesquisa | |
| txtAssunto | |
| hdnIdAssunto | |
| txtSiglaUsuario1 | |
| txtSiglaUsuario2 | |
| txtSiglaUsuario3 | |
| txtSiglaUsuario4 | |
| hdnSiglasUsuarios | |
| hdnSiglasUsuarios | |
| hdnCId | PESQUISA_PUBLICA1757167558039 |
| partialfields | sta_prot:P AND (dta_ger:[2025-09-06T00:00:00Z TO 2025-09-06T00:00:00Z] OR dta_inc:[2025-09-06T00:00:00Z TO 2025-09-06T00:00:00Z]) |
| requiredfields | |
| as_q | |
| hdnFlagPesquisa | 1 |
Informações Retornadas
| Nome | Descrição |
|---|---|
| Título | Fiscalização: Instalações de Abastecimento, de Produção de Combustíveis e de Biocombustíveis nº48610.203905/2024-63 (Despacho de Instrução) |
| Tipo do Documento | Despacho de Instrução |
| Número Documento | 5288361 |
| Link do Documento | https://sei.anp.gov.br/sei/modulos/pesquisa/md_pesq_documento_consulta_externa.php?bQdXWIUhq46-kuNuYYlAsyjFfu3aG4dBu2PjbFgpOb_9MvqFNtXlXEMWSYTBr1f7z0g5p97pRY7Jz5GItK4e8RvlI7fF4M_3rhU7FzzGv2MjCGt9GpNNDDzSF7oe5eU- |
| Resumo Documento | DESPACHO DE INSTRUÇÃO Processo nº 48610.203905/2024-63 In... |
| Número do Processo | 48610.203905/2024-63 |
| Link Processo | https://sei.anp.gov.br/sei/modulos/pesquisa/md_pesq_processo_exibir.php?iI3OtHvPArITY997V09rhsSkbDKbaYSycOHqqF2xsM0IaDkkEyJpus7kCPb435VNEAb16AAxmJKUdrsNWVIqQ-yulaTaM4mmRLEnUJpUaCRKqJL8jA88N5XXeNCDl9-A |
| Unidade | SFI-CNPS-CJP DF |
| Data | 06/09/2025 |
anpseisearch/
├── pycache/
├── anpseisearch/
│ ├── init.py
│ └── searcher.py
├── tests/
│ ├── init.py
│ ├── test_miner.py
│ └── test_utils.py
├── venv/
├── image.png
├── LICENSE
├── pyproject.toml
├── README.md
├── requirements.txt
├── setup.cfg
└── .gitignore
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anpseisearch-0.1.0.tar.gz.
File metadata
- Download URL: anpseisearch-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bd2379ba2e4fd130bb4f5212293597355d5f80d4354254bbea8ce631e3debf0
|
|
| MD5 |
7d355dd3a2989e4a08be7065eb237141
|
|
| BLAKE2b-256 |
6c4fd3471f5b9c6476cde7477c36a46f95b81ac047c87840cfd836d96e7ab954
|
File details
Details for the file anpseisearch-0.1.0-py3-none-any.whl.
File metadata
- Download URL: anpseisearch-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b7e83b7ead6e711095f2b0e8fd5abfc186d83cd17e87a8582a51f1bddbb0607
|
|
| MD5 |
d34edf6148c5b46209557548b6d8ed48
|
|
| BLAKE2b-256 |
6ca429d1b4cb91b8255ced2cef3d26a40290e25cae837f252f91a649777fa022
|