# Japan Company Data (GBizINFO / GBiz) — Full Export

**Use case:** 

Scrape the full japan company data (gbizinfo / gbiz) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract japan company data (gbizinfo / gbiz) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchMode": "byNumber",
  "corporateNumbers": [],
  "nameQuery": "",
  "corporateType": "",
  "prefectureCode": "13",
  "capitalMin": 0,
  "capitalMax": 0,
  "employeeMin": 0,
  "employeeMax": 0,
  "existingOnly": true,
  "includeCertifications": false,
  "includeProcurement": false,
  "includeSubsidies": false,
  "includePatents": false,
  "includeCommendations": false,
  "apiToken": "***",
  "maxItems": 200
}
```

## Output

```json
{
  "corporate_number": {
    "label": "Corporate Number",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "name_en": {
    "label": "Name En",
    "format": "string"
  },
  "representative_name": {
    "label": "Representative Name",
    "format": "string"
  },
  "capital_stock": {
    "label": "Capital Stock",
    "format": "number"
  },
  "employee_number": {
    "label": "Employee Number",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "company_url": {
    "label": "Company Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Company Data Scraper (gBizINFO / gBiz)](https://apify.com/jungle_synthesizer/gbizinfo-japan-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/gbizinfo-japan-company-scraper) to learn more, explore other use cases, and run it yourself.