Finland YTJ Company Scraper — Business ID & Registrations avatar

Finland YTJ Company Scraper — Business ID & Registrations

Pricing

$5.00 / 1,000 results

Go to Apify Store
Finland YTJ Company Scraper — Business ID & Registrations

Finland YTJ Company Scraper — Business ID & Registrations

Scrape any company in Finland from the Finnish YTJ / PRH Business Information System by Business ID (Y-tunnus) — company name, legal form, main line of business, home municipality, languages, register status and Business ID history. Structured JSON, no API key. Pay per lookup, matched or not.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

NeuralVerge

NeuralVerge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Finland YTJ Company Scraper — Business ID & Registrations ✅ No API Key

Scrape any Finnish company from the YTJ / PRH Business Information System (tietopalvelu.ytj.fi) by Business ID (Y-tunnus) — name, Business ID, company form, main line of business, registered office, languages, status, official register memberships and Business ID history. Powered by the Neuralverge API. No API key or account required, and you pay per completed lookup — matched or not; failed runs are never charged.

Ideal for KYC/KYB, due diligence, compliance, lead enrichment and feeding company data to AI agents.

✨ Why this Actor

  • 🇫🇮 Full YTJ profile — identity, registrations and Business ID history in one structured object.
  • 💸 Simple, predictable billing — no run fee and no start fee. A completed lookup is billed as one company, matched or not; a failed run costs $0.00.
  • 🔑 No API key or account — extraction runs on the Neuralverge backend.
  • Real-time & structured — fresh data each run and one predictable JSON schema.

🔧 How it works

  1. Provide a Finnish Business ID (Y-tunnus, e.g. 2387338-1) — or an advanced full tietopalvelu.ytj.fi profile URL.
  2. Run the Actor. Fetching and AI-structuring the profile happens on the Neuralverge backend.
  3. Get one flat dataset row per lookup — 11 columns, all at the top level (url, companyName, businessId, companyForm, mainLineOfBusiness, languages, …). Export to CSV, JSON or Excel, or pull it over the Apify API.

If the company can't be resolved, it comes back as one no result row that echoes the Business ID you submitted, billed like any other row.

Input

One company per run.

FieldTypeNotes
businessIdstringThe Finnish Business ID (Y-tunnus), e.g. 2387338-1.
companyUrlstringAdvanced: a full tietopalvelu.ytj.fi profile URL to use instead of the Business ID.
{
"businessId": "2387338-1"
}

What you'll receive

One flat row per lookup. Every field sits at the top level of the row, so the Output tab shows a single table with all 11 columns — there are no views to switch between. Exports (CSV, JSON, XML, Excel) contain exactly the same fields.

Columns: url, companyName, businessId, companyForm, mainLineOfBusiness, registeredOffice, registrationDate, status.

Listslanguages, registrations, businessIdHistory — come back as arrays. The table renders each as an expandable "N items" cell; a CSV/JSON/Excel export carries them in full.

Nulls are normal. The column set is the same on every run, so a field the source does not expose for this company comes back null rather than disappearing — a spreadsheet or CRM mapping built on one run keeps working on the next.

When nothing is found

A lookup that runs but resolves no company still returns a row, so a batch never silently loses an input:

ColumnValue
url, businessIdechoed back exactly as submitted
foundfalse
messagewhy nothing was returned

Filter these out with found != false (or drop rows where message is set). This row is billed as one result — see Pricing.

Example output (real run)

A real dataset row, shown in full.

{
"url": "https://tietopalvelu.ytj.fi/yritys/2387338-1",
"companyName": "Norges Bank (Central Bank of Norway)",
"businessId": "2387338-1",
"companyForm": "Foreign organisation",
"mainLineOfBusiness": "64110 Central banking",
"languages": [
"Finnish"
],
"registeredOffice": "FOREIGN COUNTRIES",
"registrationDate": "2011-01-31",
"status": "Active",
"registrations": [
{
"register": "Tax Administration",
"status": "Registered",
"registrationDate": "2011-01-31",
"endDate": null
}
],
"businessIdHistory": [
{
"businessId": "2387338-1",
"changeDate": "2011-01-31",
"changeType": "ID given"
}
]
}

Pricing

Pay per event — $0.005 per company ($5 per 1,000) written to the dataset. There is no run fee and no start fee.

EventPriceCharged
Actor startfreenever
Failed run — invalid input, API error, timeoutfreenever
Row written to the dataset$0.005 ($5 / 1,000)every row, including the "no result" row

A completed lookup is billed as one company, matched or not. When the source returns nothing, the Actor writes one explicit no-result row — the query you submitted plus found: false and a message explaining it — and that row is charged at the normal per-company price. A run that fails (missing input, bad key, upstream error) writes no row and costs $0.00.

Pricing is on top of your Apify platform usage.

Rate limit

There is a ceiling on how fast one Apify account can pull from the Neuralverge backend: 10 requests per second for this Actor, counted separately from the other Neuralverge Actors. One run is normally one request, so this is about how many runs you start at once, not about the size of a single run — at typical run times that is dozens of runs in flight at once, which is well above ordinary use.

Updated August 2026: this ceiling was doubled from 5 to 10 requests per second. Bulk jobs that used to hit 429s now go through.

Above the ceiling the backend answers HTTP 429. The Actor waits out the Retry-After it asks for and retries a few times before giving up; a run that does give up writes no row and is not charged.

If you need a higher rate for a bulk job, get in touch.

Free plan limits

Users on any paid Apify plan are not affected by anything in this section.

On the Apify Free plan this Actor may be started 5 time(s) per calendar month per user. A run that finds nothing still counts, because the lookup is performed either way. Every Neuralverge Actor carries its own allowance — running one never uses up another's. When a limit is reached the Actor stops gracefully with a status message naming it; everything resets on the 1st of every month, and any paid Apify plan removes all of it.

Integrations & API

Results are stored in a standard Apify dataset — export as CSV, JSON, XML or Excel, or fetch on demand through the Apify API. The Actor also plugs into Apify's integrations (Make, Zapier, n8n, webhooks) and can be called from any MCP client.

FAQ

Do I need an account or API key? No. Extraction runs on the Neuralverge backend.

What identifier do I use? The Finnish Business ID (Y-tunnus), e.g. 2387338-1. You can also pass a full tietopalvelu.ytj.fi profile URL.

Am I charged if a company isn't found? Yes — a lookup that ran is billed as one company even when it matched nothing; you get a no result row that says so. A run that fails (missing input, API error, timeout) writes no row and costs $0.00.


Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the Finnish Patent and Registration Office (PRH) or the Finnish Tax Administration. Data originates from the public YTJ Business Information System.