# Using Postman

You can use [**Postman**](https://www.postman.com/) to interact with our [**Web Scraper API**](https://developers.oxylabs.io/scraping-solutions/web-scraper-api). 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="https://63892162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2FdcvysfrKpJqS9dlExDAs%2FScreenshot%202024-06-13%20at%2007.50.58.png?alt=media&#x26;token=4ffed920-0cbc-47b7-afd9-1f4bba881b40" 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**").

![](https://63892162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2FEMBmmIoYSdR57Ju8LbAF%2FScreenshot%202022-04-26%20at%2014.16.50.png?alt=media\&token=f15b5b54-8826-4cfd-b7d9-ca3ad0735452)

* **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="https://63892162-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzrXw45naRpCZ0Ku9AjY1%2Fuploads%2FcRlI3XDycJjzNVJn77AT%2FScreenshot%202024-09-24%20at%2022.10.22.png?alt=media&#x26;token=e345f76d-a7ef-4e1a-8e57-f9d0d00cfa20" 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: 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/guides-for-scraper-apis/using-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.
