Iceland Company Registry Scraper (Kennitala, VAT, Directors)
Look up Icelandic companies by name or kennitala and get registration ID, legal form, registered and postal address, municipality, ISAT activity, VAT (VSK) number and directors. Export to JSON, CSV or Excel.
{ "kennitala": "5005022310", "name": "Marel Edvaldsson ehf.", "status": "active", "legalForm": "Einkahlutafélag (ehf)", "legalFormCode": "E1", "registeredAddress": "Fornubúðum 12, 220 Hafnarfjörður", "postalAddress": "Fornubúðum 12, 220 Hafnarfjörður", "municipality": "Hafnarfjörður", "municipalityCode": "1400" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Kennitala | Name | Status | Legal Form |
|---|---|---|---|
| 5005022310 | Marel Edvaldsson ehf. | active | Einkahlutafélag (ehf) |
| 6807042790 | Marella ehf. | active | Einkahlutafélag (ehf) |
| 6407070540 | Marel Iceland ehf. | active | Einkahlutafélag (ehf) |
{ "kennitala": "5005022310", "name": "Marel Edvaldsson ehf.", "status": "active", "legalForm": "Einkahlutafélag (ehf)", "legalFormCode": "E1", "registeredAddress": "Fornubúðum 12, 220 Hafnarfjörður", "postalAddress": "Fornubúðum 12, 220 Hafnarfjörður", "municipality": "Hafnarfjörður", "municipalityCode": "1400" }
常见问题
What is a kennitala?
A kennitala is the official Icelandic ID number for a company (or a person). For companies it uniquely identifies the entity in the national register. You can pass it with or without the hyphen.
Can I search by name instead of ID?
Yes. Provide one or more company names and every match is expanded into a full record. You can mix name searches and direct kennitala lookups in the same run.
Does it return VAT numbers and directors?
Yes, when they are publicly listed. Active companies typically include the VAT (VSK) number, ISAT activity, addresses and directors. Inactive or deregistered entities may show fewer fields.
How fresh is the data?
Every record is read live at run time, so it reflects the register at the moment of the run (see observedAt).