# EDINET Scraper — Japanese Securities Filings (Japan's EDGAR) (`magoemu/edinet-japan-filings`) Actor

Daily feed of Japanese corporate disclosures from EDINET (FSA): annual reports, extraordinary reports, and 5% large-shareholding filings — with English company names, document types, and industries.

- **URL**: https://apify.com/magoemu/edinet-japan-filings.md
- **Developed by:** [Satoshi Ninokura](https://apify.com/magoemu) (community)
- **Categories:** Other, Automation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## EDINET Scraper — Japanese Securities Filings in English (Japan's EDGAR)

Get structured daily feeds of Japanese corporate disclosures from **EDINET**, the official electronic disclosure system of Japan's Financial Services Agency — the Japanese equivalent of SEC EDGAR.

### The problem this solves

EDINET is a goldmine — every annual report, extraordinary report, and 5% shareholding filing in Japan — but it is effectively closed to non-Japanese speakers: the UI is Japanese-only, filers are named in kanji, and document types are opaque form codes.

This Actor gives you each filing as clean JSON with:

- **English company names** (official romanizations from the FSA filer registry, 11,000+ entities)
- **English document types** (`"Annual Securities Report"`, `"Large Shareholding Report (5% Rule)"`...)
- **English industry classification** (`"Transportation Equipment"`, `"Banks"`...)
- Ticker, corporate number (法人番号), fiscal period, submission timestamp, PDF/XBRL/CSV availability flags, and a direct PDF link

### Killer use case: 5% rule signals (v0.2)

Large Shareholding Reports (大量保有報告書) disclose when any investor crosses 5% of a listed company — the raw signal behind activist-investor tracking and event-driven strategies. This Actor doesn't just list the filings: it **parses each filing's data file and emits a ready-to-read signal** — who moved on which stock, from what % to what %, and with what intent:

```json
{
  "signal_summary": "Blue Goats Capital -> Vector HOLDINGS Inc.: 5.02% -> 6.15% (+1.13pt, stake_increase, management_involvement)",
  "doc_type_en": "Large Shareholding Report (5% Rule)",
  "filer_name_ja": "Ｂｌｕｅ Ｇｏａｔｓ Ｃａｐｉｔａｌ株式会社",
  "issuer_name_en": "Vector HOLDINGS Inc.",
  "issuer_ticker": "9263",
  "holding_ratio_pct": 6.15,
  "previous_holding_ratio_pct": 5.02,
  "ratio_change_pts": 1.13,
  "holding_event": "stake_increase",
  "purpose_of_holding_ja": "純投資及び状況に応じて経営陣への助言、重要提案行為等を行うこと",
  "investment_stance": "management_involvement",
  "has_important_proposal": false,
  "has_joint_holders": true,
  "number_of_holders": 2,
  "report_obligation_date": "2026-06-30",
  "submitted_at": "2026-07-03 09:00",
  "pdf_url": "https://api.edinet-fsa.go.jp/api/v2/documents/S100YO9B?type=2"
}
````

What gets extracted per filing (from the official CSV rendition of the XBRL):

| Field | Meaning |
|---|---|
| `holding_ratio_pct` / `previous_holding_ratio_pct` / `ratio_change_pts` | Current vs. previous holding ratio and the move in points |
| `holding_event` | `initial_5pct_crossing`, `stake_increase`, `stake_decrease`, `exit_below_5pct`, `no_change` |
| `investment_stance` | `pure_investment` vs. `management_involvement` (**the activist tell**), `strategic_investment`, `broker_inventory` (dealer stock — filter it out), `other` — classified from the stated 保有目的 |
| `has_important_proposal` | Whether 重要提案行為等 (acts of making important proposals) is stated — a strong activist marker |
| `has_joint_holders` / `number_of_holders` / `holder_names_ja` | Joint-holder structure of the position |

The dataset ships a dedicated **“5% Rule Signals”** table view. Parsing is on by default (`parseLargeShareholding: true`); it costs one extra EDINET API call per large-shareholding filing and can be switched off.

### Historical backfill & position time-series (v0.3)

Daily monitoring tells you what happened today; research needs what happened over years. Set `dateFrom`/`dateTo` to any range (multi-year backfills supported) and every large-shareholding filing comes out **linked into position histories**:

- **`position_key`** — a stable key for one holder→issuer relationship (filer EDINET code × issuer EDINET code, with a ticker fallback when EDINET omits the issuer code). Group by it and you have the full stake history: *“fund X in company Y: 5.2% → 7.1% → 9.8% → exit, over 18 months.”*
- **`position_seq`** / **`prev_report_doc_id`** — the order of reports within each position, so the series is directly plottable.
- **`chain_consistent`** — a data-quality flag most pipelines never build: does this report's stated previous ratio actually match the last ratio we saw for the position? `false` catches missed filings and out-of-order corrections.
- **Amendment resolution** — 訂正報告書 (corrections) are resolved across the range: outdated originals carry `superseded_by` / `is_latest_version: false`, or can be dropped entirely with `skipSuperseded: true` (recommended for backfills — you aren't charged for filings whose data was later corrected).
- **Two time axes** — `report_obligation_date` (when the position change legally occurred) and `submitted_at` (when the market learned of it). Use the former to reconstruct positions, the latter to backtest price reactions.

Long backfills are **checkpointed**: if a multi-hour run dies or hits your spend cap, resurrect it and it continues where it stopped (at most ~50 items re-pushed) instead of re-charging from the start.

Real output from a 3-month, one-fund backfill, grouped by `position_key` (3D Investment Partners → Seibu Holdings, ticker 9024):

| position\_seq | obligation date | ratio | event | chain\_consistent |
|---|---|---|---|---|
| 1 | 2026-05-18 | 5.75% → 6.92% | stake\_increase | — |
| 2 | 2026-05-29 | → 7.97% | stake\_increase | true |
| 3 | 2026-06-05 | → 9.02% | stake\_increase | true |
| 4 | 2026-06-15 | → 10.27% | stake\_increase | true |
| 5 | 2026-06-18 | → 11.41% | stake\_increase | true |
| 6 | 2026-06-26 | → 12.86% | stake\_increase | true |

Practical notes for large backfills: restrict `docCategories` to `["large_shareholding"]`, expect roughly 50–100 such filings per business day (a 3-year backfill is tens of thousands of items and several hours of polite, rate-limited fetching), and set the run's max total charge to your budget — the run stops cleanly at the cap and can be resumed.

### Recipes — copy-paste inputs

Add your `edinetApiKey` to each. Results land in the default dataset; use the **“5% Rule Signals”** view in Console, or fetch JSON/CSV via the dataset API (`.../datasets/{id}/items?format=json`).

**1. Daily activist monitor** — schedule daily; 3 days so Monday runs still catch Friday:

```json
{ "lastNDays": 3, "docCategories": ["large_shareholding"] }
```

Then keep rows where `investment_stance = "management_involvement"` or `has_important_proposal = true`. `signal_summary` is the ready-made alert text for Slack/email.

**2. New 5% stakes as trade events** — same input as #1; filter `holding_event = "initial_5pct_crossing"` and drop `investment_stance = "broker_inventory"` (broker dealing stock, not conviction buying). `submitted_at` is when the market learned of the stake — that's your event timestamp.

**3. Research backfill — every position history over a period:**

```json
{
  "dateFrom": "2025-07-01",
  "dateTo": "2026-06-30",
  "docCategories": ["large_shareholding"],
  "skipSuperseded": true
}
```

Group rows by `position_key`, order by `position_seq`, and you have every holder→issuer stake trajectory in the period. `skipSuperseded: true` keeps only the corrected version of amended filings (and you're not charged for the outdated ones).

**4. One fund's full history** — e.g. 3D Investment Partners (`E33309`):

```json
{
  "dateFrom": "2026-01-01",
  "dateTo": "2026-07-04",
  "docCategories": ["large_shareholding"],
  "edinetCodes": ["E33309"],
  "skipSuperseded": true
}
```

Cheap and fast: metadata is scanned per day, but filing CSVs are downloaded only for the matching fund.

**5. Watchlist feed of all disclosure types** — annual/extraordinary reports and more for specific companies:

```json
{ "lastNDays": 7, "tickers": ["7203", "6758", "9984"] }
```

Schedule it daily with `lastNDays: 3` + `docCategories: ["large_shareholding"]` and pipe into Slack, Sheets, or your pipeline. (Using 3 days rather than 1 means a Monday run still picks up the previous Friday's filings — see the note on business days below.)

### Other use cases

- Track annual/semi-annual report submissions for a watchlist of tickers
- Monitor Extraordinary Reports (executive changes, major shareholder changes, incidents)
- Build LLM/RAG pipelines over Japanese disclosure documents (XBRL/CSV/PDF links included)

### Setup

1. Create a free EDINET account and issue an API key (5 min): [disclosure2dl.edinet-fsa.go.jp](https://disclosure2dl.edinet-fsa.go.jp/)
2. Paste the key into the input. Done.

### A note on business days (getting zero results?)

EDINET only receives filings on **Japanese business days**. There are **no submissions on weekends or Japanese public holidays**, so a run targeting only those dates returns zero items — this is expected, not an error. If you run the Actor on a Saturday with `lastNDays: 1`, you will correctly get nothing.

For scheduled daily monitoring, use `lastNDays: 3` so a run always spans at least one business day (e.g. a Monday run still captures the previous Friday). The run log tells you exactly why a date was empty (weekend, holiday, or filters too narrow).

### Data license

EDINET content is published under Japan's Public Data License (PDL 1.0); commercial secondary use is permitted with attribution. Output data includes the source attribution. This Actor is an independent tool and is not affiliated with or endorsed by the FSA.

*Coming in v0.4: key financials (revenue, operating income, total assets...) extracted from XBRL for annual reports.*

# Actor input Schema

## `edinetApiKey` (type: `string`):

Free key from https://disclosure2dl.edinet-fsa.go.jp/ (create account > API key). Takes ~5 minutes.

## `lastNDays` (type: `integer`):

Fetch filings from the last N days (use 3 for daily scheduled runs so Monday still catches Friday). Overrides dateFrom/dateTo.

## `dateFrom` (type: `string`):

Start date for filings to fetch, in YYYY-MM-DD format. Multi-year historical backfills are supported (progress is checkpointed — resurrect an interrupted run to continue). Ignored when lastNDays is set.

## `dateTo` (type: `string`):

End date for filings to fetch, in YYYY-MM-DD format. Ignored when lastNDays is set.

## `docCategories` (type: `array`):

Document categories to include in the results.

## `tickers` (type: `array`):

Filter by 4-digit securities codes (e.g. 7203 for Toyota).

## `edinetCodes` (type: `array`):

Filter by filer EDINET codes (e.g. E02144).

## `listedOnly` (type: `boolean`):

When enabled, return filings only for listed companies.

## `excludeAmendments` (type: `boolean`):

When enabled, omit amendment and correction filings from the results.

## `parseLargeShareholding` (type: `boolean`):

For each Large Shareholding Report (5% rule), download the filing CSV and add holding ratio (current/previous/change), event type (initial crossing, increase, decrease, exit), purpose of holding (activist detection), and joint-holder info. Adds one extra EDINET API call per such filing.

## `skipSuperseded` (type: `boolean`):

When a filing is amended (訂正報告書) later within the fetched range, skip the outdated original and keep only the latest version. Recommended for backfills: you are not charged for documents whose data was corrected. When off, originals are still pushed and marked with superseded\_by.

## `includeFunds` (type: `boolean`):

Investment trust filings are excluded by default (they dominate daily volume).

## Actor input object example

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

# Actor output Schema

## `filings` (type: `string`):

All scraped filings with English-decoded metadata.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "lastNDays": 3,
    "docCategories": [
        "large_shareholding"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("magoemu/edinet-japan-filings").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "lastNDays": 3,
    "docCategories": ["large_shareholding"],
}

# Run the Actor and wait for it to finish
run = client.actor("magoemu/edinet-japan-filings").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "lastNDays": 3,
  "docCategories": [
    "large_shareholding"
  ]
}' |
apify call magoemu/edinet-japan-filings --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=magoemu/edinet-japan-filings",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "EDINET Scraper — Japanese Securities Filings (Japan's EDGAR)",
        "description": "Daily feed of Japanese corporate disclosures from EDINET (FSA): annual reports, extraordinary reports, and 5% large-shareholding filings — with English company names, document types, and industries.",
        "version": "0.3",
        "x-build-id": "y6cSWl1yTlmER8Jye"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/magoemu~edinet-japan-filings/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-magoemu-edinet-japan-filings",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/magoemu~edinet-japan-filings/runs": {
            "post": {
                "operationId": "runs-sync-magoemu-edinet-japan-filings",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/magoemu~edinet-japan-filings/run-sync": {
            "post": {
                "operationId": "run-sync-magoemu-edinet-japan-filings",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "edinetApiKey"
                ],
                "properties": {
                    "edinetApiKey": {
                        "title": "EDINET API key",
                        "type": "string",
                        "description": "Free key from https://disclosure2dl.edinet-fsa.go.jp/ (create account > API key). Takes ~5 minutes."
                    },
                    "lastNDays": {
                        "title": "Last N days",
                        "minimum": 1,
                        "maximum": 366,
                        "type": "integer",
                        "description": "Fetch filings from the last N days (use 3 for daily scheduled runs so Monday still catches Friday). Overrides dateFrom/dateTo."
                    },
                    "dateFrom": {
                        "title": "Date from (YYYY-MM-DD)",
                        "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                        "type": "string",
                        "description": "Start date for filings to fetch, in YYYY-MM-DD format. Multi-year historical backfills are supported (progress is checkpointed — resurrect an interrupted run to continue). Ignored when lastNDays is set."
                    },
                    "dateTo": {
                        "title": "Date to (YYYY-MM-DD)",
                        "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                        "type": "string",
                        "description": "End date for filings to fetch, in YYYY-MM-DD format. Ignored when lastNDays is set."
                    },
                    "docCategories": {
                        "title": "Document categories",
                        "type": "array",
                        "description": "Document categories to include in the results.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "all",
                                "annual",
                                "semiannual",
                                "extraordinary",
                                "large_shareholding",
                                "registration",
                                "buyback"
                            ],
                            "enumTitles": [
                                "All documents",
                                "Annual Securities Reports",
                                "Semi-Annual Reports",
                                "Extraordinary Reports",
                                "Large Shareholding Reports (5% rule)",
                                "Registration Statements",
                                "Share Buyback Reports"
                            ]
                        },
                        "default": [
                            "all"
                        ]
                    },
                    "tickers": {
                        "title": "Tickers (securities codes)",
                        "type": "array",
                        "description": "Filter by 4-digit securities codes (e.g. 7203 for Toyota).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "edinetCodes": {
                        "title": "EDINET codes",
                        "type": "array",
                        "description": "Filter by filer EDINET codes (e.g. E02144).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "listedOnly": {
                        "title": "Listed companies only",
                        "type": "boolean",
                        "description": "When enabled, return filings only for listed companies.",
                        "default": false
                    },
                    "excludeAmendments": {
                        "title": "Exclude amendment filings",
                        "type": "boolean",
                        "description": "When enabled, omit amendment and correction filings from the results.",
                        "default": false
                    },
                    "parseLargeShareholding": {
                        "title": "Parse large-shareholding reports into signals",
                        "type": "boolean",
                        "description": "For each Large Shareholding Report (5% rule), download the filing CSV and add holding ratio (current/previous/change), event type (initial crossing, increase, decrease, exit), purpose of holding (activist detection), and joint-holder info. Adds one extra EDINET API call per such filing.",
                        "default": true
                    },
                    "skipSuperseded": {
                        "title": "Skip filings superseded by amendments",
                        "type": "boolean",
                        "description": "When a filing is amended (訂正報告書) later within the fetched range, skip the outdated original and keep only the latest version. Recommended for backfills: you are not charged for documents whose data was corrected. When off, originals are still pushed and marked with superseded_by.",
                        "default": false
                    },
                    "includeFunds": {
                        "title": "Include investment funds",
                        "type": "boolean",
                        "description": "Investment trust filings are excluded by default (they dominate daily volume).",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
