# Bloomberg LEI relationship scraper

**Use case:** 

Extract Bloomberg Finance direct and ultimate parent LEI records from GLEIF with parent names and validation details.

## Input

```json
{
  "leis": [
    "5493001KJTIIGC8Y1R12"
  ],
  "companyNames": [
    "Apple Inc.",
    "Bloomberg Finance L.P."
  ],
  "maxResolvedLeisPerName": 10,
  "maxResults": 2,
  "includeDirectParent": true,
  "includeUltimateParent": true,
  "hydrateParentNames": true
}
```

## Output

```json
{
  "inputType": {
    "label": "Input type"
  },
  "inputValue": {
    "label": "Input value"
  },
  "resolvedLei": {
    "label": "Subject LEI"
  },
  "resolvedLegalName": {
    "label": "Subject legal name"
  },
  "relationshipScope": {
    "label": "Scope"
  },
  "relationshipType": {
    "label": "Relationship type"
  },
  "relationshipStatus": {
    "label": "Relationship status"
  },
  "parentLei": {
    "label": "Parent LEI"
  },
  "parentLegalName": {
    "label": "Parent legal name"
  },
  "registrationStatus": {
    "label": "Registration status"
  },
  "relationshipValidFrom": {
    "label": "Valid from"
  },
  "relationshipValidTo": {
    "label": "Valid to"
  },
  "sourceUrl": {
    "label": "GLEIF source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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