# PatentPulse Trademark Search & Brand Clearance

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

Searches USPTO/TESS for existing trademarks, analyzes likelihood of confusion, and provides brand-name clearance with filing strategy and opposition risk for given goods/services.

## Facts

- Endpoint: GET https://patentpulse.theaslangroupllc.com/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-brand-clearance-6b1ceb28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_04SQ1wlfiGoLIckkdyz6O

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-brand-clearance-6b1ceb28
```

Example prompt: Can you run a trademark clearance search for the brand name 'BloomCraft' in the US for goods in Class 25 (clothing) — I need to know if there are any confusingly similar marks already registered, the USPTO status, and what the opposition risk looks like before I file?

## When to prefer this

Use this endpoint when an IP agent, brand agent, or startup advisor needs to assess trademark availability and clearance risk before launching a brand or filing a trademark application. Preferred over generic web search for trademark research because it provides structured USPTO/TESS data, confusion analysis, and actionable filing strategy in a single call.

## Known failure modes

- Mark name not provided — returns 400 bad request
- Goods/services class not recognized — returns validation error
- USPTO/TESS database temporarily unavailable — returns 503
- No similar marks found — returns empty results set with confirmation
- Rate limiting exceeded — returns 429

## 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 a list of existing similar marks with USPTO/TESS status, a likelihood-of-confusion analysis for the queried mark, recommended filing strategy, domain availability context, and an opposition/enforcement risk assessment for the specified goods/services class.

## 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-brand-clearance-6b1ceb28/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from patentpulse.theaslangroupllc.com](https://www.zero.xyz/host/patentpulse.theaslangroupllc.com/llms.txt)
