๐Ÿฆ GLEIF LEI Scraper โ€” Global Company Registry Data avatar

๐Ÿฆ GLEIF LEI Scraper โ€” Global Company Registry Data

Pricing

from $0.0015 / entity scraped

Go to Apify Store
๐Ÿฆ GLEIF LEI Scraper โ€” Global Company Registry Data

๐Ÿฆ 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

hiper soft

Maintained by Community

Actor 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

FieldDescription
Legal nameName to search for (matches names that contain this text).
Full-text searchOptional broader free-text search.
Country (ISO 2-letter)Optional country filter, e.g. DE, US, GB, SG.
Entity statusOptional: Any, Active or Inactive.
Registration numberOptional business-registry registration number.
LEI codesOptional list of exact 20-character LEI codes for direct lookup.
Max itemsMaximum 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://..."
}
FieldDescription
lei20-character Legal Entity Identifier.
legalNameOfficial legal name of the entity.
otherNamesAny alternative / previous names.
country, cityCountry and city of the legal address (quick-filter fields).
legalAddressLegal address: address lines, city, region, country, postal code.
headquartersAddressHeadquarters address in the same shape.
registeredAsBusiness-registry registration number.
jurisdictionLegal jurisdiction of the entity.
entityCategoryEntity category (e.g. General, Fund, Branch).
legalFormCodeLegal form / entity legal form code.
entityStatusEntity status (Active / Inactive).
registrationInitialDateFirst registration date of the LEI.
registrationLastUpdateLast update date of the record.
registrationStatusRegistration status (e.g. Issued, Lapsed).
nextRenewalDateNext scheduled renewal date.
managingLouLEI of the organisation that manages the record.
bicAssociated BIC (bank identifier) codes, when available.
recordUrlLink 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.