Google 专利搜索
Google Patents 搜索 SERP,支持专利检索和分页参数。
本页给出 Google 专利搜索 的字段定义、参数分组、必填约束以及可用过滤参数。
元数据
| 字段 | 值 |
|---|---|
| 引擎名称 | Google 专利搜索 |
| 原始名称 | Google Patents Search |
| 内部标识(scraper) | google_patents_search |
| 接口标识(engine) | google_patents_search |
| 网站 | |
| 网站地址 | patents.google.com |
| 输出格式 | json |
| 版本 | 1.0.0 |
| 参数数量 | 3 |
| 参数分组 | 搜索词 (1), 分页 (2) |
请求示例
下面的请求体是本次文档更新时实际用于验证 google_patents_search 的请求。对于 /v1/serp,engine 字段应传当前引擎的 scraper 值。
curl -X POST "https://run.xcrawl.com/v1/serp" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"engine":"google_patents_search","q":"artificial intelligence"}'响应示例
下面的 JSON 片段来自同一次真实响应。为了避免页面被超长字段淹没,超长字符串、data URL 和大型数组做了裁剪。
{
"search_metadata": {
"cached": true,
"created_at": "2026-03-26 08:20:38 UTC",
"id": "01KMMKNX7VAPA70WJ7NAX4WE80",
"json_endpoint": "https://serp.xcrawl.com/01KMMKNX7VAPA70WJ7NAX4WE80.json",
"processed_at": "2026-03-26 08:20:38 UTC",
"raw_html_file": "https://serp.xcrawl.com/01KMMKNX7VAPA70WJ7NAX4WE80.html",
"status": "completed",
"total_time_taken": 16
},
"search_parameters": {
"engine": "google_patents_search",
"q": "artificial intelligence"
},
"total_credits_used": 1,
"organic_results": [
{
"entity_matches": {
"additional": 0
},
"id": "patent/US11074495B2/en",
"is_similar_document": false,
"measure_matches": {},
"patent": {
"assignee": "Z Advanced Computing, Inc. (Zac)",
"family_metadata": {
"aggregated": {
"country_status": [
{
"best_patent_stage": {
"state": "ACTIVE"
},
"country_code": "US"
}
]
}
},
"figures": [
{
"full": "32/26/a3/7b3b4626d20225/US11074495-20210727-D00000.png",
"thumbnail": "d6/ac/34/e8551252c789ac/US11074495-20210727-D00000.png"
},
{
"_note": "337 more items omitted"
}
],
"filing_date": "2018-03-12",
"grant_date": "2021-07-27",
"inventor": "Lotfi A. Zadeh",
"_note": "8 more fields omitted"
},
"rank": 0
},
{
"_note": "9 more items omitted"
}
],
"summary": {
"assignee": [
{
"frequency": [
{
"key": "2025-2028",
"value": 24
},
{
"_note": "3 more items omitted"
}
],
"key": "Total",
"value": 1000
},
{
"_note": "19 more items omitted"
}
],
"cpc": [
{
"frequency": [
{
"key": "2025-2028",
"value": 24
},
{
"_note": "3 more items omitted"
}
],
"key": "Total",
"value": 1000
},
{
"_note": "19 more items omitted"
}
],
"inventor": [
{
"frequency": [
{
"key": "2025-2028",
"value": 24
},
{
"_note": "3 more items omitted"
}
],
"key": "Total",
"value": 1000
},
{
"_note": "19 more items omitted"
}
]
}
}必填参数
以下表格列出当前 metadata 中标记为 must: true 的字段。字段是否必填,以 properties.<field>.must 为准,不以顶层 required 数组为准。
| 参数 | 类型 | 分组 | 说明 |
|---|---|---|---|
q | string | 搜索词 | 你想让搜索引擎检索的关键词或短语。 |
可用参数
以下内容按后端返回的字段分组展示。主表只保留字段名、类型、必填标记和字段说明;默认值、可选值等附加约束会列在每个分组后。
搜索词
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
q | string | 是 | 你想让搜索引擎检索的关键词或短语。 |
分页
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
num | number | 否 | 希望返回的结果数量。 |
page | number | 否 | 当前引擎使用的页码参数。 |
附加约束
num:默认值:10page:默认值:1
