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

# Limites de taxa

Descubra o limite de taxa de requisições de cada plano do Web Unblocker. Aprenda a verificar o limite restante analisando os headers de resposta.

## Introdução

A conta de usuário do Web Unblocker vem com um limite específico de taxa de envio de requisições, ajustado ao seu plano. Esses limites foram projetados para atender de forma eficaz às necessidades da sua assinatura mensal.

## Limites de taxa

A taxa com que você pode enviar requisições depende do tamanho do seu plano. Consulte a tabela abaixo para um detalhamento dos limites de taxa dos planos regulares e empresariais:

<table><thead><tr><th width="198">Plano</th><th width="177">Tráfego, GB</th><th width="197">Requisições totais/s</th><th>Requisições de renderização/s</th></tr></thead><tbody><tr><td>Teste gratuito</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>Iniciante</td><td>38</td><td>50</td><td>13</td></tr><tr><td>Avançado</td><td>88</td><td>50</td><td>13</td></tr><tr><td>Empreendimento</td><td>128</td><td>50</td><td>13</td></tr><tr><td>Negócios</td><td>333</td><td>100</td><td>25</td></tr><tr><td>Corporativo</td><td>700</td><td>100</td><td>25</td></tr><tr><td>Personalizado +</td><td>Personalizado</td><td>Personalizado</td><td>Personalizado</td></tr></tbody></table>

## Obtendo informações sobre o limite de taxa

Sempre que você enviar um job ao nosso sistema, enviaremos as informações do limite de taxa nos cabeçalhos da resposta. Os nomes dos cabeçalhos serão estruturados assim `x-ratelimit-limit_name-limit` e `x-ratelimit-limit_name-remaining`. O primeiro indica o valor total do limite, enquanto o segundo indica o valor restante. Pode haver mais de um limite aplicável a você.


---

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