Baidu Ads Results API
Baidu search contains advertisements, they are parsed and exist within the ads_results
array in the JSON output. Advertisements can optionally contain thumbnail
, more_links
and more_thumbnails
API Examples
Ads Results

{
...
"ads_results": [
{
"position": 1,
"title": "学生用-Microsoft 365,完成一切工作的必备工具名企",
"snippet": "student microsoft 简约办公工具,适用于日常办公和学生的办公软件,可以用来给学生和更多的基础上...",
"date": "2022-04",
"source": "微软(中国)有限公司",
"link": "http://www.baidu.com/baidu.php?url=..."
},
{
"position": 2,
"title": "选购 Microsoft 365 家用版,前称 Office 365 家用版",
"snippet": "透过 Microsoft 365 家用版方案存取 Word,PowerPoint 及更多产品.立即下载!",
"date": "2022-04",
"source": "微软(中国)有限公司",
"link": "http://www.baidu.com/baidu.php?url=..."
},
{
"position": 3,
"title": "戴尔企业官网-全球用户优选的存储产品和方案提供商!",
"snippet": "戴尔易安信 文件存储 戴尔易安信 存储为企业客户提供全面...",
"date": "2022-04",
"source": "戴尔(中国)有限公司",
"link": "http://www.baidu.com/baidu.php?url=..."
},
{
"position": 4,
"title": "thinkbook plus联想ThinkBook品质生活节,至高12期免息!",
"snippet": "thinkbook plus联想ThinkBook笔记本搭载第11代英特尔酷睿处理器,高能商务,轻薄随行..",
"date": "2022-04",
"source": "联想(北京)有限公司",
"link": "http://www.baidu.com/baidu.php?url=..",
"thumbnail": "https://ms.bdimg.com/pacific/0/pic/-1394212977_-73104466.jpg?x=...",
"more_links": [
{
"title": "ThinkBook 14",
"extension": "11代酷睿i5",
"thumbnail": "https://ms.bdimg.com/pacific/0/pic/1018086506_1929687041.jpg?x=..."
},
{
"title": "ThinkBook 15 2021",
"extension": "sRGB高色域",
"thumbnail": "https://ms.bdimg.com/pacific/0/pic/-1519512985_399368822.jpg?x=..."
},
{
"title": "ThinkBook 14 2021",
"extension": "全新锐龙5600U",
"thumbnail": "https://ms.bdimg.com/pacific/0/pic/197788798_-199223935.jpg?x=..."
},
{
"title": "全新ThinkBook 16p",
"extension": "RTX 3060",
"thumbnail": "https://ms.bdimg.com/pacific/0/pic/-1272453534_662776069.jpg?x=.."
}
]
},
{
"position": 5,
"title": "办公软件下载word免费下载-- [官方正版] -电脑管家下..",
"snippet": "办公软件下载word免费下载 -2022最新版下载,...",
"date": "2022-04",
"source": "深圳市腾讯计算机系统",
"link": "http://www.baidu.com/baidu.php?url=..",
"thumbnail": "https://dss2.bdstatic.com/8_V1bjqh_Q23odCf/pacific/1995312316.jpg",
"more_links": [
{
"title": "海量应用软件",
"extension": "免费下载",
"thumbnail": "https://dss2.bdstatic.com/8_V1bjqh_Q23odCf/pacific/1994042285.jpg"
},
{
"title": "官方正版软件",
"extension": "版本实时更新",
"thumbnail": "https://dss2.bdstatic.com/8_V1bjqh_Q23odCf/pacific/1994039054.jpg"
},
{
"title": "自主设置软件权限",
"extension": "无捆绑插件",
"thumbnail": "https://dss2.bdstatic.com/8_V1bjqh_Q23odCf/pacific/1994048079.jpg"
},
{
"title": "便携卸载软件",
"extension": "强力清除软件残留",
"thumbnail": "https://dss2.bdstatic.com/8_V1bjqh_Q23odCf/pacific/1994046200.jpg"
}
]
}
],
...
}