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

# Postman

You can use [**Postman**](https://www.postman.com/) to interact with our [**Web Scraper API**](/products/web-scraper-api.md). The tool allows you to make HTTP requests to our API by setting up your preferred configurations as well as request details. Follow the simple steps below to use it:

* [**Download Postman**](https://www.postman.com/product/what-is-postman/) and open it;
* Click "**Import**" under the "**Collections**" tab;

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

* Choose the "**File**" option, select a relevant [**Postman collection**](#postman-collections) from your computer, and click "**Continue**" (in the next window you will need to click "**Import**").

![](/files/8oPmUSeVXF13GrPDNm7V)

* **That's it**! You can browse through the collection folders, choose the sources relevant to you, and start scraping by sending requests to our API.&#x20;

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

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

Download and import one of the Postman collections below to explore our Web Scraper API functions and data delivery methods through request samples. These collections include examples you can use right away.

* [**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" %}
After creating your API credentials in the [**Oxylabs dashboard**](https://dashboard.oxylabs.io/en/), you can enter them at the collection level. Every request in the collection is configured to inherit these collection-level credentials.
{% 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/web-scraper-api-integrations/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.
