# GlobalAPI x402 — Ireland Company Search by Name

> GlobalAPI x402 — Ireland Company Search by Name is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Search Irish company registries by company name to retrieve matching business records

## Facts

- Endpoint: GET https://globalapi.dev/ie/company/search/%7Bname%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-x402-ireland-company-search-by-name-c13309a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_irQ2O3gx5uMlzUEpYkU-y

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability globalapi-x402-ireland-company-search-by-name-c13309a5
```

Example prompt: Can you search the Irish company registry for 'Accenture Ireland' and pull back its registration number, registered address, and current status?

## When to prefer this

Use this endpoint when you need live, pay-per-call access to Irish company registry data without a subscription or API key — ideal for KYC workflows, due diligence pipelines, or one-off lookups on Irish-registered entities. Prefer this over subscription services when call volume is low or unpredictable.

## Known failure modes

- No matching companies found for the given name — returns empty result set
- Ambiguous or very common name returns large number of results requiring further filtering
- Malformed name parameter may return 400 error
- Registry temporarily unavailable returns 503
- Payment failure via x402 returns 402 with payment requirements
- Rate limiting may apply if payment is not processed correctly

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

A list of Irish companies matching the search name, including company registration numbers, registered addresses, incorporation dates, company type, and current status drawn from live Irish corporate registry data.

## Example request

```json
{
 "properties": "name,registration_number,country"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-x402-ireland-company-search-by-name-c13309a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
