๐ฆ GLEIF LEI Scraper โ Global Company Registry Data
Pricing
from $0.0015 / entity scraped
๐ฆ GLEIF LEI Scraper โ Global Company Registry Data
Search the global Legal Entity Identifier (LEI) registry and export one clean row per company: LEI, legal name, legal and headquarters address, jurisdiction, legal form, status, registration dates and BIC. Filter by name, country, status or LEI, then download as JSON, CSV or Excel.
Pricing
from $0.0015 / entity scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Search the global Legal Entity Identifier (LEI) registry and export clean, structured company reference data. Look up any legal entity by name, country, status or exact LEI code, and get one tidy row per company: LEI, legal name, legal and headquarters address, jurisdiction, legal form, status, registration dates and BIC. Download everything as JSON, CSV or Excel, or pull it straight from the API.
The LEI is the worldwide standard identifier for companies, funds and other legal entities โ the same code used across banking, payments, KYC and regulatory reporting. This scraper turns that public reference data into a spreadsheet in seconds.
Great for KYC and onboarding, counterparty and supplier due diligence, entity resolution, data enrichment, sanctions and compliance workflows, market research, and building or refreshing a company master-data set.
What it does
- ๐ Search by name โ find entities whose legal name contains your term (e.g.
BMW,Volkswagen,Nestle). - ๐ Filter by country โ limit results to a country by its ISO two-letter code (e.g.
DE,US,GB,SG). - ๐ Filter by status โ collect only Active or Inactive entities.
- ๐ค Full-text search โ cast a wider net across indexed fields.
- ๐งพ Registration number lookup โ match entities by their business-registry number.
- ๐ Direct LEI lookup โ paste one or more exact 20-character LEI codes to fetch them straight away.
- ๐ข Rich entity fields โ legal name, other names, legal and headquarters address, jurisdiction, legal form, category, status, registration dates, managing organisation and BIC.
- ๐ค Clean, flat output โ ready for spreadsheets, databases, CRMs and dashboards.
Input
| Field | Description |
|---|---|
| Legal name | Name to search for (matches names that contain this text). |
| Full-text search | Optional broader free-text search. |
| Country (ISO 2-letter) | Optional country filter, e.g. DE, US, GB, SG. |
| Entity status | Optional: Any, Active or Inactive. |
| Registration number | Optional business-registry registration number. |
| LEI codes | Optional list of exact 20-character LEI codes for direct lookup. |
| Max items | Maximum number of entities to collect (0 = no limit). |
Example input
{"legalName": "BMW","country": "DE","status": "ACTIVE","maxItems": 200}
Look up specific entities by code:
{"leis": ["2138005CD4S1SP96MD71", "213800WAVVOPS85N2205"]}
Output
One clean row per legal entity. Example:
{"lei": "2138005CD4S1SP96MD71","legalName": "BMW ASSOCIATES","otherNames": [],"country": "GB","city": "GRANBOROUGH","legalAddress": {"addressLines": ["6 CHURCH LANE"],"city": "GRANBOROUGH","region": "GB-BKM","country": "GB","postalCode": "MK18 3NN"},"headquartersAddress": {"addressLines": ["6 CHURCH LANE"],"city": "GRANBOROUGH","region": "GB-BKM","country": "GB","postalCode": "MK18 3NN"},"registeredAs": null,"jurisdiction": "GB","entityCategory": "GENERAL","legalFormCode": "8888","entityStatus": "ACTIVE","entityCreationDate": null,"registrationInitialDate": "2017-12-18T00:00:00Z","registrationLastUpdate": "2019-04-09T13:11:57Z","registrationStatus": "LAPSED","nextRenewalDate": "2018-12-18T00:00:00Z","managingLou": "213800WAVVOPS85N2205","bic": [],"recordUrl": "https://search.gleif.org/#/record/2138005CD4S1SP96MD71","url": "https://..."}
| Field | Description |
|---|---|
lei | 20-character Legal Entity Identifier. |
legalName | Official legal name of the entity. |
otherNames | Any alternative / previous names. |
country, city | Country and city of the legal address (quick-filter fields). |
legalAddress | Legal address: address lines, city, region, country, postal code. |
headquartersAddress | Headquarters address in the same shape. |
registeredAs | Business-registry registration number. |
jurisdiction | Legal jurisdiction of the entity. |
entityCategory | Entity category (e.g. General, Fund, Branch). |
legalFormCode | Legal form / entity legal form code. |
entityStatus | Entity status (Active / Inactive). |
registrationInitialDate | First registration date of the LEI. |
registrationLastUpdate | Last update date of the record. |
registrationStatus | Registration status (e.g. Issued, Lapsed). |
nextRenewalDate | Next scheduled renewal date. |
managingLou | LEI of the organisation that manages the record. |
bic | Associated BIC (bank identifier) codes, when available. |
recordUrl | Link to the entity's public record page. |
Tips
- Combine Legal name with Country and Status to zero in on a specific entity fast.
- For bulk enrichment, feed a list of LEI codes and get all their details back in one run.
- Increase Max items to build a broad country- or sector-level dataset; leave the name empty for the widest results.
FAQ
What is an LEI? A Legal Entity Identifier is a 20-character code that uniquely identifies a legal entity worldwide. It is used across financial and regulatory systems to know exactly who is who.
Is this public data? Yes โ it is open company and legal-entity reference data. This scraper does not collect personal profiles.
What formats can I export? JSON, CSV, Excel, HTML table, or via the API โ the usual Apify dataset options.