# Irish Company Address & Email Lookup

**Use case:** 

Get an Irish company's registered office address and email from the official CRO register as JSON.

## Input

```json
{
  "companyNames": [
    "GOOGLE IRELAND"
  ],
  "maxResultsPerQuery": 10,
  "statusFilter": [],
  "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.