# 11 - Reorganization Courtlistener Business Bankruptcy

**Use case:** 

Extract Courtlistener Business Bankruptcy Filings data filtered by 11 - Reorganization. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchQuery": "retail",
  "maxItems": 10,
  "chapter": "11",
  "dateFiledAfter": "2025-01-01"
}
```

## Output

```json
{
  "caseName": {
    "label": "Case Name",
    "format": "text"
  },
  "caseNameFull": {
    "label": "Full Case Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "docketNumber": {
    "label": "Docket Number",
    "format": "text"
  },
  "chapter": {
    "label": "Chapter",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "courtId": {
    "label": "Court ID",
    "format": "text"
  },
  "courtCitation": {
    "label": "Court Citation",
    "format": "text"
  },
  "dateFiled": {
    "label": "Date Filed",
    "format": "text"
  },
  "dateTerminated": {
    "label": "Date Terminated",
    "format": "text"
  },
  "dateArgued": {
    "label": "Date Argued",
    "format": "text"
  },
  "assignedTo": {
    "label": "Assigned To",
    "format": "text"
  },
  "assignedToId": {
    "label": "Assigned To ID",
    "format": "number"
  },
  "referredTo": {
    "label": "Referred To",
    "format": "text"
  },
  "referredToId": {
    "label": "Referred To ID",
    "format": "number"
  },
  "parties": {
    "label": "Parties",
    "format": "array"
  },
  "partyIds": {
    "label": "Party IDs",
    "format": "array"
  },
  "attorneys": {
    "label": "Attorneys",
    "format": "array"
  },
  "attorneyIds": {
    "label": "Attorney IDs",
    "format": "array"
  },
  "firms": {
    "label": "Firms",
    "format": "array"
  },
  "firmIds": {
    "label": "Firm IDs",
    "format": "array"
  },
  "trustee": {
    "label": "Trustee",
    "format": "text"
  },
  "cause": {
    "label": "Cause",
    "format": "text"
  },
  "suitNature": {
    "label": "Nature of Suit",
    "format": "text"
  },
  "juryDemand": {
    "label": "Jury Demand",
    "format": "text"
  },
  "pacerCaseId": {
    "label": "PACER Case ID",
    "format": "text"
  },
  "docketId": {
    "label": "Docket ID",
    "format": "number"
  },
  "dateCreated": {
    "label": "Date Created",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Courtlistener Business Bankruptcy Filings Scraper](https://apify.com/parseforge/business-bankruptcy-filings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/business-bankruptcy-filings-scraper) to learn more, explore other use cases, and run it yourself.