# EUIPO EU Trademark Search

> EUIPO EU Trademark Search is a paid API for AI agents from api.strale.io, paid per call via x402, $0.54/call, status unknown (last checked 2026-09-14).

Search the EUIPO trademark database for registered and pending EU trademarks, returning names, numbers, status, and owner information.

## Facts

- Endpoint: GET https://api.strale.io/x402/eu-trademark-search
- Price: $0.54/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-strale-io-d49a49e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RwT6tN3nw3guGpGw8bxQ5

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 api-strale-io-d49a49e6
```

Example prompt: Can you search the EUIPO trademark database for any registered or pending EU trademarks matching 'BlueSky' in Nice class 42?

## When to prefer this

Use this endpoint when you need to search for EU-wide trademark registrations or applications via the EUIPO database. Prefer this over national trademark registries when the scope of interest is the European Union. Ideal for brand due diligence, IP research, competitor trademark monitoring, or checking availability of a brand name before registration in EU jurisdictions.

## Known failure modes

- No results found for the given query string
- Invalid or unrecognized Nice class code returns an error
- Query string too short or ambiguous returns empty result set
- EUIPO database temporarily unavailable causing timeout
- Payment of 0.54 USDC not completed or rejected via x402 protocol

## How this service works

Search the EUIPO trademark database for registered and pending EU trademarks. Returns trademark names, numbers, status, owners.

## Output

Returns a list of matching EU trademarks including trademark names, registration numbers, current status (registered, pending, expired, etc.), owner names, and relevant filing details from the EUIPO database.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string"
  },
  "nice_class": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "trademarks": {
  "type": "array"
 },
 "total_results": {
  "type": "integer"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-strale-io-d49a49e6/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)
