Tools / Court Records & Case Law Scraper — Dockets + Opinions

Court Records & Case Law Scraper — Dockets + Opinions

Search US federal court dockets (the free PACER/RECAP mirror) and published court opinions through CourtListener's public API — no API key, no registration, no login. Dockets return parties, attorneys, law firms, assigned judge, nature of suit, cause of action, jurisdiction type, bankruptcy chapter and per-filing entries; opinions return reported citations, cite count, judge and panel, status and an opinion snippet. Both indexes come back in one unified schema. Optional watch mode (watchLabel) delivers only records new since your last run.

Run it

curl -X POST https://fetchsmith.com/api/v1/run/court-records-scraper \
  -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"courts": ["ca9"], "maxResults": 12, "query": "trademark infringement", "recordType": "both"}'

Output fields

recordType id caseName caseNameFull court courtId courtCitationString docketNumber dateFiled dateArgued dateTerminated citations citeCount lexisCite neutralCite judge panelNames attorneys parties firms status posture proceduralHistory syllabus suitNature cause jurisdictionType juryDemand chapter snippet opinionCount downloadUrl docketId clusterId pacerCaseId documentCount documents url dateCreated

Guides

Only publicly accessible pages are read. Respect the source site's terms when using the data.