# Fazer Finland Company Registry Search

**Use case:** 

Search Fazer companies in Finland's PRH registry with business IDs (Y-tunnus), addresses, company form and status.

## Input

```json
{
  "query": "Fazer",
  "maxItems": 20,
  "withDetails": false
}
```

## Output

```json
{
  "businessId": {
    "label": "Business ID (Y-tunnus)",
    "format": "text"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "companyForm": {
    "label": "Company form",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "industryCode": {
    "label": "Industry code",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "visitingAddress": {
    "label": "Visiting address",
    "format": "object"
  },
  "postalAddress": {
    "label": "Postal address",
    "format": "object"
  },
  "vatRegistered": {
    "label": "VAT registered",
    "format": "boolean"
  },
  "prepaymentRegistered": {
    "label": "Prepayment register",
    "format": "boolean"
  }
}
```

## About this Actor

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