# Japanese Corporate Disclosures from EDINET

**Use case:** 

Access a daily feed of Japanese corporate disclosures, including annual and extraordinary reports, in English with document types and industries.

## Input

```json
{
  "edinetApiKey": "***",
  "lastNDays": 3,
  "docCategories": [
    "large_shareholding"
  ],
  "listedOnly": false,
  "excludeAmendments": false,
  "parseLargeShareholding": true,
  "skipSuperseded": false,
  "includeFunds": false
}
```

## Output

```json
{
  "submitted_at": {
    "label": "Submitted at",
    "format": "string"
  },
  "doc_type_en": {
    "label": "Document type (EN)",
    "format": "string"
  },
  "filer_name_en": {
    "label": "Filer name (EN)",
    "format": "string"
  },
  "filer_name_ja": {
    "label": "Filer name (JA)",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "industry_en": {
    "label": "Industry (EN)",
    "format": "string"
  },
  "listed": {
    "label": "Listed",
    "format": "boolean"
  },
  "description_ja": {
    "label": "Description (JA)",
    "format": "string"
  },
  "pdf_url": {
    "label": "PDF URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EDINET Scraper — Japanese Securities Filings (Japan's EDGAR)](https://apify.com/magoemu/edinet-japan-filings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/magoemu/edinet-japan-filings) to learn more, explore other use cases, and run it yourself.