开发者工具
Lithuania Company Registry Data Scraper
Look up Lithuanian companies by name or registration code and get official registry data: company code, legal name, legal form, legal status (active, bankrupt, liquidated), registration and status dates and registered authorised capital. Export to JSON, CSV or Excel.
lithuania-companies-scraper.json 200 OK
{ "companyCode": "123033512", "name": "MAXIMA LT, UAB", "legalForm": "Uždaroji akcinė bendrovė", "legalStatus": "Teisinis statusas neįregistruotas", "registered": true, "registrationDate": "1995-03-17", "statusDate": "2020-11-17", "authorizedCapital": 107590000, "capitalCurrency": "Eur" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
Company CodeNameLegal FormLegal StatusRegisteredRegistration DateStatus DateAuthorized CapitalCapital CurrencyCapital DateFinancial YearFinancial Period EndRevenueProfit Before Tax
示例输出
一条真实的示例记录,正是你收到的结构。
| Company Code | Name | Legal Form | Legal Status |
|---|---|---|---|
| 123033512 | MAXIMA LT, UAB | Uždaroji akcinė bendrovė | Teisinis statusas neįregistruotas |
| 258977860 | Uždaroji akcinė bendrovė "IDEA MA… | Uždaroji akcinė bendrovė | Išregistruotas |
GET /lithuania-companies-scraper
{ "companyCode": "123033512", "name": "MAXIMA LT, UAB", "legalForm": "Uždaroji akcinė bendrovė", "legalStatus": "Teisinis statusas neįregistruotas", "registered": true, "registrationDate": "1995-03-17", "statusDate": "2020-11-17", "authorizedCapital": 107590000, "capitalCurrency": "Eur" }
相关爬虫