VOOZH about

URL: https://apify.com/xtracto/gleif-lei

โ‡ฑ GLEIF LEI (Legal Entity Identifier) Extractor ยท Apify


๐Ÿ‘ GLEIF LEI (Legal Entity Identifier) Extractor avatar

GLEIF LEI (Legal Entity Identifier) Extractor

Pricing

from $10.00 / 1,000 results

Go to Apify Store

GLEIF LEI (Legal Entity Identifier) Extractor

Extract Legal Entity Identifier records from GLEIF โ€” one legal entity per row, with legal name, address, registration, BIC/MIC. 3.3M+ entities for KYC/AML and entity resolution. Public data.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Extract Legal Entity Identifier records from GLEIF โ€” one legal entity per row, with legal name, registered address, registration details, and BIC/MIC codes. The global reference set for KYC/AML, counterparty/entity resolution, and supply-chain due diligence.

Built for compliance and onboarding teams, fintech/regtech, data vendors, and analysts who need a clean company master.


Why use this actor

  • 3.3M+ entities (verified) โ€” pull the whole registry, or a slice by country and status.
  • One entity per row, with a flat header (lei, legal_name, country, city, entity_status, registration_status) plus the full raw GLEIF attributes preserved.
  • No login, no key. Clean JSON:API.

Input

FieldTypeDescription
countrytextOptional ISO-2 of the legal address (US, GB, DE, IDโ€ฆ).
entityStatusdropdownAny / Active / Inactive / Null.
registrationStatusdropdownAny / Issued / Lapsed / Merged / Retired / โ€ฆ
pageSizeint1โ€“200 (default 200).
maxItemsint0 = all matching.

entityStatus and registrationStatus are pick-lists; country is a free ISO-2 code (documented) since the full country set is large.

Output โ€” LEI_RECORD

Envelope + recordType: "LEI_RECORD" + flat header, then the raw GLEIF attributes object:

{
"_input":"country=US; entity=ACTIVE",
"_source":"S1-gleif",
"_scrapedAt":"2026-06-03T10:00:00Z",
"recordType":"LEI_RECORD",
"lei":"5493001KJTIIGC8Y1R12",
"legal_name":"BLOOMBERG L.P.",
"country":"US","city":"New York",
"entity_status":"ACTIVE",
"registration_status":"ISSUED",
"entity":{"...":"..."},
"registration":{"...":"..."},
"bic":null,"mic":null
}

How it works

  1. Your country and status filters are applied to the search.
  2. The actor automatically pages through all matching results (up to 200 per request).
  3. Each entity streams into the dataset.

Known limits

  • Public data โ€” no account needed, runs from any connection. Backs off on HTTP 429.
  • Page size capped at 200 by GLEIF โ†’ large unfiltered pulls are many requests; filter by country/status to scope.
  • Verified live 2026-06-03: total 3,331,178; JSON:API data[].attributes with lei, entity, registration, bic, mic.

You might also like

GLEIF LEI Legal Entity Registry Scraper โ€” Company Data API

compute-edge/gleif-lei-entities-scraper

Extract legal entity data from the Global Legal Entity Identifier (LEI) Registry maintained by GLEIF. Access 3.3M+ companies worldwide with jurisdiction, registration status, and corporate structure data for KYC compliance, B2B intelligence, and regulatory reporting.

GLEIF LEI Scraper

crawlerbros/gleif-lei-scraper

Search 2M+ legal entities from the Global LEI (Legal Entity Identifier) database by GLEIF. Free, no auth required. Get entity name, jurisdiction, address, registration status, and more.

GLEIF LEI Scraper

crawlergang/gleif-lei-scraper

Search 2M+ legal entities from the Global LEI (Legal Entity Identifier) database by GLEIF. Free, no auth required. Get entity name, jurisdiction, address, registration status, and more.

1

5.0

GLEIF Global Legal Entity Identifier (LEI) Scraper

parseforge/gleif-lei-scraper

Look up Legal Entity Identifier (LEI) records for any company worldwide. Returns 20-digit LEI, legal name, jurisdiction, status, headquarters, BIC, parent relationships, registration authority and renewal dates. Used for KYC, AML, due diligence and counterparty risk checks.

GLEIF Legal Entity Scraper

crawlerbros/gleif-scraper

Scrape GLEIF (Global Legal Entity Identifier Foundation), the global standard for identifying legal entities in financial transactions. Covers 2M+ entities worldwide with standardized company data including LEI codes, addresses, registration status, and corporate hierarchy.

GLEIF Legal Entity Scraper

crawlergang/gleif-scraper

Scrape GLEIF (Global Legal Entity Identifier Foundation), the global standard for identifying legal entities in financial transactions. Covers 2M+ entities worldwide with standardized company data including LEI codes, addresses, registration status, and corporate hierarchy.

2

5.0

GLEIF LEI Lookup Scraper

automation-lab/gleif-lei-lookup-scraper

Search official GLEIF Legal Entity Identifier records by company name or LEI for KYC, AML, onboarding, and counterparty enrichment.

๐Ÿ‘ User avatar

Stas Persiianenko

2

GLEIF LEI Scraper

logiover/gleif-lei-scraper

Bulk LEI lookup from the GLEIF database. Export legal entity identifier data to CSV/JSON. A no-key GLEIF API alternative for KYC & enrichment.