This skill guides you on how to retrieve patent claim data via the Eureka patent platform, helping users quickly access the full claim text and claim count for one or more patents.
The Eureka Claim Data tool returns the complete claims section for each queried patent:
replaceByRelated is enabled ("1"), if the requested patent has no claims data, the system will attempt to use a related patent (e.g., the granted version of an application) to provide claim data. The pnRelated field indicates which related patent was used.Patent identification: Patents can be looked up by either patent ID or publication number. When both are provided, patent ID takes priority. Multiple values can be submitted in a single request (comma-separated).
| Parameter | Required | Description |
|---|---|---|
| ----------- | ---------- | ------------- |
| patentId | Conditionally | Patent ID. At least one of patentId or patentNumber must be provided. Comma-separated for multiple values. |
| patentNumber | Conditionally | Publication (announcement) number. At least one of patentId or patentNumber must be provided. Comma-separated for multiple values. |
| replaceByRelated | Optional | Whether to use a related patent as fallback when the queried patent has no claims. "1" = enable fallback, "0" = disable (default). |
patentNumber.patentId.patentId takes precedence.replaceByRelated to "1" when the user wants claim data even if the exact publication has none (common for application-stage patents).| Field | Description |
|---|---|
| ------- | ------------- |
| patentId | The patent's internal ID |
| pn | Publication (announcement) number |
| pnRelated | Publication number of the related patent used as fallback (only present when replaceByRelated is enabled and a fallback occurred) |
| claims | Array of claim objects containing the full claim text |
| claimCount | Total number of claims |
| total | Total number of records returned |
| costToken | Token cost for this query |
1. Retrieve claims for a single patent
Show me the claims for patent CN115000000A.
2. Get the claim count for a patent
How many claims does US11000000B2 have?
3. Batch-query claims for multiple patents
Get the claims for patents EP3000000A1 and CN115000001A.
4. Use related patent fallback for an application
Get the claims for application CN202210000000.0A — if claims aren't available, use the granted version.
5. Compare claims between patents
Show me the independent claims of US11000000B2 and US10000000B1 side by side.
pnRelated is present, clearly inform the user that claims were sourced from a related patent and state which one.patentId or patentNumber must be provided; the request will fail if both are empty.patentId and patentNumber are provided, the system uses patentId and ignores patentNumber.replaceByRelated to attempt a fallback to a related patent.Applicable — Queries about patent claims:
| User Says | Scenario |
|---|---|
| ----------- | ---------- |
| "Show me the claims for patent XX" | Full claims retrieval |
| "How many claims does XX have" | Claim count query |
| "What is claim 1 of patent XX" | Independent claim lookup |
| "Get claims using the granted version" | Fallback to related patent |
| "Compare the claims of XX and YY" | Multi-patent claim comparison |
| "What does patent XX protect" | Protection scope (claims-based) |
Not applicable — Needs beyond patent claims:
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.
共 2 个版本