Finland Company Registry Scraper (Y-tunnus)
Search Finnish companies and extract registry records by name or business ID (Y-tunnus). Get business ID, company name and name history, company form, industry code and label, status, addresses, website and tax/trade register entries. Export to JSON, CSV or Excel.
{ "businessId": "0100002-9", "name": "Artjärven Metalli Oy", "companyForm": "Limited company", "companyFormCode": "16", "status": "Ceased", "industryCode": "29120", "industry": "Manufacture of pumps and compressors", "registrationDate": "1976-04-23", "endDate": "2005-12-19" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Business Id | Name | Company Form | Company Form Code |
|---|---|---|---|
| 0100002-9 | Artjärven Metalli Oy | Limited company | 16 |
| 0100004-5 | Artjärven Kauppakeskus Oy | Mutual real estate limited company | 10 |
| 0100006-1 | Vähämäyrä Oy | Limited company | 16 |
| 0100024-8 | Asunto Oy Tammilehto | Housing corporation | 2 |
| 0100036-0 | Askolan Kotolämpö Oy | Limited company | 16 |
{ "businessId": "0100002-9", "name": "Artjärven Metalli Oy", "companyForm": "Limited company", "companyFormCode": "16", "status": "Ceased", "industryCode": "29120", "industry": "Manufacture of pumps and compressors", "registrationDate": "1976-04-23", "endDate": "2005-12-19" }
常见问题
How do I look up one specific company?
Put its business ID (Y-tunnus, e.g. `0112038-9`) in the `query` field. It is detected automatically and returns that single company's full profile.
Can I search by name?
Yes. Enter a full or partial company name in `query`. Add `city`, `companyForm` or `industryCode` to narrow the results.
How many companies can I collect?
Set `maxItems` up to 10000. The actor pages through the results automatically until it reaches your limit.
What is a business ID / Y-tunnus?
It is the unique identifier every registered Finnish company and organization has, in the format `1234567-8`. It is the primary key used across Finnish business records.
Do I get contact addresses?
Yes. Each record includes the visiting and postal address, the city and municipality, and the registered website when one is published. Enable **Fetch full details** for the complete address history.
Is the data reliable?
Records come straight from Finland's official open company registry and are returned exactly as published. Values that the registry does not provide are returned as `null`.