# 速率限制

## 简介

网页解锁器用户账户附带特定的请求提交速率限制，并根据您的套餐量身定制。这些限制旨在有效满足您的每月订阅需求。

## 速率限制

您可以提交请求的速率取决于您的套餐规模。请参阅下表，了解常规套餐和企业套餐的速率限制明细：

<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>Micro</td><td>8</td><td>50</td><td>13</td></tr><tr><td>Starter</td><td>38</td><td>50</td><td>13</td></tr><tr><td>Advanced</td><td>88</td><td>50</td><td>13</td></tr><tr><td>Venture</td><td>128</td><td>50</td><td>13</td></tr><tr><td>Business</td><td>333</td><td>100</td><td>25</td></tr><tr><td>Corporate</td><td>700</td><td>100</td><td>25</td></tr><tr><td>Custom +</td><td>Custom</td><td>Custom</td><td>Custom</td></tr></tbody></table>

## 获取速率限制信息

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


---

# 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://developers.oxylabs.io/products/cn/web-unblocker/rate-limits.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.
