# Google LEI Records in Mountain View

**Use case:** 

Collect Google LLC LEI records from the global registry in Mountain View.

## Input

```json
{
  "companyNames": [
    "Google"
  ],
  "leiCodes": [],
  "maxRecords": 30
}
```

## Output

```json
{
  "lei": {
    "label": "LEI"
  },
  "legalName": {
    "label": "Legal Name"
  },
  "entityStatus": {
    "label": "Entity Status"
  },
  "registrationStatus": {
    "label": "Reg. Status"
  },
  "legalCountry": {
    "label": "Country"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "registrationAuthorityEntityId": {
    "label": "Local Company No."
  },
  "directParentLei": {
    "label": "Direct Parent LEI"
  },
  "ultimateParentLei": {
    "label": "Ultimate Parent LEI"
  },
  "lastUpdateDate": {
    "label": "Last Update"
  }
}
```

## About this Actor

This example demonstrates how to use [GLEIF LEI Records Scraper (KYB Company Registry)](https://apify.com/scrapers_lat/gleif-lei-records-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/gleif-lei-records-scraper) to learn more, explore other use cases, and run it yourself.