# Toyota Japan Company Registry Search

**Use case:** 

Look up Toyota group companies in Japan by corporate number with legal name, address and prefecture for KYB.

## Input

```json
{
  "companyName": "トヨタ",
  "matchType": "partial",
  "maxItems": 50
}
```

## Output

```json
{
  "corporateNumber": {
    "label": "Corporate Number",
    "format": "string"
  },
  "name": {
    "label": "Company Name",
    "format": "string"
  },
  "kana": {
    "label": "Kana Reading",
    "format": "string"
  },
  "address": {
    "label": "Registered Address",
    "format": "string"
  },
  "prefecture": {
    "label": "Prefecture",
    "format": "string"
  },
  "url": {
    "label": "Registry URL",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "observedAt": {
    "label": "Observed At",
    "format": "string"
  }
}
```

## 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.