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

# Postman

Aprende a usar Postman con Web Scraper API. Importa colecciones, configura solicitudes y comienza a hacer scraping enviando solicitudes API.

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

* [**Descargue Postman**](https://www.postman.com/product/what-is-postman/) y ábralo;
* Haga clic en "**Importar**" en la pestaña "**Colecciones**";

<figure><img src="https://1139209244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU4lV7kLC2Df45W0aLQlX%2Fuploads%2Fgit-blob-c05f5a70dc816324c95a0f64fe6000b5779f9353%2FScreenshot%202024-06-13%20at%2007.50.58.png?alt=media" alt="" width="375"><figcaption></figcaption></figure>

* Elija la opción "**Archivo**"; seleccione una [**colección de Postman**](#postman-collections) desde su ordenador y haga clic en "**Continuar**" (en la siguiente ventana deberá hacer clic en "**Importar**").

![](https://1139209244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU4lV7kLC2Df45W0aLQlX%2Fuploads%2Fgit-blob-4778051e253a511c77b6bd6fdffca317539ece93%2FScreenshot%202022-04-26%20at%2014.16.50.png?alt=media)

* **Eso es todo**! Puede explorar las carpetas de la colección, elegir las fuentes que le resulten relevantes y empezar a extraer datos enviando solicitudes a nuestra API.

<figure><img src="https://1139209244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU4lV7kLC2Df45W0aLQlX%2Fuploads%2Fgit-blob-798599232a8d323173aef9dc0205f250e12f85b1%2FScreenshot%202024-09-24%20at%2022.10.22.png?alt=media" alt=""><figcaption></figcaption></figure>

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

Descargue e importe una de las colecciones de Postman a continuación para explorar las funciones de Web Scraper API y los métodos de entrega de datos mediante ejemplos de solicitudes. Estas colecciones incluyen ejemplos que puede 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)
* [**Rastreador web**](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 sus credenciales de API en el [**panel de Oxylabs**](https://dashboard.oxylabs.io/en/), puede 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, and the optional `goal` query parameter:

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