# Nokia Finland Company Registry Scraper

**Use case:** 

Search the Finnish YTJ business registry for Nokia. Get business IDs, company forms, registration status and official details as JSON.

## Input

```json
{
  "name": "nokia",
  "tradeRegisterStatus": "1",
  "maxItems": 5
}
```

## Output

```json
{
  "businessId": {
    "label": "Business Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "businessIdRegistrationDate": {
    "label": "Business Id Registration Date",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "companyForm": {
    "label": "Company Form",
    "format": "text"
  },
  "companyFormCode": {
    "label": "Company Form Code",
    "format": "number"
  },
  "companyFormFinnish": {
    "label": "Company Form Finnish",
    "format": "text"
  },
  "companyFormSwedish": {
    "label": "Company Form Swedish",
    "format": "text"
  },
  "mainBusinessLineCode": {
    "label": "Main Business Line Code",
    "format": "text"
  },
  "mainBusinessLineDescription": {
    "label": "Main Business Line Description",
    "format": "text"
  },
  "mainBusinessLineFinnish": {
    "label": "Main Business Line Finnish",
    "format": "text"
  },
  "mainBusinessLineSwedish": {
    "label": "Main Business Line Swedish",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "number"
  },
  "tradeRegisterStatus": {
    "label": "Trade Register Status",
    "format": "number"
  }
}
```

## About this Actor

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