# Vapaa-ajan yritykset - Espoon rekisteri

**Use case:** 

Hae vapaa-ajan yritysten tietoja Espoon alueelta.

## Input

```json
{
  "maxCompanies": 50,
  "query": "vapaa-ajan",
  "city": "Espoo",
  "companyForm": "",
  "industryCode": "",
  "withDetails": false,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## 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"
  },
  "hasInsolvencyProceedings": {
    "label": "Insolvency proceedings",
    "format": "boolean"
  },
  "situations": {
    "label": "Insolvency / liquidation events",
    "format": "array"
  }
}
```

## 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.