# 解析后的JSON结果

了解什么是解析。\
SERP API 的解析是将原始的 HTML 响应转换为具有数据字段和值的结构化 JSON 的过程。

当结果被解析后，我们输出的结果的将进一步结构化为可视的数据字段和值，例如：`link`、`display_link`、`title`、`description`、`rank`、`global_rank`、`image`、`image_alt`、`image_url`等字段，可以让您能够监控竞争对手的SERP排名，分析关键词趋势并收集有价值的市场见解。

发送解析请求：\
以下是 SERP API 使用“json=1”解析的最简单的 GET 解析请求：

```sh
curl -k "https://www.bing.com/search?q=pizza&json=1" --proxy scraping.thordata.com:30001 --proxy-user td-customer-serp_USERNAME:PASSWORD
```

Google 和 Bing 均支持解析请求。

**基本请求-细分：**

<table><thead><tr><th width="262">参数</th><th width="479">说明</th></tr></thead><tbody><tr><td>scraping.thordata.com</td><td>我们负载均衡器的地址，它将为您的请求找到最快的超级代理</td></tr><tr><td>30001</td><td>我们的基础设施端口，用于接收您的请求</td></tr><tr><td>user td-customer-serp_USERNAME:PASSWORD</td><td>用户名身份验证</td></tr><tr><td>json=1</td><td>返回解析后的JSON结果，未设置该值将返回原始HTML结果</td></tr></tbody></table>

此外，若想要了解 [**Google**](https://doc.thordata.com/doc/zh/pa-qu/serp-api/jie-xi-hou-de-json-jie-guo-1/gu-ge) 、[**Bing**](https://doc.thordata.com/doc/zh/pa-qu/serp-api/jie-xi-hou-de-json-jie-guo-1/bing)、[**Yandex**](https://doc.thordata.com/doc/zh/pa-qu/serp-api/jie-xi-hou-de-json-jie-guo-1/yandex)和[**DuckDuckgo**](https://doc.thordata.com/doc/zh/pa-qu/serp-api/jie-xi-hou-de-json-jie-guo-1/duckduckgo) 解析后的JOSN字段，点击对应平台即可跳转。

如果您需要更多帮助，请通过邮&#x7BB1;**<support@thordata.com>**&#x8054;系我们。


---

# Agent Instructions: 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.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.
