# Check Japanese supplier changes — one-company demo

**Use case:** 

Preview a historical official NTA registry-closure event for one Japanese company. Inspect the source and dates, then use your own corporate-number list for a 30-day supplier audit. One company plus one event costs $0.0152.

## Input

```json
{
  "companyNumbersText": "1010001008916",
  "lookbackDays": "1",
  "sourceDate": "2026-08-25",
  "companyNumbers": [
    "1010001008916"
  ]
}
```

## Output

```json
{
  "companyNumber": {
    "label": "Corporate number",
    "format": "string"
  },
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "eventType": {
    "label": "Normalized event type",
    "format": "string"
  },
  "workflowHint.label": {
    "label": "Suggested routing",
    "format": "string"
  },
  "changeDate": {
    "label": "Effective change date",
    "format": "string"
  },
  "source.publishedDate": {
    "label": "Source published",
    "format": "string"
  },
  "source.sourcePageUrl": {
    "label": "Official source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Supplier & KYB Change Monitor](https://apify.com/japan_signal_lab/japan-signal-lab.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/japan_signal_lab/japan-signal-lab.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/japan_signal_lab/japan-signal-lab.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
