# Finland company name scraper

**Use case:** 

Scrape Finnish company names from the public YTJ registry with legal form, municipality, industry, and Business ID.

## Input

```json
{
  "companyNames": [
    "Nokia"
  ],
  "businessIds": [],
  "maxItems": 10
}
```

## Output

```json
{
  "businessId": {
    "label": "Business ID"
  },
  "legalName": {
    "label": "Legal name"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "municipality": {
    "label": "Municipality"
  },
  "industry": {
    "label": "Industry"
  },
  "query": {
    "label": "Query"
  },
  "queryMode": {
    "label": "Mode"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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