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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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`.