# GlobalAPI x402 — Norway Company Search by Name

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

Search the Norwegian Business Registry (Brønnøysund) for companies by name, returning registration details, legal form, and bankruptcy status

## Facts

- Endpoint: GET https://globalapi.dev/no/company/search/%7Bname%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-x402-norway-company-search-by-name-35be20ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WoBPyd1zEy3ehkLcda5p3

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-norway-company-search-by-name-35be20ea
```

Example prompt: Search the Norwegian business registry for companies named 'Equinor' and tell me their organisation number, legal form, and whether they are bankrupt or dissolved.

## When to prefer this

Use this endpoint when you need to look up or verify Norwegian companies by name using the official Brønnøysund Business Registry. Prefer this over generic web search when you need structured, authoritative corporate data including organisation numbers, legal form, and insolvency status for compliance or due-diligence workflows.

## Known failure modes

- No companies found matching the search name — results array is empty with results_count of 0
- Registry source unavailable — upstream Brreg API timeout or error
- Malformed name parameter — invalid URL path segment
- Payment failure — USDC balance insufficient for $0.005 per call
- Rate limiting or temporary service unavailability

## 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

Returns a list of matching Norwegian companies with their name, organisation number, registration date, business code and description, organisation form, bankruptcy status, and dissolution status, along with the source registry, country, timestamp, and total result count.

## 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-norway-company-search-by-name-35be20ea/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)
