# Estonian Non-Profits Data for Bolt

**Use case:** 

Access verified data for non-profit organizations in Estonia related to Bolt. Get essential details on ownership and contact information.

## Input

```json
{
  "searchQuery": "Bolt",
  "registryCodes": [],
  "legalForm": "MTÜ",
  "status": "active",
  "onlyWithEmail": false,
  "includeOwnership": false,
  "maxResults": 10000
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "registryCode": {
    "label": "Registry code",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "primaryActivity": {
    "label": "Activity (EMTAK)",
    "format": "text"
  },
  "registryUrl": {
    "label": "Registry",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Estonia Company Data, Contacts & Ownership (Äriregister)](https://apify.com/foxlabs/estonia-company-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/estonia-company-data) to learn more, explore other use cases, and run it yourself.