JUS: Search Decisions
JUS via Parse · government_public
Full-text search over TST jurisprudence decisions with flexible filters. Supports general query terms (OR logic), exact phrase, ementa-scoped and dispositivo-scoped terms, exclusion terms, judicial body filtering, date ranges, and document type filtering. Paginates via integer page counter. Each decision includes ementa, dispositivo, auto-generated summary, and optionally the full inteiro teor text. Search and retrieve Brazilian TST (Tribunal Superior do Trabalho) jurisprudence decisions including acórdãos, despachos, and other legal documents. Fulfilled by Parse from jurisprudencia.tst.jus.br.
- government-public
- jurisprudencia-tst-jus-br
- jus
- other
- parse
- platform-key
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/8b01ba15-3f98-4848-9997-a722ecd553d3/search_decisions
- Interface artifact
- sha256:b6feb5ee38511f0ec3e8b790719a32a479b7082004541184ea45411411b03677
- Manifest digest
- sha256:d7d446f4217923bf48442f7ad4643eba3de2a3a4ffd11d474b7d148870b05895
Request fields
- page (integer): Page number (1-indexed)
- query (string): General search terms (OR logic)
- tipos (string): Document types, comma-separated (default: ACORDAO): Allowed values: ACORDAO
- date_end (string): End date in YYYY-MM-DD format
- page_size (integer): Results per page (max 50)
- date_start (string): Start date in YYYY-MM-DD format
- exact_term (string): Exact phrase search
- ementa_term (string): Search within ementa
- orgao_sigla (string): Judicial body sigla. Accepted values: CSJT, OE, PLENO, SDC, SDI1, SDI2, SDIPLENA, SESEAD, T1, T2, T3, T4, T5, T6, T7, T8: Allowed values: CSJT, OE, PLENO, SDC, SDI1, SDI2, SDIPLENA, SESEAD, T1, T2, T3, T4, T5, T6, T7, T8
- exclude_term (string): Terms to exclude from results
- dispositivo_term (string): Search within dispositivo
- include_full_text (string): Include full inteiro teor text (true/false): Allowed values: true, false
Example queries
- {"page":"1","query":"justa causa","tipos":"ACORDAO","date_end":"2026-06-10","page_size":"5","date_start":"2025-06-10","orgao_sigla":"T2","include_full_text":"true"}