# PatentPulse Assignee Patent Portfolio Analysis

> PatentPulse Assignee Patent Portfolio Analysis is a paid API for AI agents from patentpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns USPTO portfolio size, filing-year trends, top CPC technology focus areas, sample recent patents, and global IP strategy intelligence for a named company, university, or organization.

## Facts

- Endpoint: GET https://patentpulse.theaslangroupllc.com/api/patent/assignee
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/patentpulse-assignee-patent-portfolio-analysis-acc8a722
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ksxwVALsGCwOScHYxzrJA

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-assignee-patent-portfolio-analysis-acc8a722
```

Example prompt: Pull up the full patent portfolio analysis for NVIDIA — I want to see their USPTO portfolio size, which CPC technology areas they're most active in, filing trends by year, and some of their most recent patents.

## When to prefer this

Use this endpoint when you need a comprehensive overview of a named organization's entire patent portfolio — filing trends, technology focus areas, and IP strategy — rather than searching for specific patents by keyword or looking up a single patent's legal status. Ideal for competitive intelligence, R&D benchmarking, investment due diligence, and technology landscape mapping by assignee.

## Known failure modes

- Unknown or misspelled assignee name returns empty or low-confidence results
- Very small or private organizations may have minimal patent records
- Rate limiting or quota exceeded returns 402 payment required
- Ambiguous company names (e.g. subsidiaries vs parent) may return incomplete portfolio
- Network timeout for companies with extremely large portfolios

## How this service works

Assignee patent portfolio / company patent landscape analysis for any company, university, or organization. Returns USPTO portfolio size, filing-year trends, top CPC technology focus areas, sample recent patents, and global IP strategy intelligence for the named assignee. For IP, R&D-strategy, and competitive-intelligence agents. Worldwide.

## Output

Returns the assignee's total USPTO patent portfolio size, annual filing trend data, top CPC classification codes with technology focus area labels, a sample set of recent patents with titles and numbers, and global IP strategy intelligence such as jurisdiction coverage and filing patterns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "company": {
   "type": "string",
   "description": "Company or institution name (e.g. Qualcomm, MIT, Samsung)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/patentpulse-assignee-patent-portfolio-analysis-acc8a722/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)
