# Valga ettevõtete andmete kogumine

**Use case:** 

Koguge Valga ettevõtete profiile e-Business Registerist.

## Input

```json
{
  "maxCompanies": 50,
  "searchQuery": "Valga Raamatukogu, Valga Linnahall",
  "status": "",
  "legalForm": "",
  "onlyVatRegistered": false,
  "includeDetails": true,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "registryCode": {
    "label": "Registry code"
  },
  "name": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "vatNumber": {
    "label": "VAT number"
  },
  "capital": {
    "label": "Capital (EUR)"
  },
  "email": {
    "label": "Email"
  },
  "phone": {
    "label": "Phone"
  },
  "legalAddress": {
    "label": "Legal address"
  },
  "zipCode": {
    "label": "Zip"
  },
  "previousNames": {
    "label": "Previous names"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Estonia e-Business Register Company Scraper](https://apify.com/scrapers_lat/estonia-business-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/estonia-business-register-scraper) to learn more, explore other use cases, and run it yourself.