# Search Cyprus Companies by Name - DRCOR

**Use case:** 

Find Cyprus companies by name in the official DRCOR register. Get registration numbers, status, directors and registered office as structured JSON.

## Input

```json
{
  "companyName": "HELLENIC BANK",
  "registrationNumbers": [
    "HE 6771"
  ],
  "searchType": "startsWith",
  "maxResults": 25,
  "language": "en",
  "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.