Court Case Scraper — US Court Opinions & Dockets avatar

Court Case Scraper — US Court Opinions & Dockets

Pricing

from $4.00 / 1,000 cases

Go to Apify Store
Court Case Scraper — US Court Opinions & Dockets

Court Case Scraper — US Court Opinions & Dockets

Scrape US federal and state court records from CourtListener: case name, court, docket number, date filed, judge, attorneys, citations, citation count, precedential status and opinion snippets. Search by keyword, court, judge or date. Covers over 10 million legal documents. No API key.

Pricing

from $4.00 / 1,000 cases

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Court Case Scraper — US Court Opinions, Dockets & Judges

Scrape US federal and state court records — opinions, dockets, oral arguments and judge profiles — from CourtListener's public database of over 10 million legal documents maintained by the Free Law Project.

Search by keyword, court, judge or date filed, then export case names, docket numbers, citations, citation counts and opinion snippets to JSON, CSV or Excel.

No API key required. A free CourtListener token is optional and raises your rate limit.

What you get

FieldDescription
caseNameFull case name, e.g. Roe v. Wade
courtCourt that issued the decision
courtIdCourtListener court code, e.g. scotus, ca9, cand
docketNumberOfficial docket number
dateFiledFiling / decision date
judgeJudge or panel
attorneyAttorneys of record, when published
citationReporter citations, e.g. 410 U.S. 113
citeCountHow many later cases cite this one — a direct precedent-weight signal
statusPrecedential status (Published, Unpublished, Errata…)
snippetText excerpt with your search terms in context
suitNatureNature of suit
absoluteUrlLink to the full record on CourtListener

Example input

{
"query": "qualified immunity",
"searchType": "o",
"court": "ca9",
"filedAfter": "2023-01-01",
"minCitations": 1,
"maxResults": 100
}

Leave query empty and set only a court and date range to pull everything a court filed in a window.

Search types

ValueSearches
oCase-law opinions (default)
rDockets and filings (RECAP)
rdIndividual PACER documents
oaOral-argument audio
pJudges

Example output

{
"caseName": "In Re '318 Patent Infringement Litigation",
"court": "District Court, D. Delaware",
"courtId": "ded",
"docketNumber": "1:03-cv-00120",
"dateFiled": "2008-09-26",
"citeCount": 1,
"status": "Published",
"snippet": "...the claimed method of treatment...",
"absoluteUrl": "https://www.courtlistener.com/opinion/..."
}

Who uses this

  • Law firms — precedent research, tracking how a doctrine develops in one circuit
  • Litigation analytics — judge tendencies, case volume by court and nature of suit
  • Legal-tech products — seeding a case-law corpus without scraping PACER
  • Journalists and researchers — following a docket or a line of cases over time
  • Compliance teams — monitoring new filings that name an industry or statute

Rate limits and the optional token

The actor works with no credentials. CourtListener rate-limits anonymous traffic, so for large pulls create a free account at courtlistener.com, copy your API token and paste it into the API token field — the actor then sends it and you get a much higher quota.

Pricing

Pay per result. You are charged for the records you actually receive, so a search that returns nothing costs nothing beyond the run start.

Notes

  • Data comes from CourtListener / the Free Law Project, which publishes US court records that are in the public domain.
  • citeCount reflects citations inside CourtListener's corpus, which is the best available open proxy for precedent weight but is not identical to a commercial citator's count.
  • Fields such as judge, attorney and citation are only as complete as the court's own published record — expect gaps on older or unpublished decisions.
  • This is an unofficial actor and is not affiliated with CourtListener or the Free Law Project.