linkfox-zhihuiya-cited-references

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Zhihuiya Patent Forward Citation

智慧芽(PatSnap)专利前向引用查询

This skill guides you on how to query patent forward citation data from the Zhihuiya patent database, helping users discover the patents and non-patent literature cited by specific patents during their application process.
本技能将指导您如何从智慧芽专利数据库查询专利前向引用数据,帮助用户了解特定专利在申请过程中引用的专利及非专利文献。

Core Concepts

核心概念

Forward citation refers to the patents and non-patent literature that a given patent has cited in its application documents. This is a fundamental aspect of patent analysis — understanding what prior art a patent references helps assess its novelty, scope, and technological lineage.
  • Patent citations (
    citedPatents
    ): Other patents referenced by the queried patent.
  • Non-patent literature citations (
    citedOthers
    ): Academic papers, technical reports, and other non-patent documents referenced by the queried patent.
**前向引用(Forward citation)**指的是某一专利在其申请文件中引用的专利和非专利文献。这是专利分析的基础环节——了解专利参考的在先技术有助于评估其新颖性、保护范围和技术传承脉络。
  • 引用的专利文献(citedPatents):被查询专利引用的其他专利。
  • 引用的非专利文献(citedOthers):被查询专利引用的学术论文、技术报告及其他非专利文档。

Parameter Guide

参数指南

You must provide at least one of the following two parameters. If both are provided,
patentId
takes priority.
ParameterTypeRequiredDescription
patentIdstringConditionallyPatent ID(s). Multiple values separated by commas. Maximum 100 entries.
patentNumberstringConditionallyPublication/announcement number(s). Multiple values separated by commas. Maximum 100 entries.
Rules:
  1. At least one of
    patentId
    or
    patentNumber
    must be provided.
  2. If both are present,
    patentId
    is used preferentially.
  3. Multiple values are separated by commas (English commas).
  4. Each parameter supports up to 100 entries per request.
您必须提供以下两个参数中的至少一个。若同时提供,
patentId
优先级更高。
参数类型必填性说明
patentId字符串可选(二选一)专利ID,多个值用英文逗号分隔,最多支持100条。
patentNumber字符串可选(二选一)公开/公告号,多个值用英文逗号分隔,最多支持100条。
规则
  1. 必须提供
    patentId
    patentNumber
    中的至少一个。
  2. 若两者同时存在,优先使用
    patentId
  3. 多个值使用英文逗号分隔。
  4. 每个参数单次请求最多支持100条数据。

Response Fields

响应字段

FieldTypeDescription
totalintegerTotal number of records returned
dataarrayList of patent citation results
data[].patentIdstringPatent ID of the queried patent
data[].pnstringPublication/announcement number
data[].citedPatentsarrayList of cited patent documents
data[].citedOthersarrayList of cited non-patent literature
columnsarrayColumn definitions for rendering
costTokenintegerTokens consumed by the query
typestringRendering style hint
字段类型说明
total整数返回的记录总数
data数组专利引用结果列表
data[].patentId字符串被查询专利的ID
data[].pn字符串公开/公告号
data[].citedPatents数组引用的专利文献列表
data[].citedOthers数组引用的非专利文献列表
columns数组用于渲染的列定义
costToken整数查询消耗的令牌数
type字符串渲染样式提示

API Usage

API使用说明

This tool calls the LinkFox tool gateway API. See
references/api.md
for calling conventions, request parameters, and response structure. You can also execute
scripts/zhihuiya_cited_references.py
directly to run queries.
本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参考
references/api.md
。您也可以直接执行
scripts/zhihuiya_cited_references.py
来运行查询。

Usage Examples

使用示例

1. Query forward citations by publication number
Look up the forward citations for patent US10000000B2.
Parameters:
{"patentNumber": "US10000000B2"}
2. Query forward citations for multiple patents
Find all citations for patents US10000000B2, US9876543B1, and EP3456789A1.
Parameters:
{"patentNumber": "US10000000B2,US9876543B1,EP3456789A1"}
3. Query forward citations by patent ID
Retrieve the cited references for patent ID 12345678.
Parameters:
{"patentId": "12345678"}
4. Query forward citations using both identifiers
Look up citations for patent ID 12345678 (publication number US10000000B2).
Parameters:
{"patentId": "12345678", "patentNumber": "US10000000B2"}
(patentId takes priority)
1. 通过公开号查询前向引用
Look up the forward citations for patent US10000000B2.
参数:
{"patentNumber": "US10000000B2"}
2. 查询多个专利的前向引用
Find all citations for patents US10000000B2, US9876543B1, and EP3456789A1.
参数:
{"patentNumber": "US10000000B2,US9876543B1,EP3456789A1"}
3. 通过专利ID查询前向引用
Retrieve the cited references for patent ID 12345678.
参数:
{"patentId": "12345678"}
4. 同时使用两种标识查询前向引用
Look up citations for patent ID 12345678 (publication number US10000000B2).
参数:
{"patentId": "12345678", "patentNumber": "US10000000B2"}
(优先使用patentId)

Display Rules

展示规则

  1. Present data clearly: Show citation results in well-structured tables, separating patent citations from non-patent literature citations.
  2. Summarize counts: Always state the total number of cited patents and cited non-patent literature items.
  3. No fabrication: Only display data returned by the API. Do not infer or fabricate citation details.
  4. Error handling: When a query fails, explain the reason based on the error response and suggest the user verify their patent ID or publication number.
  5. Batch results: When querying multiple patents, organize results by patent so each patent's citations are clearly grouped.
  6. Empty results: If a patent has no citations, explicitly inform the user rather than showing an empty table.
  1. 清晰呈现数据:将引用结果以结构清晰的表格展示,区分专利引用与非专利文献引用。
  2. 汇总数量:务必说明引用的专利总数和非专利文献总数。
  3. 不编造数据:仅展示API返回的数据,不得推断或编造引用详情。
  4. 错误处理:当查询失败时,根据错误响应说明原因,并建议用户核实专利ID或公开号。
  5. 批量结果整理:查询多个专利时,按专利分组整理结果,确保每个专利的引用信息清晰区分。
  6. 空结果处理:若某专利无引用记录,需明确告知用户,而非展示空表格。

User Expression & Scenario Quick Reference

用户表述与场景速查

Applicable -- Patent citation queries:
User SaysScenario
"What patents does XX cite"Forward citation lookup
"Show me the references for patent XX"Citation detail retrieval
"What prior art is cited by XX"Prior art reference query
"List the cited literature for XX"Non-patent literature lookup
"Citation analysis for patent XX"Combined patent + literature citation
"What documents does patent XX reference"General citation query
Not applicable -- Needs beyond forward citation data:
  • Backward/reverse citations (who cites this patent)
  • Patent validity or legal status
  • Patent family analysis
  • Patent full-text search
  • Patent classification or landscape analysis
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved
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, set LinkFox Skills.
适用场景——专利引用查询
用户表述场景
"XX专利引用了哪些专利"前向引用查询
"展示XX专利的参考文献"引用详情检索
"XX专利引用了哪些在先技术"在先技术参考查询
"列出XX专利引用的文献"非专利文献查询
"XX专利的引证分析"专利+文献联合引用分析
"XX专利参考了哪些文档"通用引用查询
不适用场景——超出前向引用数据范围
  • 反向引用(哪些专利引用了该专利)
  • 专利有效性或法律状态
  • 专利家族分析
  • 专利全文检索
  • 专利分类或技术全景分析
反馈机制
当出现以下任一情况时,自动通过Feedback API检测并上报反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 技能结果与用户意图不匹配
  3. 用户表达了对本技能的不满或赞扬
  4. 任何您认为可以改进的内容
请按照
references/api.md
中的指定方式调用反馈API,请勿中断用户的操作流程。

如需获取更多高质量、专业的跨境电商技能,请访问LinkFox Skills