> 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/web-unblocker/rate-limits.md).

# Rate Limits

## Intro

Web Unblocker user account comes with a specific requests submission rate limit, tailored to your plan. These limits are designed to accommodate your monthly subscription needs effectively.

## Rate limits

The rate at which you can submit requests depends on your plan size. Refer to the table below for a breakdown of rate limits for regular and enterprise plans:

<table><thead><tr><th width="198">Plan</th><th width="177">Traffic, GB</th><th width="197">Total req/s</th><th>Render req/s</th></tr></thead><tbody><tr><td>Free trial</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>

## Getting rate limit information

Whenever you submit a job to our system, we will send you the rate limit information in the response headers. The header names will be structured like `x-ratelimit-limit_name-limit` and `x-ratelimit-limit_name-remaining`. The former denotes the total limit value, while the latter denotes the remaining value. There may be more than one limit applicable to you.


---

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