> 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/cn/wang-ye-pa-chong-api-ji-cheng/postman.md).

# Postman

你可以使用 [**Postman**](https://www.postman.com/) 来与我们的 [**网页爬虫API**](/products/cn/web-scraper-api.md)进行交互。该工具允许你通过设置首选配置以及请求详情，向我们的 API 发出 HTTP 请求。请按照以下简单步骤使用它：

* [**下载 Postman**](https://www.postman.com/product/what-is-postman/) 并打开它；
* 点击“**导入**”在“**集合**”选项卡下；

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

* 选择“**文件**”选项，选择一个相关的 [**Postman collection**](#postman-collections) 从你的电脑中，并点击“**继续**”（在下一个窗口中，你需要点击“**导入**").

![](/files/2b79c2355ebca02b9ca88e8c00bfa9f5d2ed3ef4)

* **就是这样**！”你可以浏览集合文件夹，选择与你相关的来源，并通过向我们的 API 发送请求开始抓取。&#x20;

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

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

下载并导入下面的一个 Postman 集合，通过请求示例探索我们的 网页爬虫API 功能和数据交付方式。这些集合包含你可以直接使用的示例。

* [**网页爬虫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)
* [**网络爬虫**](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)
* [**任务管家**](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" %}
在 [**Oxylabs 仪表板**](https://dashboard.oxylabs.io/en/)中创建你的 API 凭据后，你可以在集合级别输入它们。集合中的每个请求都配置为继承这些集合级别凭据。
{% 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/cn/wang-ye-pa-chong-api-ji-cheng/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.
