Business Bankruptcy Docket Monitor
Pricing
Pay per usage
Business Bankruptcy Docket Monitor
Under maintenanceProvide a company name (or EIN) plus optional chapter and since-date filters. The Actor writes one normalized dataset item per matching federal bankruptcy docket.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
jts
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
What this Actor does
Provide a company name (or EIN), optional chapter and since-date filters, plus a CourtListener API token via clientToken. The Actor calls the upstream API service which queries CourtListener REST v3 dockets filtered to federal bankruptcy court jurisdictions and writes one normalized dataset item per matching docket.
Input example
{"companyName": "FTX Trading","chapter": "11","sinceDate": "2024-01-01","maxResults": 50,"clientToken": "your-courtlistener-api-token"}
Input fields
companyName(string).ein(string, optional).chapter(enum):7,11,13, orall.sinceDate(ISO date).maxResults(int): 1-200, default 50.clientToken(string, secret): CourtListener API token. Get one at https://www.courtlistener.com/profile/api/.apiBaseUrl(string, optional override): Upstream override for staging QA.
Output dataset
Each dataset item contains docketNumber, court, debtorName, chapter, filedDate, status, judge, attorneys[], schedules[], lastEventDate, courtListenerUrl, pacerCaseId.
Run locally
$apify run
Deploy
$apify push