# Estonia Business Register Data Export

**Use case:** 

Data Export of Estonia Business Register. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchTerms": [
    "tallink"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "🏢 Company",
    "format": "text"
  },
  "registryCode": {
    "label": "🔢 Reg code",
    "format": "text"
  },
  "status": {
    "label": "✅ Status",
    "format": "text"
  },
  "statusDate": {
    "label": "📅 Since",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "formerNames": {
    "label": "📛 Former names",
    "format": "array"
  },
  "companyUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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