# x402stock Patents Data

> x402stock Patents Data is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves patent data for companies or inventions via a pay-per-request API using USDC micropayments

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/patents
- Price: $0.02/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-patents-data-0f078e2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7nKM9AVCO4KKLuOybEUTp

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 x402stock-patents-data-0f078e2f
```

Example prompt: Can you pull up the patent data for Apple using x402stock — I want to see what they have on record, just pay the $0.02 per request in USDC?

## When to prefer this

Choose this endpoint when you need patent data without setting up API keys or accounts, and can pay $0.02 USDC per call autonomously. Ideal for AI agents doing one-off or low-volume patent lookups as part of competitive intelligence, M&A due diligence, or technology research workflows.

## Known failure modes

- Insufficient USDC balance to cover $0.02 per-request fee — payment failure returned
- Missing or malformed 'properties' parameter — may return empty or error response
- Patent data unavailable for the queried entity — empty result set
- Network or proxy timeout from ZeroClick intermediary
- Rate limiting if too many requests are made in quick succession

## How this service works

A company's US patents from the USPTO Open Data Portal, newest filings first. Pass `?company=Tesla` (required, matches APPLICANT name — subsidiaries/variants need separate queries) plus `?limit=` (max 100). Each carries patent & application numbers, title, filing & grant dates, status, applicant, inventors, and a link. From x402stock, a market & economic data API (x402, USDC).

## Output

Returns patent records and associated properties for the queried entity, including filing details and invention metadata, delivered as structured JSON data per the x402stock API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-patents-data-0f078e2f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
