> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 响应头

> 网页抓取 API 响应头

<Danger>
  核心版和高级版套餐已停止销售。请考虑迁移到一体化网络爬虫 API；[请点击此处查看指南](https://help.decodo.com/docs/cn/web-scraping-api-migration-guide).
</Danger>

所有对 Scraper API 产品的请求都会返回以下响应头：

| 响应头名称                 | 描述                      | 示例值                   |
| --------------------- | ----------------------- | --------------------- |
| `x-task-id`           | 已创建任务的唯一标识符。可用于稍后检索任务结果 | `7123456789123456789` |
| `x-traffic-generated` | 生成的流量大小，以字节为单位          | `14285`               |
| `x-plan-limit`        | 在给定订阅周期内允许的请求总数         | `15000`               |
| `x-plan-remaining`    | 在给定订阅周期内剩余的请求数          | `14995`               |

<Warning>
  以下响应头已弃用，将在未来从响应中移除：

  * `x-smartproxy-task-id`
  * `x-smartproxy-traffic-generated`
  * `x-smartproxy-plan-limit`
  * `x-smartproxy-plan-remaining`
</Warning>

***

<Columns cols={2}>
  <Card title="支持" href="https://direct.lc.chat/12092754" cta="让我们聊聊！">
    需要帮助或只是想打个招呼？我们的支持团队全天候为您服务。 \
    您也可以随时通过电子邮件 [support@decodo.com](mailto:support@decodo.com) 联系我们。
  </Card>

  <Card title="反馈" href="mailto:feedback@decodo.com" cta="分享反馈">
    找不到您要找的内容？请求一篇文章！ \
    有反馈意见？分享您对我们如何改进的想法。
  </Card>
</Columns>
