> 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/products/cn/web-scraper-api/restricted-targets.md).

# 受限目标

查看基于合规和负责任使用政策的 Oxylabs 网页爬虫API 受限目标。

我们在网页爬虫API上限制了一些网站，以防止滥用并确保负责任的使用。对受限目标的请求会被 HTTP 拒绝 `400` 在开始任何爬取之前。

{% hint style="success" %}
**部分目标可在完成简短的 KYC 流程后访问。** 请联系我们的 [**客户支持团队**](mailto:support@oxylabs.io) 如果您的目标属于上述类别，请联系我们，以确保您在购买前可以访问该目标。
{% endhint %}

**❗️该列表包括但不限于以下目标：**

| 目标类别         | 示例                            |
| ------------ | ----------------------------- |
| 娱乐与流媒体       | Spotify、Twitch、Disney         |
| 金融/银行与加密货币网站 | Stripe、Binance                |
| 政府网站         | usa.gov、canada.ca             |
| 游戏           | Steam                         |
| 职业与社交网络      | LinkedIn                      |
| 票务           | Ticketmaster、Eventim、SeatGeek |

请通过以下方式联系我们的客户支持团队： [**support@oxylabs.io**](mailto:support@oxylabs.io) 或通过我们网站上的 24/7 在线聊天 [**网站**](https://oxylabs.io/).


---

# 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/products/cn/web-scraper-api/restricted-targets.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.
