# patent-uspto

> patent-uspto is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns patent application counts (resident/non-resident), trademark filings, and R&D expenditure (% of GDP) for six major countries (US, China, Japan, South Korea, Germany, India) from World Bank/WIPO official data.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/patent-uspto
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/patent-uspto-5807e52b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fXxxqjNIZwVya3W1qes86

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 patent-uspto-5807e52b
```

Example prompt: Pull the latest patent application counts and R&D expenditure as a share of GDP for the US, China, Japan, South Korea, Germany, and India from the World Bank/WIPO dataset.

## When to prefer this

Choose this endpoint when you need official, World Bank/WIPO-sourced innovation indicators — patent filings (resident/non-resident), trademark applications, and R&D as % of GDP — for the six major economies (US, China, Japan, South Korea, Germany, India) without needing an API key. Prefer it over general web search for structured, comparable cross-country data. Not suitable if you need data for countries outside these six or need real-time patent search by applicant or technology class.

## Known failure modes

- Data source temporarily unavailable (source migration scheduled for 2026-07-30)
- No query parameters supported — returns full dataset only
- Stale data if upstream World Bank/WIPO indicators have not been updated
- HTTP 402 payment required if x402 payment header is missing or insufficient

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns structured data including patent application counts broken down by resident and non-resident filers, trademark application volumes, and R&D expenditure as a percentage of GDP for up to six countries (US, China, Japan, South Korea, Germany, India), sourced from World Bank and WIPO official indicators.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "source": "World Bank WIPO patent indicators (no key required)",
   "indicators": {
    "IP.PAT.NRES": {
     "label": "非居民专利申请量",
     "by_country": {
      "China": {
       "latest_year": "2021",
       "latest_value": 159019
      },
      "India": {
       "latest_year": "2021",
       "latest_value": 35306
      },
      "Japan": {
       "latest_year": "2021",
       "latest_value": 66748
      },
      "Germany": {
       "latest_year": "2021",
       "latest_value": 18747
      },
      "Korea, Rep.": {
       "latest_year": "2021",
       "latest_value": 51753
      },
      "United States": {
       "latest_year": "2021",
       "latest_value": 329229
      }
     }
    },
    "IP.PAT.RESD": {
     "label": "居民专利申请量",
     "by_country": {
      "China": {
       "latest_year": "2021",
       "latest_value": 1426644
      },
      "India": {
       "latest_year": "2021",
       "latest_value": 26267
      },
      "Japan": {
       "latest_year": "2021",
       "latest_value": 222452
      },
      "Germany": {
       "latest_year": "2021",
       "latest_value": 39822
      },
      "Korea, Rep.": {
       "latest_year": "2021",
       "latest_value": 186245
      },
      "United States": {
       "latest_year": "2021",
       "latest_value": 262244
      }
     }
    },
    "IP.TMK.NRCT": {
     "label": "非居民商标申请量",
     "by_country": {
      "China": {
       "latest_year": "2021",
       "latest_value": 261982
      },
      "India": {
       "latest_year": "2021",
       "latest_value": 52878
      },
      "Japan": {
       "latest_year": "2021",
       "latest_value": 94825
      },
      "Germany": {
       "latest_year": "2021",
       "latest_value": 26098
      },
      "Korea, Rep.": {
       "latest_year": "2021",
       "latest_value": 60825
      },
      "United States": {
       "latest_year": "2021",
       "latest_value": 347735
      }
     }
    },
    "IP.TMK.RSCT": {
     "label": "居民商标申请量",
     "by_country": {
      "China": {
       "latest_year": "2021",
       "latest_value": 9192753
      },
      "India": {
       "latest_year": "2021",
       "latest_value": 435581
      },
      "Japan": {
       "latest_year": "2021",
       "latest_value": 269517
      },
      "Germany": {
       "latest_year": "2021",
       "latest_value": 246296
      },
      "Korea, Rep.": {
       "latest_year": "2021",
       "latest_value": 299622
      },
      "United States": {
       "l
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/patent-uspto-5807e52b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
