# Japan Corporate Bankruptcy Notices from Kanpou

**Use case:** 

Extract structured Japanese corporate bankruptcy filings from Kanpou 官報: debtor name, court, case number, trustee, and claim deadline from the 90-day archive.

## Input

```json
{
  "sp_intended_usage": "Monitor new Japanese corporate bankruptcies for credit risk and KYC enrichment",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "dateFrom": "",
  "dateTo": "",
  "issueTypes": [
    "gougai"
  ],
  "noticeCategories": [
    "hasan",
    "minji_saisei"
  ],
  "extractPdfText": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "issue_date": {
    "label": "Issue Date",
    "format": "string"
  },
  "entity_name": {
    "label": "Entity Name",
    "format": "string"
  },
  "court_name": {
    "label": "Court Name",
    "format": "string"
  },
  "case_number": {
    "label": "Case Number",
    "format": "string"
  },
  "trustee_name": {
    "label": "Trustee Name",
    "format": "string"
  },
  "claim_deadline": {
    "label": "Claim Deadline",
    "format": "string"
  },
  "pdf_url": {
    "label": "Pdf Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Kanpou Official Gazette Scraper (官報)](https://apify.com/jungle_synthesizer/kanpou-japan-gazette-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/kanpou-japan-gazette-scraper) to learn more, explore other use cases, and run it yourself.