# Στοιχεία Εταιρείας Κύπρου με Αριθμό ΗΕ

**Use case:** 

Ελέγξτε κυπριακή εταιρεία με τον αριθμό εγγραφής ΗΕ από το επίσημο μητρώο: κατάσταση, ημερομηνία σύστασης, διευθυντές και εγγεγραμμένο γραφείο.

## Input

```json
{
  "companyName": "HELLENIC BANK",
  "registrationNumbers": [
    "ΗΕ 6771"
  ],
  "searchType": "startsWith",
  "maxResults": 10,
  "language": "el",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "lookupStatus": {
    "label": "Result",
    "format": "text"
  },
  "name": {
    "label": "Organisation",
    "format": "text"
  },
  "registrationNumber": {
    "label": "Reg. No.",
    "format": "text"
  },
  "organisationType": {
    "label": "Type",
    "format": "text"
  },
  "subType": {
    "label": "Sub Type",
    "format": "text"
  },
  "organisationStatus": {
    "label": "Status",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "officerCount": {
    "label": "Officers",
    "format": "number"
  },
  "registeredOffice": {
    "label": "Registered Office",
    "format": "text"
  }
}
```

## About this Actor

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