# Tokyo Large Company Leads: Over 500 Million Yen Capital

**Use case:** 

Tokyo large company leads over 500 million yen in capital give B2B sales and investor research teams a ready list of well-capitalized Tokyo corporations. This example searches gBizINFO for registered joint-stock companies in Tokyo above the capital threshold and returns legal name, representative, capital, employee count, and address for each match, ready for outreach or screening.

## Input

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

## Output

```json
{
  "name_en": {
    "label": "English Legal Name",
    "format": "string"
  },
  "representative_name": {
    "label": "Representative CEO",
    "format": "string"
  },
  "capital_stock": {
    "label": "Capital Stock (JPY)",
    "format": "number"
  },
  "employee_number": {
    "label": "Employees Headcount",
    "format": "number"
  },
  "location": {
    "label": "Headquarters Address",
    "format": "string"
  },
  "company_url": {
    "label": "Corporate Website",
    "format": "string"
  },
  "source_url": {
    "label": "METI Official Profile",
    "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`).
