Finland Company Register — YTJ / PRH Lookup avatar

Finland Company Register — YTJ / PRH Lookup

Pricing

$4.00 / 1,000 company resolveds

Go to Apify Store
Finland Company Register — YTJ / PRH Lookup

Finland Company Register — YTJ / PRH Lookup

Look up Finnish companies by name or business ID — legal form, industry, addresses, current and former names, and register entries, from the official YTJ open data of PRH and the Tax Administration.

Pricing

$4.00 / 1,000 company resolveds

Rating

0.0

(0)

Developer

SourceRow

SourceRow

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Look up Finnish companies by name or business ID. Legal form, industry, addresses, current and former names, and which registers they are entered in. From the official YTJ open data, no key required.

What it does

YTJ is the shared business information system of PRH and the Finnish Tax Administration. It is open data, published in a shape built for Finnish systems: every description arrives in three languages at once, names carry validity dates rather than a current flag, addresses hide the city inside a nested multilingual list, and statuses are bare numeric codes.

This Actor flattens that into one row per query with 31 fields, in English where the source provides an English description.

What you get

31 fields per row, including business_id, name, legal_form, main_business_line, street_city, registered_on, active_registrations, situations, total_matches, name_match_score and matched_by.

The table view shows 12 of them; all 31 are in the JSON, CSV and Excel downloads.

active_registrations counts which registers the company is actually entered in — trade register, VAT, prepayment, employer. A company can exist and be registered for none of them.

Input

FieldMeaning
businessIdsFinnish business IDs, for example 0112038-9.
namesCompany names to search.
queriesTextA pasted list of either, one per line.
maxCompaniesStop after this many. 0 removes the cap.
{
"businessIds": ["0112038-9", "1927400-1"],
"maxCompanies": 100
}

Sample output

One complete record:

{
"query": "0112038-9",
"matched_by": "business_id",
"name_match_score": null,
"business_id": "0112038-9",
"name": "Nokia Oyj",
"legal_form": "Public limited company",
"main_business_line": "Activities of head offices",
"street_city": "ESPOO",
"registered_on": "1978-03-15",
"active_registrations": 7,
"situations": null,
"issues": ""
}

Pricing

EventPer 1,000Notes
Company resolved$4.00Queries that find nothing are not charged

There is no start fee and no per-row dataset fee.

What it does not do

No financials and no officers. YTJ covers company identity, registrations and addresses. Annual accounts and board members are not in the open data.

Fragments of names do not work well. KONE Oyj finds KONE. Kone matches eleven thousand machine shops, because the word is common in Finnish. total_matches reports how many, and the row returns the best one.

Descriptions are English only where the source has English. YTJ publishes Finnish, Swedish and English versions of most descriptions; English is used when present and the Finnish original when it is not.

situations is usually empty. It carries bankruptcy and restructuring entries, which most companies do not have.

Notes

Send business IDs where available. They are exact and remove the ambiguity entirely.

Sort by total_matches descending to find the queries that were too vague to trust.

no_current_name means every name on file has an end date, which usually indicates a dissolved company.

Support

Open the Issues tab with the exact query and the matched_by, total_matches and issues values from the row.

Licence and attribution

Company data from the Finnish Business Information System (YTJ), published as open data by PRH (Finnish Patent and Registration Office) and the Finnish Tax Administration under Creative Commons Attribution 4.0. Neither authority endorses this Actor.