# AgentToll Trademark Search

> AgentToll Trademark Search is a paid API for AI agents from agenttoll.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Searches US trademark registrations by brand name or owner to retrieve trademark status and filing information

## Facts

- Endpoint: POST https://agenttoll.dev/paid/legal/trademarks
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenttoll-trademark-search-d4a78216
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XE7sZIowC03GBgXGJihCa

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 agenttoll-trademark-search-d4a78216 -d '<json body>'
```

Example prompt: Can you check if 'Sunrise Coffee' is a registered trademark and who owns it?

## When to prefer this

Use this endpoint when you need programmatic access to US trademark data for a specific brand name or owner, especially within an AI agent workflow that requires pay-per-call micro-transactions via x402/USDC. Prefer this over manual USPTO searches when automating brand clearance checks, competitive intelligence, or legal research at scale.

## Known failure modes

- No trademark found for the queried name — returns empty results
- Invalid or missing query parameter — returns validation error
- Owner name too generic — returns too many or ambiguous results
- Trademark database temporarily unavailable — returns 5xx error
- Payment failure via x402 — call not processed

## How this service works

108+ receipt-backed x402 work products for AI agents. Clear prices, spend caps, buyer metadata, and structured results over Base USDC.

## Output

Returns trademark registration records matching the queried brand name or owner, including filing status, registration details, and ownership information from US trademark databases.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "owner": {
   "type": "string",
   "description": "optional owner name"
  },
  "query": {
   "type": "string",
   "description": "string trademark or brand name"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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