CourtListener Opinions Scraper avatar

CourtListener Opinions Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
CourtListener Opinions Scraper

CourtListener Opinions Scraper

Scrape US court opinions and legal records from CourtListener using full-text search queries. Extract case names, courts, filing dates, docket numbers, citations, and opinion URLs with support for opinions, RECAP records, oral arguments, and people searches.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

CourtListener Opinions Scraper — Apify Actor

Scrapes US court opinions from the public CourtListener

Input

fieldtypedefaultnotes
querystring"qualified immunity"Full-text search query
maxRecordsint100Stop after this many opinions
resultTypeenum"o"o opinions / r RECAP / oa oral arguments / p people
tokenstringemptyOptional CourtListener API token
rateLimitint1Minimum seconds between requests

Output (dataset)

Each item:

{
"id": 9471187,
"case_name": "Cleveland v. Graham",
"court": "Ohio Court of Appeals",
"date_filed": "2024-02-01",
"docket_number": "112103",
"citation": "2024 Ohio 336",
"absolute_url": "https://www.courtlistener.com/opinion/9471187/cleveland-v-graham/"
}

The id field is derived from the URL when the v4 search payload doesn't expose it at the top level.