> 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/integrations/pt-br/integracoes-da-web-scraper-api/postman.md).

# Postman

Você pode usar [**Postman**](https://www.postman.com/) para interagir com nossa [**Web Scraper API**](/products/pt-br/web-scraper-api.md). A ferramenta permite fazer solicitações HTTP para nossa API, configurando suas preferências e também os detalhes da solicitação. Siga os passos simples abaixo para usá-la:

* [**Baixe o Postman**](https://www.postman.com/product/what-is-postman/) e abra-o;
* Clique em "**Importar**" na aba "**Coleções**";

<figure><img src="/files/6c123cb46ff4b15b026a83932a60731e3b74cf5e" alt="" width="375"><figcaption></figcaption></figure>

* Escolha a opção "**Arquivo**", selecione um [**Postman collection**](#postman-collections) relevante no seu computador e clique em "**Continuar**" (na próxima janela, você precisará clicar em "**Importar**").

![](/files/d89ecb4618f198b22650dad24c3692950a4f3130)

* **É isso**! Você pode navegar pelas pastas da coleção, escolher as fontes relevantes para você e começar a fazer scraping enviando solicitações para nossa API.&#x20;

<figure><img src="/files/d82c3c5acb33ce1741dbca09fb3dc85429234864" alt=""><figcaption></figcaption></figure>

### Coleções <a href="#postman-collections" id="postman-collections"></a>

Baixe e importe uma das coleções do Postman abaixo para explorar as funções da nossa Web Scraper API e os métodos de entrega de dados por meio de exemplos de solicitações. Essas coleções incluem exemplos que você pode usar imediatamente.

* [**Web Scraper API**](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2FMeGA0TZQMcAFHoVhRSQi%2FWeb%20Scraper%20API.new_postman_collection.json?alt=media\&token=9f51d41b-6604-4eef-b6c1-5024cf52c5bf)
* [**Web Crawler**](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2FQcl0hZj33Gdmm1l6A86m%2FScraper%20API%20-%20Web%20Crawler.postman_collection.json?alt=media\&token=fe006e16-06a5-4d67-8467-dad40d7abb79)
* [**Scheduler**](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiwDdoZGfMbUe5cRL2417%2Fuploads%2FsipIxRVxZmZroadwSuqg%2FScheduler.postman_collection.json?alt=media\&token=dac92525-e5cc-43c2-a8eb-a32e8eba0483)

{% hint style="info" %}
Depois de criar suas credenciais de API no [**painel da Oxylabs**](https://dashboard.oxylabs.io/en/), você pode inseri-las no nível da coleção. Cada solicitação na coleção está configurada para herdar essas credenciais no nível da coleção.
{% endhint %}


---

# 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:

```
GET https://developers.oxylabs.io/integrations/pt-br/integracoes-da-web-scraper-api/postman.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.
