# 响应代码

<table><thead><tr><th>状态码</th><th width="186">名称</th><th>说明</th></tr></thead><tbody><tr><td><code>200</code></td><td>Sucess</td><td>请求流程正常，成功获取搜索引擎结果页完整数据。</td></tr><tr><td><code>300</code></td><td>Not collected</td><td>由于解析失败导致未采集到有效数据</td></tr><tr><td><code>400</code></td><td>Bad Request</td><td>传参错误</td></tr><tr><td><code>401</code></td><td>Unauthorized</td><td>认证权限失效，需检查 token 有效性</td></tr><tr><td><code>403</code></td><td>Forbidden</td><td>目标网站服务器拒绝执行</td></tr><tr><td><code>404</code></td><td>Not Found</td><td>请求的资源不存在</td></tr><tr><td><code>429</code></td><td>Too Many Requests</td><td>请求频次超过 API 预设阈值（如并发请求数或时间窗口内请求量超限）</td></tr><tr><td><code>500</code></td><td>Internal Server Error</td><td>服务器内部错误</td></tr><tr><td><code>504</code></td><td>Timeout Error</td><td>代理服务器等待上游服务器响应超时。</td></tr></tbody></table>


---

# 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/xiang-ying-dai-ma.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.
