# グループ企業の法人番号一括検索

**Use case:** 

複数の企業名を使ってグループ企業の法人番号を一括検索します。

## Input

```json
{
  "maxCompanies": 50,
  "companyName": "グループ企業名",
  "matchType": "partial",
  "includeDetails": true
}
```

## Output

```json
{
  "corporateNumber": {
    "label": "Corporate Number"
  },
  "name": {
    "label": "Company Name"
  },
  "nameEnglish": {
    "label": "Company Name (EN)"
  },
  "kana": {
    "label": "Kana Reading"
  },
  "address": {
    "label": "Registered Address"
  },
  "addressEnglish": {
    "label": "Registered Address (EN)"
  },
  "prefecture": {
    "label": "Prefecture"
  },
  "lastUpdateDate": {
    "label": "Last Update Date"
  },
  "isClosed": {
    "label": "Closed"
  },
  "url": {
    "label": "Registry URL"
  },
  "source": {
    "label": "Source"
  },
  "observedAt": {
    "label": "Observed At"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Corporate Number (Houjin Bangou) Company Lookup Scraper](https://apify.com/scrapers_lat/japan-houjin-bangou-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/japan-houjin-bangou-scraper) to learn more, explore other use cases, and run it yourself.