> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/zh/pa-qu/serp-api/jie-xi-hou-de-json-jie-guo-1/bing.md).

# Bing

#### Bing搜索平台返回参数词典

#### 一级：navigation\_tabs（导航标签栏）

* 二级：link（导航标签栏对应链接）
* 二级：title（导航标签栏对应标题）
* 二级：image（导航标签栏图像）
* 二级：image\_alt（导航标签栏图像alt内容）
* 二级：image\_url（导航标签栏图像URL）

***

#### 一级：middle\_ads（搜索结果中部广告）

* 二级：title（广告标题）
* 二级：link（广告网址）
* 二级：referral\_link（推荐来源链接）
* 二级：description（广告描述）
* 二级：extensions（广告扩展信息）
* 二级：products（广告商品信息）

***

#### 一级：bottom\_ads（搜索结果底部广告）

* 二级：title（广告标题）
* 二级：link（广告网址）
* 二级：referral\_link（推荐来源链接）
* 二级：description（广告描述）
* 二级：extensions（广告扩展信息）
* 二级：products（广告商品信息）

***

#### 一级：organic（搜索结果）

* 二级：link（搜索结果链接）
* 二级：title（搜索结果标题）
* 二级：display\_link（网址路径）
* 二级：site\_name（所属网站名称）
* 二级：description（搜索结果描述）
* 二级：extensions（扩展信息）
* 二级：products（商品列表）
  * 三级：name（商品名）
  * 三级：href（商品链接）
  * 三级：image（商品图像）
  * 三级：price（商品价格）

***

#### 一级：images（图像列表）

* 二级：link（图像对应网址）
* 二级：image（图像）
* 二级：image\_url（图像URL）
* 二级：image\_alt（图像alt内容）

***

#### 一级：explores（探索推荐模块）

* 二级：title（标题）
* 二级：href（URL）
* 二级：image（图片URL）

***

#### 一级：videos（视频）

* 二级：title（视频标题）
* 二级：href（视频URL）
* 二级：duration（视频时长）
* 二级：source（视频来源）
* 二级：extends（扩展信息）

***

#### 一级：news（新闻）

* 二级：title（新闻标题）
* 二级：href（新闻链接）
* 二级：decription（新闻描述）
* 二级：date（发布时间）

***

#### 一级：interesting（可能感兴趣的内容）

* 二级：title（内容标题）
* 二级：href（内容URL）
* 二级：source（内容来源）

***

#### 一级：people\_also\_ask（相关常见问题）

* 二级：title（问题标题）
* 二级：href（问题URL）
* 二级：decription（问题描述）

***

#### 一级：dictionary（词典）

* 二级：spelling（拼写）
* 二级：pronunciation（发音）
* 二级：part\_of\_speech（词性）
* 二级：usage（用法示例）
  * 三级：interpretation\_str（解释性字符串）
  * 三级：example（例句）

***

#### 一级：related（相关搜索）

* 二级：text（搜索内容）
* 二级：link（搜索网址）

***

#### 一级：pagination（分页信息）

* 二级：pages（页码列表）
  * 三级：page（页码）
  * 三级：start（结果起始位置）
  * 三级：link（分页网址）
* 二级：current\_page（当前页码）
* 二级：next\_page（下一页）
* 二级：next\_page\_start（下一页起始位置）
* 二级：next\_page\_link（下一页网址）

如果您需要更多帮助，请通过邮箱<support@thordata.com>联系我们。<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.thordata.com/doc/zh/pa-qu/serp-api/jie-xi-hou-de-json-jie-guo-1/bing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
