> 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/es/integraciones-de-web-scraper-api/postman.md).

# Postman

Puedes usar [**Postman**](https://www.postman.com/) para interactuar con nuestra [**Web Scraper API**](/products/es/web-scraper-api.md). La herramienta te permite hacer solicitudes HTTP a nuestra API configurando tus preferencias y los detalles de la solicitud. Sigue los sencillos pasos a continuación para usarla:

* [**Descarga Postman**](https://www.postman.com/product/what-is-postman/) y ábrelo;
* Haz clic en "**Import**" en la pestaña "**Collections**";

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

* Elige la opción "**File**", selecciona un [**Postman collection**](#postman-collections) relevante de tu computadora y haz clic en "**Continue**" (en la siguiente ventana tendrás que hacer clic en "**Import**").

![](/files/089aec199c4b3c4de5b628a54dbfc433c19a57db)

* **Eso es todo**! Puedes navegar por las carpetas de la colección, elegir las fuentes que te resulten relevantes y empezar a hacer scraping enviando solicitudes a nuestra API.&#x20;

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

### Collections <a href="#postman-collections" id="postman-collections"></a>

Descarga e importa una de las colecciones de Postman a continuación para explorar las funciones de la Web Scraper API y los métodos de entrega de datos mediante ejemplos de solicitudes. Estas colecciones incluyen ejemplos que puedes usar de inmediato.

* [**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" %}
Después de crear tus credenciales de API en el [**panel de control de Oxylabs**](https://dashboard.oxylabs.io/en/), puedes introducirlas a nivel de colección. Cada solicitud de la colección está configurada para heredar estas credenciales a nivel de colección.
{% 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/es/integraciones-de-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.
