# Viešųjų įmonių registracijos duomenys Lietuvoje

**Use case:** 

Gaukite viešųjų įmonių registracijos informaciją Lietuvoje.

## Input

```json
{
  "companyNames": [],
  "companyCodes": [],
  "maxCompanies": 30,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "companyCode": {
    "label": "Code"
  },
  "name": {
    "label": "Name"
  },
  "legalForm": {
    "label": "Legal Form"
  },
  "legalStatus": {
    "label": "Status"
  },
  "registered": {
    "label": "Registered",
    "format": "boolean"
  },
  "registrationDate": {
    "label": "Registered On"
  },
  "authorizedCapital": {
    "label": "Capital",
    "format": "number"
  },
  "capitalCurrency": {
    "label": "Currency"
  },
  "revenue": {
    "label": "Revenue",
    "format": "number"
  },
  "netProfit": {
    "label": "Net Profit",
    "format": "number"
  },
  "financialYear": {
    "label": "FY"
  },
  "registryUrl": {
    "label": "Registry",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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