# Ireland CRO Companies Scraper

**Use case:** 

Extract Irish company records from the CRO register with names, numbers, and status. Structured company data for research and due diligence.

## Input

```json
{
  "maxItems": 3
}
```

## Output

```json
{
  "companyNumber": {
    "label": "Company Number",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "statusCode": {
    "label": "Status Code",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "typeCode": {
    "label": "Type Code",
    "format": "number"
  },
  "registrationDate": {
    "label": "Registration Date",
    "format": "text"
  },
  "dissolvedDate": {
    "label": "Dissolved Date",
    "format": "text"
  },
  "lastAnnualReturnDate": {
    "label": "Last Annual Return Date",
    "format": "text"
  },
  "nextAnnualReturnDate": {
    "label": "Next Annual Return Date",
    "format": "text"
  },
  "lastAccountsDate": {
    "label": "Last Accounts Date",
    "format": "text"
  },
  "naceCode": {
    "label": "Nace Code",
    "format": "text"
  },
  "eircode": {
    "label": "Eircode",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

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