# Japan Dissolution & Liquidation Notices — Kanpou

**Use case:** 

Pull Japanese corporate dissolution and liquidation notices from Kanpou 官報 with entity name, 法人番号, and address. For M&A and distressed-asset research.

## Input

```json
{
  "sp_intended_usage": "Track Japanese corporate dissolutions for distressed-asset deal sourcing",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "dateFrom": "",
  "dateTo": "",
  "issueTypes": [
    "gougai"
  ],
  "noticeCategories": [
    "kaisan",
    "seisan"
  ],
  "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.