# Glanbia Ireland CRO Company Lookup

**Use case:** 

Look up Glanbia in the Irish CRO register: company number, type, status, registration date and annual return dates.

## Input

```json
{
  "maxCompanies": 30,
  "companyName": "Glanbia"
}
```

## Output

```json
{
  "companyNumber": {
    "label": "Company No.",
    "format": "number"
  },
  "companyName": {
    "label": "Company Name"
  },
  "companyType": {
    "label": "Type"
  },
  "companyStatus": {
    "label": "Status"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "address": {
    "label": "Registered Address"
  },
  "eircode": {
    "label": "Eircode"
  },
  "lastAnnualReturnDate": {
    "label": "Last Annual Return"
  },
  "nextAnnualReturnDate": {
    "label": "Next Annual Return"
  },
  "companyStatusDate": {
    "label": "Status Date"
  }
}
```

## About this Actor

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