PACER RECAP Federal Docket Scraper avatar

PACER RECAP Federal Docket Scraper

Pricing

Pay per event

Go to Apify Store
PACER RECAP Federal Docket Scraper

PACER RECAP Federal Docket Scraper

Scrape federal court docket data from the free RECAP archive via the CourtListener API. Search by keyword, court, date range, or jurisdiction. Returns case metadata, parties, attorneys, filing dates, and document links for millions of federal cases.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Retrieve federal court docket data from the free PACER RECAP archive via the CourtListener API. Search across millions of federal cases (civil, criminal, and bankruptcy) by keyword, court, date range, or jurisdiction. Returns structured records for each case including parties, attorneys, filing dates, and links to publicly available RECAP documents.

What This Actor Does

The PACER RECAP project — maintained by the Free Law Project — has made millions of federal court dockets freely available that were originally behind the PACER paywall. This actor queries the CourtListener REST API to retrieve that data in a structured, ready-to-use format.

Data covered:

  • All United States federal district courts (civil, criminal)
  • All United States federal bankruptcy courts (Chapters 7, 11, 13, 15)
  • Appeals courts with RECAP-archived filings
  • Millions of dockets dating back to the 1970s

Use Cases

  • Legal analytics: Track litigation trends by court, jurisdiction, or nature of suit
  • Due diligence: Research litigation history for companies or individuals
  • Bankruptcy monitoring: Monitor Chapter 11 filings for specific companies or industries
  • Academic research: Analyze patterns in federal court filings over time
  • Competitive intelligence: Monitor IP litigation, product liability, or antitrust cases

Input Parameters

ParameterTypeDescription
queryStringKeywords to search case names, parties, and docket text. Leave blank to retrieve the most recent dockets.
courtIdStringFilter by court ID (e.g. cand for N.D. Cal., nysd for S.D.N.Y., deb for D. Del. Bankruptcy).
caseTypeStringFilter by case type: blank = all RECAP dockets, b = bankruptcy cases only.
dateFiledAfterStringOnly include cases filed on or after this date (YYYY-MM-DD format).
dateFiledBeforeStringOnly include cases filed on or before this date (YYYY-MM-DD format).
maxItemsIntegerMaximum number of docket records to return.

Output Fields

Each record includes:

FieldDescription
case_nameShort case name (e.g. "Apple Inc. v. Samsung Electronics")
case_name_fullFull case name as filed
docket_numberOfficial docket number (e.g. "3:22-cv-01234")
docket_idCourtListener internal docket ID
courtFull court name
court_idShort court identifier (e.g. "cand", "nysd")
court_citation_stringCitation abbreviation (e.g. "N.D. Cal.")
date_filedDate the case was filed
date_terminatedDate the case was terminated (if closed)
jurisdiction_typeJurisdiction type classification
nature_of_suitNature of suit code or description
causeStatutory cause of action
jury_demandWhether a jury trial was demanded
chapterBankruptcy chapter (7, 11, 13, etc.) for bankruptcy cases
assigned_toAssigned judge name
referred_toReferring judge name
pacer_case_idOriginal PACER case ID
partiesPipe-separated list of party names
attorneysPipe-separated list of attorney names
firmsPipe-separated list of law firm names
recap_documentsJSON array of available RECAP document links
docket_urlFull CourtListener URL for the docket
source_urlDirect API URL for the docket record

Example Output

{
"case_name": "Apple Inc. v. Samsung Electronics Co., Ltd.",
"docket_number": "5:11-cv-01846",
"court": "United States District Court, N.D. California",
"court_id": "cand",
"date_filed": "2011-04-15",
"date_terminated": "2018-06-27",
"nature_of_suit": "Patent",
"assigned_to": "Lucy H. Koh",
"parties": "Apple Inc. | Samsung Electronics Co., Ltd.",
"recap_documents": "[{\"url\": \"https://www.courtlistener.com/...\", \"desc\": \"Complaint\"}]",
"docket_url": "https://www.courtlistener.com/docket/1258091/apple-inc-v-samsung-electronics-co-ltd/",
"source_url": "https://www.courtlistener.com/api/rest/v4/dockets/1258091/"
}

Rate Limits

The CourtListener API is free to use without authentication at standard rate limits. The actor includes built-in delays to stay within these limits.

Data Source

All data comes from the CourtListener RECAP archive maintained by the Free Law Project. RECAP data is donated by users of the PACER system and is freely available to the public.