--- license: cc-by-4.0 pretty_name: "GLEIF LEI Scraper" tags: [lead_gen, web-scraping, apify, lead-generation, automation, scraper] size_categories: - n<1K --- # GLEIF LEI Scraper Scrape global legal entities from the official GLEIF LEI database — no login, no API key, no blocking. 3.3M+ entities worldwide with legal name, address, jurisdiction, legal form, status and registration data. Filter by country and status. Tens of thousands per run. ## What the actor scrapes # 🏛️ GLEIF LEI Scraper — Global Legal Entity Identifier Data to JSON/CSV/Excel Scrape **global legal entities** straight from the **official [GLEIF API](https://www.gleif.org)** — the worldwide Legal Entity Identifier (LEI) database. This **GLEIF LEI scraper** extracts legal name, addresses, jurisdiction, legal form, status and registration data for **3.3M+ entities** across every country, and exports it to JSON, CSV or Excel. **No login, no API key, no blocking.** The LEI is the global standard ## Who this is for This sample is useful for anyone working in **lead gen, lead generation, automation** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. ## Source **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/gleif-lei-scraper](https://apify.com/logiover/gleif-lei-scraper) ## Fields - **`lei`** — field captured by the actor - **`legalName`** — field captured by the actor - **`otherNames`** — field captured by the actor - **`legalForm`** — field captured by the actor - **`category`** — category label - **`subCategory`** — field captured by the actor - **`status`** — field captured by the actor - **`jurisdiction`** — field captured by the actor - **`registeredAs`** — field captured by the actor - **`legalAddressLine`** — field captured by the actor - **`legalAddressCity`** — field captured by the actor - **`legalAddressRegion`** — field captured by the actor - **`legalAddressCountry`** — field captured by the actor - **`legalAddressPostalCode`** — field captured by the actor - **`hqAddressCity`** — field captured by the actor - **`hqAddressCountry`** — field captured by the actor - **`registrationStatus`** — field captured by the actor - **`initialRegistrationDate`** — timestamp - **`lastUpdateDate`** — timestamp - **`nextRenewalDate`** — timestamp - **`managingLou`** — field captured by the actor - **`scrapedAt`** — timestamp the row was scraped ## Sample preview ```json [ { "lei": "789000KXYVHQPGY1TX11", "legalName": "PARCONN MÜHENDİSLİK ANONİM ŞİRKETİ", "otherNames": [], "legalForm": "W2SQ", "category": "GENERAL", "subCategory": null, "status": "ACTIVE", "jurisdiction": "TR", "registeredAs": "0721100794000001", "legalAddressLine": "ÜNİVERSİTELER MAH. 1597 CAD. NO: 3 İÇ KAPI NO: 127 ÇANKAYA / ANKARA", "legalAddressCity": "ANKARA", "legalAddressRegion": null, "legalAddressCountry": "TR", "legalAddressPostalCode": "06800", "hqAddressCity": "ANKARA", "hqAddressCountry": "TR", "registrationStatus": "ISSUED", "initialRegistrationDate": "2026-05-12T22:00:00Z", "lastUpdateDate": "2026-05-12T22:00:00Z", "nextRenewalDate": "2027-05-13T21:59:59Z", "managingLou": "789000TVSB96MCOKSB52", "scrapedAt": "2026-05-14T18:08:04.356Z" }, { "lei": "78900017G3R8HY7HGL29", "legalName": "BOZCANLAR TEKSTİL NAKLİYAT İNŞAAT PETROL HAYVANCILIK TARIM İTHALAT İHRACAT SANAYİ VE TİCARET LİMİTED ŞİRKETİ", "otherNames": [], "legalForm": "R5UT", "category": "GENERAL", "subCategory": null, "status": "ACTIVE", "jurisdiction": "TR", "registeredAs": "0183064187900018", "legalAddressLine": "TEKSTİLKENT MAH. MEHDİ EFENDİ SK. BOZCANLAR TEKSTİL BOZCANLAR TEKS BLOK NO: 99 İÇ KAPI NO: 1 ŞAHİNBEY / GAZİANTEP", "legalAddressCity": "GAZİANTEP", "legalAddressRegion": null, "legalAddressCountry": "TR", "legalAddressPostalCode": "27100", "hqAddressCity": "GAZİANTEP", "hqAddressCountry": "TR", "registrationStatus": "ISSUED", "initialRegistrationDate": "2026-05-11T22:00:00Z", "lastUpdateDate": "2026-05-11T22:00:00Z", "nextRenewalDate": "2027-05-12T21:59:59Z", "managingLou": "789000TVSB96MCOKSB52", "scrapedAt": "2026-05-14T18:08:04.438Z" } ] ``` ## Snapshot stats - Row count in this sample: **100** - Data quality flag at capture time: `EXISTING_USED` ## License & Attribution Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/gleif-lei-scraper](https://apify.com/logiover/gleif-lei-scraper). The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.