# PatentPulse Assignee Portfolio Analysis

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

Returns patent portfolio intelligence for a named company assignee, including portfolio size, technology focus areas, and IP strategy insights.

## Facts

- Endpoint: GET https://patentpulse-self.vercel.app/api/patent/assignee
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/patentpulse-assignee-portfolio-analysis-8a883374
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cwuKHFsO5hqkPfU7BJTfD

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-portfolio-analysis-8a883374
```

Example prompt: Give me a full patent portfolio analysis for Qualcomm — I want to know their portfolio size, main technology focus areas, and overall IP strategy.

## When to prefer this

Use this endpoint when you need a holistic view of a single company's patent portfolio — its size, technology footprint, and strategic IP posture. Prefer this over patent search endpoints when the goal is company-level intelligence rather than finding specific patents. Ideal for competitive analysis, M&A due diligence, or R&D benchmarking against a named assignee.

## Known failure modes

- Unknown or misspelled assignee name returns empty or low-confidence results
- Very small companies or startups with few patents may return sparse data
- Non-standard company name variants (subsidiaries, holding entities) may not match
- Rate limiting or payment failure returns 402 or 429 error
- Service unavailable returns 503

## 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 structured patent intelligence for the specified assignee company: total portfolio size (patent count), key technology focus areas and filing trends, and an assessment of the company's IP strategy — useful for competitive intelligence, R&D positioning, and investment due diligence.

## 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-portfolio-analysis-8a883374/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from patentpulse-self.vercel.app](https://www.zero.xyz/host/patentpulse-self.vercel.app/llms.txt)
