# Ireland-cro Global Company Registry Lookup

**Use case:** 

Extract Global Company Registry Lookup data filtered by ireland-cro. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "shopify",
  "maxItems": 10,
  "sources": [
    "ireland-cro"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "🌍 Source",
    "format": "text"
  },
  "title": {
    "label": "🏢 Name",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "status": {
    "label": "📊 Status",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Global Company Registry Lookup](https://apify.com/parseforge/global-company-registry-lookup-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/global-company-registry-lookup-scraper) to learn more, explore other use cases, and run it yourself.