# 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: 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/advanced-proxy-solutions/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.
