# PatentPulse Global Patent Search

> PatentPulse Global Patent Search is a paid API for AI agents from patentpulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Searches for patents across 11 international patent offices (EPO, WIPO PCT, CNIPA, KIPO, JPO, DPMA, UKIPO, CIPO, IP Australia, IPO India, INPI) and returns top findings, patent-family notes, competitive landscape, and jurisdiction-specific prosecution/FTO tips.

## Facts

- Endpoint: GET https://patentpulse.theaslangroupllc.com/api/patent/global
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/patentpulse-global-patent-search-1ef76924
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VgQ-pfrTgSFZax0hajm8W

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-global-patent-search-1ef76924
```

Example prompt: Search PatentPulse for patents related to solid-state lithium battery electrolytes across all major international offices — EPO, WIPO, CNIPA, KIPO, and JPO — and give me the top findings, any patent family overlap, the competitive landscape, and any jurisdiction-specific prosecution or FTO tips.

## When to prefer this

Use this endpoint when you need a broad multi-jurisdictional patent search across all major international patent offices in a single call, rather than querying individual country-specific endpoints. Prefer this over sibling endpoints when the goal is global IP landscape awareness, competitive intelligence across regions, or initial due diligence spanning multiple geographies simultaneously.

## Known failure modes

- Query too broad returns generic or low-relevance patents
- Specific jurisdiction may have limited data coverage returning sparse results
- Rate limiting or payment failure returning 402 or 429 status
- Ambiguous technology query returns mixed-domain patents
- Endpoint may return partial results if one or more patent office data sources are temporarily unavailable

## How this service works

International patent search / jurisdiction-specific patent lookup across EPO, WIPO PCT, CNIPA (China), KIPO (Korea), JPO (Japan), DPMA (Germany), UKIPO, CIPO (Canada), IP Australia, IPO India, and INPI (Brazil). Returns top findings, patent-family notes, competitive landscape, and jurisdiction-specific prosecution/FTO tips for any query. For IP and patent agents.

## Output

Returns top patent findings from up to 11 international patent offices, patent family notes showing cross-jurisdiction filings, a competitive landscape summary, and jurisdiction-specific prosecution strategy and freedom-to-operate (FTO) tips relevant to the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "q"
 ],
 "properties": {
  "q": {
   "type": "string",
   "description": "Search query — technology keyword or assignee/company name"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "type"
  },
  "jurisdiction": {
   "type": "string",
   "description": "Patent office code. EP = EPO (Europe), WO = WIPO PCT (international), CN = CNIPA (China), KR = KIPO (Korea), JP = JPO (Japan), DE = DPMA (Germany), GB = UKIPO, CA = CIPO (Canada), AU = IP Australia, IN = IPO India, BR = INPI (Brazil)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/patentpulse-global-patent-search-1ef76924/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)
