# Norway Company Search – Equinor-Style Registry Lookup with AI Commentary

> Norway Company Search – Equinor-Style Registry Lookup with AI Commentary is a paid API for AI agents from global-econ-x402-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Searches the Norwegian company registry for a named company and returns structured company data with AI-generated economic commentary

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/no/company/search/Equinor
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/norway-company-search-equinor-style-registry-lookup-with-ai-commentary-4a744a59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZKup_qhYKhs8wSL-x2-Nt

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 norway-company-search-equinor-style-registry-lookup-with-ai-commentary-4a744a59
```

Example prompt: Can you look up Equinor in the Norwegian company registry and give me an AI-generated economic summary of the company?

## When to prefer this

Use this endpoint when you need to look up a specific Norwegian company by name in the national registry and want AI-generated economic commentary alongside the structured data. Prefer this over a generic web search when you need structured, registry-quality corporate data with added AI interpretation for Norway-based companies.

## Known failure modes

- Company name not found in Norwegian registry – returns empty or 404 response
- Ambiguous company name matches multiple entries – may return list or top result
- Payment of $0.005 USDC not processed – 402 Payment Required response
- Network/service downtime on Railway deployment – 503 or timeout
- Invalid country code or path format – 400 Bad Request

## How this service works

Economic indicator with AI commentary

## Output

Returns structured company registry data for the queried Norwegian company, enriched with AI-generated commentary providing economic context and insights about the business.

## Example request

```json
{
 "query": "{\\\"input\\\": {\\\"method\\\": \\\"GET\\\", \\\"pathParams\\\": {}, \\\"queryParams\\\": {}}}\""
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/norway-company-search-equinor-style-registry-lookup-with-ai-commentary-4a744a59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global-econ-x402-production.up.railway.app](https://www.zero.xyz/host/global-econ-x402-production.up.railway.app/llms.txt)
