CourtListener State Court Dockets Scraper
parseforge/courtlistener-dockets-scraper
BusinessNews & mediaOther
Pull recent state court docket entries from CourtListener. Extracts case name, docket number, court, date filed, status, and citation for each matter. Ideal for legal researchers tracking new filings or monitoring specific jurisdictions without manual browsing.
- Total users
- 2
- Monthly active
- 1
- Total runs
- 12
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 37 hours ago
Overview
CourtListener Dockets Scraper
Scrape court opinions and dockets from CourtListener.com.
Features
- Search for opinions by query
- Order results by date filed, relevance, etc.
- Extract title, court, date filed, status, docket number, and citations
Usage
- Create a new task or run the actor directly.
- Provide the search query and optional parameters.
- The actor returns a dataset with the scraped opinions.
Input
| Field | Type | Description |
|---|---|---|
| searchQuery | string | Search query for opinions |
| orderBy | string | Order results (e.g., dateFiled desc) |
| maxItems | number | Maximum number of items to return |
Output
Each item contains:
title- Opinion titleurl- URL to the opinioncourt- Court namedateFiled- Date filedstatus- Status of the opiniondocketNumber- Docket numbercitation- Citation (if available)scrapedAt- Timestamp of scraping
Pricing
This actor is priced per result. You can run it on a free plan (limited to 10 items) or upgrade to a paid plan for up to 1,000,000 items.
💰 How much does it cost to scrape CourtListener State Court Dockets?
This Actor uses pay-per-result pricing: $0.01321 per result collected. You are billed only for the results you receive, so a run that returns nothing costs nothing.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| searchQuery | string | Enter a keyword or case name to filter dockets. Leave empty to scrape the latest filings across all state courts. | not set |
| orderBy | string (3 options) | Choose how results are sorted. dateFiled desc shows the newest dockets first. | dateFiled desc |
| maxItems | integer | Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 | 10 |
Pricing
from $11.95 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.01195 to $0.01321 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~courtlistener-dockets-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
Related scrapers
Run CourtListener State Court Dockets Scraper on Apify All scrapers