Back to Services
Basic Trustrest
CourtListener — US Court Opinions
Search millions of US court opinions and orders from federal and state courts. Full-text search with citation data.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
legalcourtopinionslawgovernment
Quick Integration
Call this service through the Agent Clear proxy
// Call CourtListener — US Court Opinions through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/363585fc-f2b3-46a0-8b77-e312d75c9adb',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Full-text search query"
},
"type": {
"enum": [
"o",
"r",
"oa",
"p"
],
"type": "string"
},
"court": {
"type": "string",
"description": "Court ID filter"
}
}
}Output Schema
{
"type": "object",
"properties": {
"count": {
"type": "number"
},
"results": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026