US Court Records & Legal Opinions avatar

US Court Records & Legal Opinions

Pricing

Pay per usage

Go to Apify Store
US Court Records & Legal Opinions

US Court Records & Legal Opinions

Search US court records and legal opinions via CourtListener. Find opinions by keyword, case name, judge, date range, or court. Search dockets by party or case number. Get full opinion text and citations.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

US Court Records & Legal Opinions Scraper

Search US court records, case law opinions, and docket filings via the CourtListener API. Access millions of legal documents from federal and state courts including the Supreme Court, Circuit Courts, and District Courts.

Features

  • Search opinions -- Find case law by keyword, judge, court, date range, and precedential status
  • Search dockets -- Look up case filings by party name, case number, court, or date range
  • Get case details -- Retrieve full opinion text, docket history, and associated documents for a specific case
  • Boolean search -- Supports AND, OR, NOT operators, phrase search with quotes, and wildcards
  • Full opinion text -- Optionally fetch the complete text of court opinions (requires free API token)
  • Cursor-based pagination -- Efficiently retrieves large result sets

Input Parameters

ParameterTypeDefaultDescription
modestring"opinions"Search mode: opinions, dockets, or details
searchQuerystring""Keywords to search for (supports boolean operators)
caseIdstring""Cluster or docket ID for details mode
courtstring""Court abbreviation (e.g., scotus, ca9, nyed)
judgestring""Judge or panel member name
caseNamestring""Filter by case name
partystring""Party name for docket search
docketNumberstring""Docket/case number (e.g., 23-1234)
dateFromstring""Start date filter (YYYY-MM-DD)
dateTostring""End date filter (YYYY-MM-DD)
statusstring""Precedential status: precedential, non-precedential, errata, etc.
maxResultsinteger50Maximum number of results (1-500)
includeFullTextbooleanfalseFetch full opinion text for each result (slower)
apiTokenstring--CourtListener API token (free at courtlistener.com, 5000 req/hr)

Example Inputs

Search Supreme Court first amendment cases:

{
"mode": "opinions",
"searchQuery": "first amendment free speech",
"court": "scotus",
"status": "precedential",
"maxResults": 25
}

Find dockets for a specific party:

{
"mode": "dockets",
"party": "Google",
"court": "ca9",
"dateFrom": "2023-01-01",
"maxResults": 50
}

Get full details for a specific case:

{
"mode": "details",
"caseId": "2812209",
"apiToken": "YOUR_TOKEN_HERE"
}

Output Fields

Opinion Search Results

FieldTypeDescription
clusterIdnumberCourtListener cluster ID (opinion group)
docketIdnumberAssociated docket ID
caseNamestringShort case name
caseNameFullstringFull case name
courtstringCourt name
courtIdstringCourt abbreviation code
dateFiledstringDate the opinion was filed
docketNumberstringDocket number
judgestringAuthor judge
panelNamesarrayPanel members
statusstringPrecedential status
citationsarrayLegal citations
citeCountnumberNumber of times this case is cited
syllabusstringCase syllabus/summary
snippetstringRelevant text snippet
fullOpinionTextstringFull opinion text (when includeFullText enabled)
urlstringCourtListener URL

Docket Search Results

FieldTypeDescription
docketIdnumberDocket ID
caseNamestringCase name
courtstringCourt name
dateFiledstringFiling date
dateTerminatedstringTermination date (if resolved)
docketNumberstringDocket number
causestringCause of action
suitNaturestringNature of suit
assignedTostringAssigned judge
partiesarrayParty names
attorneysstringAttorneys of record
urlstringCourtListener URL

Use Cases

  • Legal research -- Find relevant case law and precedent on any topic
  • Litigation tracking -- Monitor dockets for specific parties or case numbers
  • Compliance analysis -- Research regulatory rulings and enforcement actions
  • Academic research -- Analyze judicial opinions, citation patterns, and court statistics
  • Due diligence -- Check litigation history for companies and individuals

Data Source

Data is sourced from the CourtListener API (by Free Law Project), which indexes millions of opinions and dockets from US federal and state courts.


Run on Apify

This scraper runs on the Apify platform -- a full-stack web scraping and automation cloud. Sign up for a free account to get started with 30-day trial of all features.

Try Apify free ->