# Veikalu uzņēmumu profili - Latvijas reģistrs

**Use case:** 

Iegūstiet datus par veikaliem no Latvijas uzņēmumu reģistra

## Input

```json
{
  "companyNames": [
    ""
  ],
  "registrationNumbers": [],
  "maxCompanies": 20,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Company Name"
  },
  "regNumber": {
    "label": "Reg. Number"
  },
  "status": {
    "label": "Status"
  },
  "legalForm": {
    "label": "Legal Form"
  },
  "address": {
    "label": "Address"
  },
  "primaryOfficerName": {
    "label": "Primary Officer"
  },
  "officers": {
    "label": "Officers",
    "format": "array"
  },
  "beneficialOwners": {
    "label": "Beneficial Owners",
    "format": "array"
  },
  "capitalAmount": {
    "label": "Capital",
    "format": "number"
  },
  "capitalCurrency": {
    "label": "Currency"
  },
  "revenue": {
    "label": "Revenue",
    "format": "number"
  },
  "netIncome": {
    "label": "Net Income",
    "format": "number"
  },
  "employees": {
    "label": "Employees",
    "format": "number"
  }
}
```

## About this Actor

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