# New Finnish Companies Registered in 2024

**Use case:** 

Access a structured list of companies registered in Finland for 2024. Receive details including business ID, name, address, and website.

## Input

```json
{
  "name": "",
  "location": "Helsinki",
  "companyForm": "any",
  "mainBusinessLine": "62010",
  "postCode": "00100",
  "businessId": "0112038-9",
  "registrationDateStart": "2024-01-01",
  "registrationDateEnd": "2024-12-31",
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessId": {
    "label": "Business ID",
    "format": "text"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "companyFormCode": {
    "label": "Company form code",
    "format": "text"
  },
  "companyForm": {
    "label": "Company form",
    "format": "text"
  },
  "mainBusinessLineCode": {
    "label": "NACE code",
    "format": "text"
  },
  "mainBusinessLine": {
    "label": "Main business line",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "zip": {
    "label": "Postcode",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "registrationDate": {
    "label": "Registration date",
    "format": "date"
  },
  "url": {
    "label": "YTJ URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Finland Company Registry Scraper - PRH B2B Leads](https://apify.com/logiover/finland-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/finland-company-registry-scraper) to learn more, explore other use cases, and run it yourself.