# NEC 法人番号 Lookup: Verified gBizINFO Company Profile

**Use case:** 

NEC の法人番号（7010401022916）でgBizINFO公式データを取得します。This ready-to-run lookup pulls NEC Corporation's registered legal name, representative, capital stock, employee count, and headquarters address from Japan's METI open registry in one call. KYC analysts and B2B researchers can reuse this exact workflow for any known 13-digit corporate number instead of browsing gBizINFO by hand.

## Input

```json
{
  "searchMode": "byNumber",
  "corporateNumbers": [
    "7010401022916"
  ],
  "nameQuery": "",
  "corporateType": "",
  "prefectureCode": "",
  "capitalMin": 0,
  "capitalMax": 0,
  "employeeMin": 0,
  "employeeMax": 0,
  "existingOnly": true,
  "includeCertifications": false,
  "includeProcurement": false,
  "includeSubsidies": false,
  "includePatents": false,
  "includeCommendations": false,
  "maxItems": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "corporate_number": {
    "label": "Corporate Number (法人番号)",
    "format": "string"
  },
  "name": {
    "label": "Japanese Legal Name",
    "format": "string"
  },
  "name_en": {
    "label": "English Legal Name",
    "format": "string"
  },
  "kana": {
    "label": "Reading (Kana)",
    "format": "string"
  },
  "representative_name": {
    "label": "Representative Name",
    "format": "string"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "string"
  },
  "location": {
    "label": "Registered Address",
    "format": "string"
  },
  "status": {
    "label": "Registry Status",
    "format": "string"
  },
  "company_url": {
    "label": "Corporate Website",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Company Scraper: 4.5M+ gBizINFO Records](https://apify.com/getascraper/gbizinfo-japan-company-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/gbizinfo-japan-company-scraper.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/getascraper/gbizinfo-japan-company-scraper.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`).
