> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/cn/web-unblocker/rate-limits.md).

# 速率限制

## 简介

网页解锁器 用户账户附带特定的请求提交速率限制，具体取决于您的套餐。这些限制旨在有效满足您的月度订阅需求。

## 速率限制

您可提交请求的速率取决于您的套餐大小。有关常规套餐和企业套餐的速率限制明细，请参见下表：

<table><thead><tr><th width="198">套餐</th><th width="177">流量，GB</th><th width="197">总请求/秒</th><th>渲染请求/秒</th></tr></thead><tbody><tr><td>免费试用</td><td>1</td><td>10</td><td>3</td></tr><tr><td>微型</td><td>8</td><td>50</td><td>13</td></tr><tr><td>入门</td><td>38</td><td>50</td><td>13</td></tr><tr><td>高级</td><td>88</td><td>50</td><td>13</td></tr><tr><td>创业</td><td>128</td><td>50</td><td>13</td></tr><tr><td>商务</td><td>333</td><td>100</td><td>25</td></tr><tr><td>企业</td><td>700</td><td>100</td><td>25</td></tr><tr><td>自定义 +</td><td>自定义</td><td>自定义</td><td>自定义</td></tr></tbody></table>

## 获取速率限制信息

每当您向我们的系统提交任务时，我们都会在响应头中向您发送速率限制信息。头名称将采用如下结构： `x-ratelimit-limit_name-limit` 和 `x-ratelimit-limit_name-remaining`。前者表示总限制值，后者表示剩余值。适用于您的限制可能不止一个。


---

# 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/products/cn/web-unblocker/rate-limits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
