# Active Irish Companies - CRO

**Use case:** 

Find only Normal-status Irish companies in the official CRO register. Dissolved and liquidation entities filtered out automatically.

## Input

```json
{
  "companyNames": [
    "RYANAIR"
  ],
  "maxResultsPerQuery": 10,
  "statusFilter": [
    "Normal"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "lookupStatus": {
    "label": "Result",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyNumber": {
    "label": "CRO No.",
    "format": "text"
  },
  "companyType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "incorporationDate": {
    "label": "Incorporated",
    "format": "text"
  },
  "registeredAddress": {
    "label": "Registered Address",
    "format": "text"
  },
  "annualReturnDueDate": {
    "label": "Annual Return Due",
    "format": "text"
  }
}
```

## About this Actor

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