API文档 知识产权 国际专利列表
基本信息
接口地址
https://api.qixin.com/APIService/patent/getIntPatentListByName
数据格式
JSON
请求方式
GET
请求示例
https://api.qixin.com/APIService/patent/getIntPatentListByName?keyword=上海合合信息科技股份有限公司
描述
查询企业的专利列表相关信息,如公开号、申请号、申请人、专利权人、发明人、代理机构等。
请求参数 (Headers)
参数名类型必填描述
Auth-Version String 2.0(参数值),固定传入:2.0
appkey String 启信慧眼数据开放平台获取 ,获取方式:个人中心-安全中心-API 密钥,获取appkey的同时,请完成IP白名单的配置:个人中心-安全中心-API IP白名单设置,如未配置,接口调试会报错“104 未添加IP白名单”
timestamp String UNIX时间戳,精确到毫秒,示例:1656921036000,当前系统时间近10分钟有效
sign String 请求认证签名,对appkey+timestamp+secret_key进行md5或者sha256摘要计算的结果,小写字符串(实际加密不带入‘+’)
请求参数 (Query)
参数名类型必填描述
keyword String 企业全名/注册号/统一社会信用代码
skip Number 跳过条目数(跳过的条数,默认不填返回前20条,取21到40条的数据,skip=20,以此类推进行取数)
响应参数
参数名类型长度描述
sign
data.sign
String 32 数据签名
status
data.status
String 10 返回结果状态
message
data.message
String 255 返回结果消息
data
data.data
Object 0 返回查询结果,如果没有匹配记录则返回为空。具体字段含义见下表
total
data.data.total
Number 0 返回列表中记录总数
num
data.data.num
Number 0 本次调用返回记录数
items
data.data.items
Array 0 国际专利列表
eid
data.data.items.eid
string 36 企业id
ename
data.data.items.ename
string 255 企业名称
role
data.data.items.role
string 50 企业角色
pub_num
data.data.items.pub_num
string 100 公开(公告)号
pub_date
data.data.items.pub_date
string 20 公开(公告)日
first_pub_date
data.data.items.first_pub_date
string 20 首次公开日
application_num
data.data.items.application_num
string 100 申请号
application_date
data.data.items.application_date
string 20 申请日
earliest_priority_date
data.data.items.earliest_priority_date
string 20 最早优先权日
priority_data
data.data.items.priority_data
array 0 优先权数据
priority_num
data.data.items.priority_data.priority_num
string 255 优先权号码
priority_date
data.data.items.priority_data.priority_date
string 36 优先权日期
pcountry
data.data.items.priority_data.pcountry
string 255 国家
grant_date
data.data.items.priority_data.grant_date
string 36 优先权生成日期
pct_pub_num
data.data.items.pct_pub_num
string 100 PCT公开号
pct_pub_date
data.data.items.pct_pub_date
string 20 PCT公开日
pct_application_num
data.data.items.pct_application_num
string 100 PCT申请号
pct_application_date
data.data.items.pct_application_date
string 20 PCT申请日
pct_country
data.data.items.pct_country
string 50 PCT国别
gran
data.data.items.gran
array 0 授权信息
grant_date
data.data.items.gran.grant_date
string 36 授权日期
grant_number
data.data.items.gran.grant_number
string 1000 授权号
applicant
data.data.items.applicant
array 0 申请人
name
data.data.items.applicant.name
string 255 名称
address
data.data.items.applicant.address
string 6000 地址
country
data.data.items.applicant.country
string 255 国家
patentee
data.data.items.patentee
array 0 专利权人
name
data.data.items.patentee.name
string 255 名称
address
data.data.items.patentee.address
string 6000 地址
country
data.data.items.patentee.country
string 255 国家
inventor
data.data.items.inventor
string 6000 发明人
agent
data.data.items.agent
string 6000 代理人
agency
data.data.items.agency
array 6000 代理机构
name
data.data.items.agency.name
string 255 名称
related_companies
data.data.items.related_companies
array 0 关联企业
type
data.data.items.related_companies.type
string 255 类型
role
data.data.items.related_companies.role
string 255 角色
name
data.data.items.related_companies.name
string 255 企业名称
eid
data.data.items.related_companies.eid
string 255 企业id
is_history
data.data.items.is_history
string 10 是否历史
响应示例
JSON
{
    "status": "200",
    "message": "操作成功",
    "sign": "0754f27a49014ad5b135b842309b0fd3",
    "data": {
        "total": 13,
        "num": 13,
        "items": [
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119781801A",
                "pub_date": "2025-04-08",
                "first_pub_date": "-",
                "application_num": "CN202411794681.3",
                "application_date": "2024-12-09",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119782417A",
                "pub_date": "2025-04-08",
                "first_pub_date": "-",
                "application_num": "CN202411795011.3",
                "application_date": "2024-12-09",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119884381A",
                "pub_date": "2025-04-25",
                "first_pub_date": "-",
                "application_num": "CN202411794894.6",
                "application_date": "2024-12-09",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119884591A",
                "pub_date": "2025-04-25",
                "first_pub_date": "-",
                "application_num": "CN202411794807.7",
                "application_date": "2024-12-09",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119667602A",
                "pub_date": "2025-03-21",
                "first_pub_date": "-",
                "application_num": "CN202411681997.1",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119671950A",
                "pub_date": "2025-03-21",
                "first_pub_date": "-",
                "application_num": "CN202411681613.6",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119672719A",
                "pub_date": "2025-03-21",
                "first_pub_date": "-",
                "application_num": "CN202411681866.3",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119676566A",
                "pub_date": "2025-03-21",
                "first_pub_date": "-",
                "application_num": "CN202411681467.7",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119718911A",
                "pub_date": "2025-03-28",
                "first_pub_date": "-",
                "application_num": "CN202411681273.7",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119719332A",
                "pub_date": "2025-03-28",
                "first_pub_date": "-",
                "application_num": "CN202411682205.2",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119719534A",
                "pub_date": "2025-03-28",
                "first_pub_date": "-",
                "application_num": "CN202411681130.6",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN119720998A",
                "pub_date": "2025-03-28",
                "first_pub_date": "-",
                "application_num": "CN202411682434.4",
                "application_date": "2024-11-22",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            },
            {
                "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866",
                "ename": "上海合合信息科技股份有限公司",
                "role": "申请人",
                "pub_num": "CN114116879B",
                "pub_date": "2025-03-11",
                "first_pub_date": "-",
                "application_num": "CN202111444974.5",
                "application_date": "2021-11-30",
                "earliest_priority_date": "-",
                "priority_data": [],
                "pct_pub_num": "-",
                "pct_pub_date": "-",
                "pct_application_num": "-",
                "pct_application_date": "-",
                "pct_country": "-",
                "gran": [],
                "applicant": [
                    {
                        "name": "上海生腾数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海合合信息科技股份有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海临冠数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    },
                    {
                        "name": "上海盈五蓄数据科技有限公司",
                        "address": "-",
                        "country": "-"
                    }
                ],
                "patentee": [],
                "inventor": "-",
                "agent": "-",
                "agency": [],
                "related_companies": [
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海生腾数据科技有限公司",
                        "eid": "bc22240d-bf6b-46f1-8b76-3d7a98b5ab28"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海合合信息科技股份有限公司",
                        "eid": "e8cdf5e0-97ad-4e1e-a8e4-29358f8a9866"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海临冠数据科技有限公司",
                        "eid": "f0c8ec3c-e006-4217-b10f-e37680fbf809"
                    },
                    {
                        "type": "-",
                        "role": "申请人",
                        "name": "上海盈五蓄数据科技有限公司",
                        "eid": "8f2e0791-38ef-4c7b-8629-f5780dae3a11"
                    }
                ],
                "is_history": "0"
            }
        ]
    }
}
代码示例
javascript
let request = require('request');
let urlEncode = require('urlencode');
let crypto = require('crypto');

let baseUrl = 'https://api.qixin.com/APIService/patent/getIntPatentListByName';
let appkey = '正式appkey';
let secretKey = '正式secret_key';
let timeStamp = new Date().getTime();
const hash = crypto.createHash('md5');
let sign = hash.update(appkey + timeStamp + secretKey).digest('hex');

let urlParams = {
    keyword: 'keyword的值',
    skip: 'skip的值'
}

let concatParams = []
for (let key in urlParams) {
    concatParams.push(key + '=' + urlParams[key]);
}

let options = {
    'method': 'GET',
    'url': baseUrl + '?' + concatParams.join('&'),
    'headers': {
        'Connection': 'keep-alive',
        'Auth-version': '2.0',
        'appkey': appkey,
        'timestamp': timeStamp,
        'sign': sign
    }
};

request(options, function (error, response) {
    if (error) throw new Error(error);
    console.log(response.body);
});