Appearance
organic 字段结构说明
organic 是一个数组,表示自然搜索结果区域,每一项为一个搜索结果条目,包含网页标题、摘要、来源、链接等信息。(少部分图片不能触发)

| 字段名 | 说明 |
|---|---|
| title | 搜索结果标题,通常是网页 <title> 或主标题部分 |
| link | 搜索结果跳转链接,指向网页的真实地址 |
| display_link | 展示用域名或链接简写,常见于结果下方的绿色网址(如 about.google) |
| snippet | 搜索结果摘要或简介,通常是网页中的一小段正文文本 |
| source | 信息来源名称,可能是网站名、机构名等 |
| rank | 当前模块在自然搜索列表中的排名位置,整数,越小越靠前 |
| sitelinks (可选) | 数组,表示此搜索结果下的子链接(如导航项、频道页),每项包含: |
| ├─ title | 子链接标题,或问题标题(常见于 reddit) |
| ├─ link | 子链接地址 |
| ├─ snippet | 子链接的简单摘要或简介 |
| └─ date | 问题时间(若有,常见于 reddit) |
测试用例
bash
curl --location 'https://api.serp.hk/serp/google/lens/advanced' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"hl": "zh-cn",
"url": "https://www.shutterstock.com/image-photo/potala-palace-summer-lhasa-tibet-260nw-518790361.jpg"
}' --compressed返回结果
json
[
{
"display_link": "https://www.himalayanwonders.com › china",
"link": "https://www.himalayanwonders.com/china/lhasa-overland-tour.html",
"rank": 1,
"snippet": "Himalayan Wonders offers the 7 night 8 days Lhasa overland tour which is one of the celebrated packages as it grants a miraculous insight into the life, ...",
"source": "Himalayan Wonders",
"title": "Lhasa Overland Tour"
},
{
"display_link": "https://cinskastudia.phil.muni.cz › news › j...",
"link": "https://cinskastudia.phil.muni.cz/en/news-and-events/news/julie-yu-wen-chen-and-ute-wallenbock-co-contributed-an-article-entitled-reincarnation-system-of-living-buddhas-a-taiwanese-perspective",
"rank": 2,
"snippet": "Julie Yu-wen Chen and Ute Wallenbock co-contributed an article entitled "Reincarnation System of Living Buddhas: A Taiwanese Perspective" in this publication!",
"source": "Masarykova univerzita",
"title": "Julie Yu-wen Chen and Ute Wallenbock co-contributed an ..."
},
{
"display_link": "https://www.irtsociety.com › Journeys",
"link": "https://www.irtsociety.com/journey/china-and-tibet-rail-discovery/",
"rank": 3,
"snippet": "Explore western China by luxury Golden Eagle Silk Road Express train before venturing into mysterious Lhasa, Xizang. Learn more here.",
"source": "Society of International Railway Travelers",
"title": "Undiscovered Horizons on the Golden Eagle Silk Road ..."
},
{
"display_link": "https://wildchina.com › tour › the-red-drag...",
"link": "https://wildchina.com/tour/the-red-dragon-and-lhasa/",
"rank": 4,
"snippet": "Set off through the red dragon land to Lhasa, the place of the gods. Along the way, experience China's rich diversity and illustrious history on a journey ...",
"source": "WildChina",
"title": "The Red Dragon and Lhasa"
},
{
"display_link": "https://www.shutterstock.com › search › la...",
"link": "https://www.shutterstock.com/search/lamaism-spirit?page=2",
"rank": 5,
"snippet": "109 lamaism spirit stock photos, vectors, and illustrations are available royalty-free for download. · Buddhist stupa and Potala palace in Tibet · Potala palace ...",
"source": "Shutterstock",
"title": "Lamaism Spirit royalty-free images"
},
...
]