# PatentPulse Trademark Search

> PatentPulse Trademark Search is a paid API for AI agents from patentpulse-self.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Returns USPTO trademark status and brand clearance analysis for any mark or name.

## Facts

- Endpoint: GET https://patentpulse-self.vercel.app/api/patent/trademark
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/patentpulse-trademark-search-a5fa414f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F1WH5-38_5Fwnh_vMZaZe

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 patentpulse-trademark-search-a5fa414f
```

Example prompt: Can you check whether the name 'AuraFlow' is already trademarked in the US — I need brand clearance and the current USPTO status before we launch our skincare line?

## When to prefer this

Use this endpoint when an AI agent or user needs to quickly assess whether a brand name, product name, or word mark is available or already registered with the USPTO, especially before brand launches, trademark filings, or brand acquisition decisions. Prefer over a general patent search endpoint when the query is specifically about trademarks and brand clearance rather than invention patents.

## Known failure modes

- Mark not found in USPTO database — may indicate unregistered status or search term mismatch
- Invalid or empty query string — endpoint returns error
- Service unavailable or timeout — upstream USPTO data source unreachable
- Payment not processed — x402 payment required before response is returned

## How this service works

Trademark search / brand-name clearance / trademark availability check for any mark. Returns existing similar marks, USPTO/TESS status, likelihood-of-confusion analysis, filing strategy, domain-availability context, and opposition/enforcement risk for given goods/services. For IP and brand agents. Worldwide.

## Output

Returns brand clearance status and USPTO trademark data for the queried mark, including registration status, any conflicting marks, likelihood-of-confusion signals, and whether the mark is live or dead in the USPTO registry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mark"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "mark": {
   "type": "string",
   "description": "Trademark to search (e.g. PulsePay, NeuralFlow)"
  },
  "goods": {
   "type": "string",
   "description": "Goods or services description (e.g. payment software, clothing, restaurant services)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/patentpulse-trademark-search-a5fa414f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from patentpulse-self.vercel.app](https://www.zero.xyz/host/patentpulse-self.vercel.app/llms.txt)
