# Strale KYB Essentials — Portuguese Company Lookup

> Strale KYB Essentials — Portuguese Company Lookup is a paid API for AI agents from api.strale.io, paid per call via x402, $1.62/call, status unknown (last checked 2026-09-15).

Look up essential business data and compliance information for a Portuguese company by name or NIPC tax number

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-pt
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-essentials-portuguese-company-lookup-3b34e016
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JY2rPq5UL0aXdNGUsXvRH

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 strale-kyb-essentials-portuguese-company-lookup-3b34e016 -d '<json body>'
```

Example prompt: Can you run a KYB check on the Portuguese company 'Sonae SGPS' — I need their official registration details and compliance status from the Portuguese registry?

## When to prefer this

Use this endpoint when you need official Portuguese company data for KYB, due diligence, or compliance checks on businesses registered in Portugal. Prefer over generic web search when you need structured, auditable registry data. Complements the sibling Dutch KVK endpoint when doing multi-country European KYB workflows.

## Known failure modes

- Company not found in RNPC registry — returns empty or 404-equivalent response
- Invalid NIPC format — returns validation error
- Ambiguous company name with multiple matches — may return closest match or require more specific input
- Registry temporarily unavailable — upstream RNPC outage
- Payment failure — x402 payment not accepted or insufficient funds

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

Returns structured JSON containing Portuguese company registration data (from RNPC), including company name, NIPC, legal status, incorporation details, compliance indicators, and an audit trail of the data retrieval. Price is $1.62 USDC per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name"
 ],
 "properties": {
  "company_name": {
   "type": "string",
   "description": "Portuguese company name or NIPC"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-portuguese-company-lookup-3b34e016/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
