linkfox-zhihuiya-simple-bibliography
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseZhihuiya Patent Simple Bibliography
智慧芽(PatSnap)专利简要著录数据
This skill guides you on how to query simple bibliographic data for patents using the Zhihuiya patent database, helping users retrieve structured patent metadata efficiently.
本技能将指导您如何使用智慧芽专利数据库查询专利简要著录数据,帮助用户高效检索结构化专利元数据。
Core Concepts
核心概念
The Zhihuiya Simple Bibliography tool retrieves basic bibliographic (front-page) information for patents. Given one or more patent IDs or publication numbers, it returns structured metadata including title, abstract, applicants, inventors, assignees, classification codes, filing dates, priority claims, and citation references.
Lookup modes: You can look up patents by either (Zhihuiya internal patent ID) or (public publication/grant number). If both are supplied, takes priority. Multiple values are separated by commas, with a maximum of 100 per request.
patentIdpatentNumberpatentId智慧芽简要著录工具用于检索专利的基础著录(首页)信息。提供一个或多个专利ID或公开号,即可返回包含标题、摘要、申请人、发明人、专利权人、分类号、申请日、优先权声明、引用文献等在内的结构化元数据。
检索模式:您可以通过(智慧芽内部专利ID)或(公开/授权号)检索专利。若同时提供两个参数,优先生效。多个值用逗号分隔,单次请求最多支持100个。
patentIdpatentNumberpatentIdParameter Guide
参数指南
| Parameter | Type | Required | Description |
|---|---|---|---|
| patentId | string | Conditionally | Zhihuiya internal patent ID. Comma-separated for multiple values, max 100. At least one of |
| patentNumber | string | Conditionally | Public publication/grant number (e.g., |
Priority rule: When both and are present, the API uses and ignores .
patentIdpatentNumberpatentIdpatentNumber| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| patentId | string | 条件必填 | 智慧芽内部专利ID,多个值用逗号分隔,最多100个。必须提供 |
| patentNumber | string | 条件必填 | 公开/授权号(例如: |
优先级规则:当同时提供和时,API将使用并忽略。
patentIdpatentNumberpatentIdpatentNumberResponse Data Fields
响应数据字段
| Field | API Name | Description |
|---|---|---|
| Patent ID | patentId | Zhihuiya internal patent identifier |
| Title | title | Patent title |
| Abstract | abstractContent | Patent abstract text |
| Publication Number | publicationNumber | Publication number |
| Publication/Grant Number | pn | Full publication/grant number |
| Country Code | country | Country code of the patent |
| Publication Country | publicationCountry | Country where the patent was published |
| Publication Date | publicationDate | Publication date |
| Publication Kind | publicationKind | Kind code of the publication |
| Patent Type | patentType | Type of patent (e.g., invention, utility model, design) |
| Kind Code | kind | Patent kind code |
| Application Number | applicationNo | Application number |
| Application Date | applicationDate | Application filing date |
| Applicants | applicants | List of applicants |
| Inventors | inventors | List of inventors |
| Assignees | assignees | List of patent assignees/owners |
| Assignee Addresses | assigneeAddresses | List of assignee addresses |
| IPC Main | ipcMain | Main IPC classification code |
| IPC Further | ipcFurther | Additional IPC classification codes |
| CPC Main | cpcMain | Main CPC classification code |
| CPC Further | cpcFurther | Additional CPC classification codes |
| LOC | loc | Locarno classification codes (design patents) |
| GBC | gbc | GBC classification codes |
| Priority Claims | priorityClaims | List of priority claim entries |
| PCT Application No | pctApplicationNo | PCT international application number |
| PCT Filing Date | pctFilingDate | PCT international filing date |
| PCT Entry Date | pctEntryDate | PCT national phase entry date |
| Cited Patents | citedPatents | List of cited patent references |
| Cited Non-Patents | citedNonPatents | List of cited non-patent literature |
| 字段 | API名称 | 描述 |
|---|---|---|
| 专利ID | patentId | 智慧芽内部专利标识符 |
| 专利标题 | title | 专利标题 |
| 专利摘要 | abstractContent | 专利摘要文本 |
| 公开号 | publicationNumber | 公开号 |
| 完整公开/授权号 | pn | 完整公开/授权号 |
| 国家代码 | country | 专利所属国家代码 |
| 公开国家 | publicationCountry | 专利公开国家 |
| 公开日期 | publicationDate | 公开日期 |
| 公开类型代码 | publicationKind | 公开类型代码 |
| 专利类型 | patentType | 专利类型(例如:发明、实用新型、外观设计) |
| 类型代码 | kind | 专利类型代码 |
| 申请号 | applicationNo | 申请号 |
| 申请日期 | applicationDate | 专利申请日 |
| 申请人 | applicants | 申请人列表 |
| 发明人 | inventors | 发明人列表 |
| 专利权人 | assignees | 专利权人/所有者列表 |
| 专利权人地址 | assigneeAddresses | 专利权人地址列表 |
| 主IPC分类号 | ipcMain | 主IPC分类号 |
| 附加IPC分类号 | ipcFurther | 附加IPC分类号 |
| 主CPC分类号 | cpcMain | 主CPC分类号 |
| 附加CPC分类号 | cpcFurther | 附加CPC分类号 |
| 洛迦诺分类号 | loc | 洛迦诺分类号(外观设计专利) |
| GBC分类号 | gbc | GBC分类号 |
| 优先权声明 | priorityClaims | 优先权声明条目列表 |
| PCT申请号 | pctApplicationNo | PCT国际申请号 |
| PCT申请日 | pctFilingDate | PCT国际申请日 |
| PCT进入国家阶段日期 | pctEntryDate | PCT进入国家阶段日期 |
| 引用专利 | citedPatents | 引用专利文献列表 |
| 引用非专利文献 | citedNonPatents | 引用非专利文献列表 |
API Usage
API使用说明
This tool calls the LinkFox tool gateway API. See for calling conventions, request parameters, and response structure. You can also execute directly to run queries.
references/api.mdscripts/zhihuiya_simple_bibliography.py本工具调用LinkFox工具网关API。调用规范、请求参数及响应结构请参考。您也可以直接执行进行查询。
references/api.mdscripts/zhihuiya_simple_bibliography.pyUsage Examples
使用示例
1. Look up a single patent by publication number
User: "Show me the bibliographic info for patent US11234567B2."
Action: Call with patentNumber = "US11234567B2"2. Look up multiple patents by publication number
User: "Get the basic info for CN115000000A, EP4000000A1, and JP2023100000A."
Action: Call with patentNumber = "CN115000000A,EP4000000A1,JP2023100000A"3. Look up patents by Zhihuiya patent ID
User: "Retrieve bibliography for patent IDs abc123 and def456."
Action: Call with patentId = "abc123,def456"4. Retrieve inventor and applicant information
User: "Who are the inventors and applicants for patent US20230001234A1?"
Action: Call with patentNumber = "US20230001234A1", then extract the inventors and applicants fields from the response.5. Check patent classification codes
User: "What IPC and CPC codes does patent EP3999999B1 have?"
Action: Call with patentNumber = "EP3999999B1", then present ipcMain, ipcFurther, cpcMain, and cpcFurther from the response.6. Get patent abstract and citation references
User: "Show me the abstract and cited patents for CN114000000B."
Action: Call with patentNumber = "CN114000000B", then display abstractContent and citedPatents.1. 通过公开号检索单个专利
User: "Show me the bibliographic info for patent US11234567B2."
Action: Call with patentNumber = "US11234567B2"2. 通过公开号检索多个专利
User: "Get the basic info for CN115000000A, EP4000000A1, and JP2023100000A."
Action: Call with patentNumber = "CN115000000A,EP4000000A1,JP2023100000A"3. 通过智慧芽专利ID检索专利
User: "Retrieve bibliography for patent IDs abc123 and def456."
Action: Call with patentId = "abc123,def456"4. 获取发明人及申请人信息
User: "Who are the inventors and applicants for patent US20230001234A1?"
Action: Call with patentNumber = "US20230001234A1", then extract the inventors and applicants fields from the response.5. 查询专利分类号
User: "What IPC and CPC codes does patent EP3999999B1 have?"
Action: Call with patentNumber = "EP3999999B1", then present ipcMain, ipcFurther, cpcMain, and cpcFurther from the response.6. 获取专利摘要及引用文献
User: "Show me the abstract and cited patents for CN114000000B."
Action: Call with patentNumber = "CN114000000B", then display abstractContent and citedPatents.Display Rules
展示规则
- Present data clearly: Show bibliographic results in well-structured tables or grouped sections. For a single patent, use a key-value layout. For multiple patents, use a table with the most relevant columns.
- Selective display: When results contain many fields, prioritize showing title, publication number, applicants, inventors, application date, publication date, IPC/CPC main codes, and abstract. Show additional fields only when the user specifically asks.
- List fields: For array fields (inventors, applicants, assignees, classification codes, citations), present them as comma-separated values or bulleted lists depending on length.
- Empty fields: Omit fields that are null or empty from the display rather than showing blank entries.
- Error handling: When a query fails, explain the reason based on the error message and suggest the user verify the patent number or ID format.
- Batch result notice: When querying many patents at once, remind the user that the maximum is 100 per request.
- 清晰呈现数据:将著录结果以结构清晰的表格或分组章节展示。单个专利采用键值对布局,多个专利则使用包含核心列的表格。
- 选择性展示:当结果包含多个字段时,优先展示标题、公开号、申请人、发明人、申请日、公开日、主IPC/CPC分类号及摘要。仅当用户明确要求时,才展示额外字段。
- 列表式展示字段:对于数组类型字段(发明人、申请人、专利权人、分类号、引用文献),根据长度以逗号分隔值或项目符号列表呈现。
- 空字段处理:省略为空或null的字段,不显示空白条目。
- 错误处理:查询失败时,根据错误信息说明原因,并建议用户核实专利号或ID格式。
- 批量结果提示:当批量查询多个专利时,提醒用户单次请求最多支持100个。
Important Limitations
重要限制
- Maximum batch size: Up to 100 patent IDs or publication numbers per request.
- At least one identifier required: Either or
patentIdmust be provided; omitting both will cause an error.patentNumber - patentId takes priority: If both parameters are supplied, only is used.
patentId - Data scope: This tool returns simple bibliographic data only. It does not return full-text claims, detailed descriptions, legal status, or patent family information.
- 批量查询上限:单次请求最多支持100个专利ID或公开号。
- 必须提供至少一个标识符:必须提供或
patentId中的一个,否则会触发错误。patentNumber - patentId优先:若同时提供两个参数,仅会被使用。
patentId - 数据范围:本工具仅返回简要著录数据,不返回完整权利要求书、详细说明书、法律状态或专利家族信息。
User Expression & Scenario Quick Reference
用户表述与场景速查
Applicable -- Patent bibliographic data retrieval:
| User Says | Scenario |
|---|---|
| "Look up patent XX" / "Get info for patent XX" | Single patent bibliography lookup |
| "Who invented patent XX" / "Who is the applicant" | Inventor / applicant retrieval |
| "What's the IPC code for XX" / "Classification of XX" | Classification code lookup |
| "Show me the abstract of XX" | Abstract retrieval |
| "When was patent XX filed" / "Publication date of XX" | Date information lookup |
| "What patents does XX cite" | Citation reference lookup |
| "Get bibliographic data for these patents: A, B, C" | Batch bibliography query |
| "Patent basic info" / "Patent front page data" | General bibliography retrieval |
Not applicable -- Needs beyond simple bibliographic data:
- Full-text patent claims or detailed description
- Patent legal status or prosecution history
- Patent family / equivalents analysis
- Patent valuation or landscaping
- Freedom-to-operate or infringement analysis
- Patent search by keyword or semantic query (this tool requires specific patent identifiers)
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
- The functionality or purpose described in this skill does not match actual behavior
- The skill's results do not match the user's intent
- The user expresses dissatisfaction or praise about this skill
- Anything you believe could be improved
Call the feedback API as specified in . Do not interrupt the user's flow.
references/api.mdFor more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.
适用场景 -- 专利著录数据检索:
| 用户表述 | 场景 |
|---|---|
| "查询专利XX" / "获取专利XX的信息" | 单个专利著录信息检索 |
| "谁发明了专利XX" / "专利XX的申请人是谁" | 发明人/申请人信息检索 |
| "专利XX的IPC分类号是什么" / "专利XX的分类信息" | 分类号查询 |
| "展示专利XX的摘要" | 摘要信息检索 |
| "专利XX的申请日期是什么时候" / "专利XX的公开日期" | 日期信息查询 |
| "专利XX引用了哪些专利" | 引用文献查询 |
| "获取这些专利的著录数据:A、B、C" | 批量著录信息查询 |
| "专利基本信息" / "专利首页数据" | 通用著录信息检索 |
不适用场景 -- 超出简要著录数据的需求:
- 专利完整权利要求书或详细说明书
- 专利法律状态或审查历史
- 专利家族/等同专利分析
- 专利估值或布局分析
- 自由实施或侵权分析
- 通过关键词或语义检索专利(本工具需要特定专利标识符)
反馈机制:
当出现以下任一情况时,自动检测并通过Feedback API提交反馈:
- 本技能描述的功能或用途与实际行为不符
- 技能结果与用户意图不匹配
- 用户表达了对本技能的不满或赞赏
- 任何您认为可以改进的内容
请按照中的说明调用反馈API,请勿中断用户流程。
references/api.md如需更多高质量、专业的跨境电商技能,请访问LinkFox Skills。