CourtListener Opinions Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store

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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
CourtListener Opinions Scraper — Apify Actor
Scrapes US court opinions from the public CourtListener
Input
| field | type | default | notes |
|---|---|---|---|
query | string | "qualified immunity" | Full-text search query |
maxRecords | int | 100 | Stop after this many opinions |
resultType | enum | "o" | o opinions / r RECAP / oa oral arguments / p people |
token | string | empty | Optional CourtListener API token |
rateLimit | int | 1 | Minimum 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.