← Back to catalog
lei.search
mock data$0.001 / callSearch Global Legal Entities
Search 2.5M+ legal entities worldwide by name — companies, funds, government bodies across 200+ countries. Returns LEI code, name, country, city, status, entity category. Filter by country. CC0 open data (GLEIF)
Input schema
namerequired
stringLegal entity name to search (e.g. "Apple", "Goldman Sachs", "Toyota Motor")
limit
integerMax results (default 10, max 100)
country
stringFilter by ISO 3166-1 alpha-2 country code (e.g. "US", "GB", "JP", "DE")
Call via REST
curl -X POST https://unifyapi.pro/api/call/lei.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","limit":0,"country":"<country>"}'