# 解析後的 JSON 結果

瞭解什麼是解析\
SERP API 的解析是將原始的 HTML 響應轉換為具有數據字段和值的結構化 JSON 的過程。

當結果被解析後，我們輸出的結果將進一步結構化為可視的數據字段和值，例如：`link`、`display_link`、`title`、`description`、`rank`、`global_rank`、`image`、`image_alt`、`image_url` 等字段。這些結構化數據可以讓您監控競爭對手的 SERP 排名、分析關鍵詞趨勢並收集有價值的市場見解。

**發送解析請求：**\
以下是 SERP API 使用 `json=1` 解析的最簡單的 GET 請求範例：

```
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 均支援解析請求。

**基本請求 - 細分說明：**

| 參數                                   | 說明                                 |
| ------------------------------------ | ---------------------------------- |
| `scraping.thordata.com`              | 負載均衡器的地址，它會為您的請求分配最快的超級代理          |
| `30001`                              | 基礎設施端口，用於接收您的請求                    |
| `td-customer-serp_USERNAME:PASSWORD` | 用戶名和密碼驗證                           |
| `json=1`                             | 返回解析後的 JSON 結果，未設置此參數則返回原始 HTML 結果 |

此外，若想了解 [**Google**](https://doc.thordata.com/doc/zh-hk/pa-qu/serp-api/jie-xi-hou-de-json-jie-guo-1/gu-ge)、[**Bing**](https://doc.thordata.com/doc/zh-hk/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) 解析後的 JSON 字段，點擊對應平臺即可跳轉查看詳細說明。

如果您需要更多幫助，請透過郵箱 [**support@thordata.com**](https://mailto:support@thordata.com/) 聯繫我們。


---

# 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-hk/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.
