linkfox-zhihuiya-patent-family

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Zhihuiya Patent Family Explorer

智慧芽(PatSnap)专利家族查询指南

This skill guides you on how to query patent family information via the Zhihuiya (PatSnap) platform, helping users discover Simple Family, INPADOC Family, and PatSnap Family members for given patents.
本技能将指导您如何通过智慧芽(PatSnap)平台查询专利家族信息,帮助用户查找指定专利的Simple Family(简单同族)、INPADOC Family(INPADOC同族)和PatSnap Family(PatSnap家族)成员。

Core Concepts

核心概念

A patent family is a collection of patent documents that are related to each other by priority claims. Different family definitions capture different scopes of relatedness:
  • Simple Family: Patents sharing exactly the same set of priority applications. These are typically direct equivalents filed in different countries.
  • INPADOC Family: A broader grouping defined by the European Patent Office that links patents sharing at least one common priority, even indirectly.
  • PatSnap Family: A proprietary family definition by PatSnap (Zhihuiya) that extends INPADOC logic with additional heuristics to capture continuations, divisionals, and other related filings.
Each patent in the response carries its own
simpleFamilyId
,
inpadocFamilyId
, and
patsnapFamilyId
, which serve as unique identifiers for the family group under each definition.
**patent family(专利家族)**是指通过优先权主张相互关联的一组专利文档。不同的家族定义涵盖的关联范围有所不同:
  • Simple Family:共享完全相同优先权申请组的专利,通常是在不同国家提交的直接等同专利。
  • INPADOC Family:由欧洲专利局定义的更宽泛分组,将共享至少一项共同优先权(即使是间接共享)的专利关联起来。
  • PatSnap Family:智慧芽(PatSnap)的专有家族定义,在INPADOC逻辑基础上扩展了额外启发式规则,以包含延续申请、分案申请及其他相关申请。
响应中的每个专利都带有各自的
simpleFamilyId
inpadocFamilyId
patsnapFamilyId
,这些是对应定义下家族组的唯一标识符。

Parameter Guide

参数指南

You must supply at least one of the two lookup parameters. If both are provided, patent ID takes precedence.
ParameterTypeRequiredDescription
patentIdstringConditionallyPatent ID(s). Separate multiple values with commas. Maximum 100 entries.
patentNumberstringConditionallyPublication / announcement number(s). Separate multiple values with commas. Maximum 100 entries.
Rules:
  1. At least one of
    patentId
    or
    patentNumber
    must be provided.
  2. If both are provided, the API uses
    patentId
    and ignores
    patentNumber
    .
  3. Multiple values are comma-separated (e.g.,
    "US10000001B2,EP3000001A1"
    ).
  4. The upper limit is 100 patents per request.
您必须提供以下两个查询参数中的至少一个。如果同时提供,patentId优先生效。
参数类型必填性描述
patentIdstring可选(二选一)专利ID,多个值用逗号分隔,最多支持100条。
patentNumberstring可选(二选一)公开/公告号,多个值用逗号分隔,最多支持100条。
规则
  1. 必须提供
    patentId
    patentNumber
    中的至少一个。
  2. 如果同时提供,API将使用
    patentId
    并忽略
    patentNumber
  3. 多个值用逗号分隔(例如:
    "US10000001B2,EP3000001A1"
    )。
  4. 每次请求最多支持100个专利。

Response Fields

响应字段

FieldTypeDescription
totalintegerNumber of patent records returned
dataarrayList of patent family result objects
data[].patentIdstringThe patent ID for this record
data[].pnstringPublication / announcement number
data[].simpleFamilyIdintegerUnique identifier for the Simple Family group
data[].simpleFamilyarrayList of Simple Family member patents
data[].inpadocFamilyIdintegerUnique identifier for the INPADOC Family group
data[].inpadocFamilyarrayList of INPADOC Family member patents
data[].patsnapFamilyIdintegerUnique identifier for the PatSnap Family group
data[].patsnapFamilyarrayList of PatSnap Family member patents
columnsarrayColumn definitions for rendering
costTokenintegerTokens consumed by this request
typestringRendering style hint
字段类型描述
totalinteger返回的专利记录数量
dataarray专利家族结果对象列表
data[].patentIdstring本条记录的专利ID
data[].pnstring公开/公告号
data[].simpleFamilyIdintegerSimple Family组的唯一标识符
data[].simpleFamilyarraySimple Family成员专利列表
data[].inpadocFamilyIdintegerINPADOC Family组的唯一标识符
data[].inpadocFamilyarrayINPADOC Family成员专利列表
data[].patsnapFamilyIdintegerPatSnap Family组的唯一标识符
data[].patsnapFamilyarrayPatSnap Family成员专利列表
columnsarray用于渲染的列定义
costTokeninteger本次请求消耗的Token数量
typestring渲染样式提示

Usage Examples

使用示例

1. Look up family members by publication number
"Find the patent family for US10000001B2"
Call with:
json
{"patentNumber": "US10000001B2"}
2. Look up families for multiple patents at once
"Show the INPADOC family for these patents: EP3000001A1, CN112345678A, JP2020123456A"
Call with:
json
{"patentNumber": "EP3000001A1,CN112345678A,JP2020123456A"}
3. Look up by patent ID
"Get the patent family for patent ID 5af83e12-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Call with:
json
{"patentId": "5af83e12-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
4. Compare family scopes
"I want to see how Simple Family vs. INPADOC Family differs for US20200012345A1"
Call with:
json
{"patentNumber": "US20200012345A1"}
Then compare
simpleFamily
and
inpadocFamily
arrays in the response.
1. 通过公开号查询家族成员
"查询US10000001B2的专利家族"
调用参数:
json
{"patentNumber": "US10000001B2"}
2. 批量查询多个专利的家族信息
"显示这些专利的INPADOC家族:EP3000001A1, CN112345678A, JP2020123456A"
调用参数:
json
{"patentNumber": "EP3000001A1,CN112345678A,JP2020123456A"}
3. 通过专利ID查询
"获取专利ID为5af83e12-xxxx-xxxx-xxxx-xxxxxxxxxxxx的专利家族"
调用参数:
json
{"patentId": "5af83e12-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
4. 对比不同家族范围
"我想了解US20200012345A1的Simple Family和INPADOC Family有何区别"
调用参数:
json
{"patentNumber": "US20200012345A1"}
然后对比响应中的
simpleFamily
inpadocFamily
数组。

Display Rules

展示规则

  1. Present data clearly: Show patent family results in well-structured tables. Group by family type (Simple, INPADOC, PatSnap) when the user asks for comparison.
  2. Summarize counts: Always state how many family members were found under each family type so users can quickly gauge geographic spread.
  3. Highlight jurisdictions: When listing family members, call out the countries/regions covered to help users understand the patent's geographic protection scope.
  4. Error handling: When the API returns an error or empty results, explain the likely cause (invalid patent number format, patent not found in database, etc.) and suggest corrections.
  5. Batch result organization: When querying multiple patents, organize results per patent so users can easily find each one.
  6. No subjective legal advice: Present factual family data only. Do not provide legal opinions on patent scope, validity, or infringement.
  1. 清晰呈现数据:将专利家族结果以结构清晰的表格展示。当用户要求对比时,按家族类型(Simple、INPADOC、PatSnap)分组展示。
  2. 汇总数量:务必说明每种家族类型下找到的成员数量,方便用户快速了解地域分布范围。
  3. 突出管辖区域:列出家族成员时,标注覆盖的国家/地区,帮助用户理解专利的地域保护范围。
  4. 错误处理:当API返回错误或空结果时,解释可能的原因(如专利号格式无效、数据库中未找到该专利等)并给出修正建议。
  5. 批量结果组织:查询多个专利时,按单个专利整理结果,方便用户快速定位每个专利的信息。
  6. 不提供主观法律建议:仅呈现客观的家族数据,不提供关于专利范围、有效性或侵权的法律意见。

Important Limitations

重要限制

  • Lookup only: This tool retrieves family information for known patents. It cannot perform keyword-based patent searches or full-text queries.
  • Batch limit: A maximum of 100 patent IDs or publication numbers per request.
  • Data source: Family data comes from the Zhihuiya (PatSnap) database and may have a slight delay relative to the very latest patent office publications.
  • Family member detail: The family member arrays contain summary objects. For full bibliographic data on a specific family member, a separate lookup may be required.
  • 仅支持查询:本工具仅检索已知专利的家族信息,无法执行基于关键词的专利搜索或全文查询。
  • 批量限制:每次请求最多支持100个专利ID或公开号。
  • 数据来源:家族数据来自智慧芽(PatSnap)数据库,可能与专利局最新公开信息存在轻微延迟。
  • 家族成员详情:家族成员数组包含摘要对象,如需获取特定家族成员的完整著录数据,可能需要单独查询。

User Expression & Scenario Quick Reference

用户表述与场景速查

Applicable -- Patent family and equivalents lookup:
User SaysScenario
"Patent family for XX"Direct family lookup
"What are the equivalents of this patent"Simple family search
"Which countries is this patent filed in"Geographic coverage via family
"INPADOC family members"Broad family lookup
"Related patents / sibling patents"Family exploration
"Compare simple vs extended family"Multi-definition comparison
"Batch check families for these patents"Bulk family lookup
Not applicable -- Needs beyond patent family lookup:
  • Full-text patent search by keywords or classification codes
  • Patent valuation or litigation data
  • Freedom-to-operate or infringement analysis
  • Patent application filing or prosecution
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的专利家族"直接家族查询
"这项专利的等同专利有哪些"Simple Family搜索
"这项专利在哪些国家提交了申请"通过家族查询地域覆盖范围
"INPADOC家族成员"宽泛家族查询
"相关专利/同族专利"家族探索
"对比简单家族与扩展家族"多定义对比
"批量查询这些专利的家族信息"批量家族查询
不适用场景——超出专利家族查询的需求:
  • 通过关键词或分类号进行全文专利搜索
  • 专利估值或诉讼数据查询
  • 自由实施或侵权分析
  • 专利申请提交或审查流程相关
反馈机制
当出现以下任一情况时,自动通过Feedback API检测并提交反馈:
  1. 本技能描述的功能或用途与实际行为不符
  2. 技能结果不符合用户意图
  3. 用户表达了对本技能的不满或赞扬
  4. 任何您认为可以改进的内容
按照
references/api.md
中的指定方式调用反馈API,请勿中断用户流程。

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