Business Bankruptcy Docket Monitor avatar

Business Bankruptcy Docket Monitor

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Business Bankruptcy Docket Monitor

Business Bankruptcy Docket Monitor

Under maintenance

Provide 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

jts

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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, or all.
  • 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