# Finland PRH Business Registry Data Export

**Use case:** 

Data Export of Finland PRH Business Registry. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "name": "nokia"
}
```

## Output

```json
{
  "businessId": {
    "label": "Y-tunnus",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "namesHistory": {
    "label": "Names history"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "companyForm": {
    "label": "Form",
    "format": "text"
  },
  "companyFormCode": {
    "label": "Company form code"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "date"
  },
  "endDate": {
    "label": "End date"
  },
  "mainBusinessLine": {
    "label": "Industry",
    "format": "text"
  },
  "mainBusinessLineCode": {
    "label": "Main business line code"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "postCode": {
    "label": "Postcode",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country"
  },
  "language": {
    "label": "Language"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "registeredOffice": {
    "label": "Registered office"
  },
  "euId": {
    "label": "Eu id"
  },
  "tradeRegisterStatus": {
    "label": "Trade register status"
  },
  "vatStatus": {
    "label": "VAT",
    "format": "text"
  },
  "prepaidRegisterStatus": {
    "label": "Prepaid register status"
  },
  "employerStatus": {
    "label": "Employer status"
  },
  "historicalNames": {
    "label": "Historical names"
  },
  "tradeRegisterEntries": {
    "label": "Trade register entries"
  },
  "auxiliaryNames": {
    "label": "Auxiliary names"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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