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

# Destinos restringidos

Consulta los destinos restringidos para Oxylabs Web Scraper API según las políticas de cumplimiento y uso responsable.

Algunos sitios web están restringidos en nuestra Web Scraper API para evitar un uso indebido y garantizar un uso responsable. Una solicitud a un destino restringido se rechaza con HTTP `400` antes de que se realice cualquier scraping.

{% hint style="success" %}
**Se puede acceder a algunos destinos tras pasar por un breve procedimiento KYC.** Ponte en contacto con nuestro [**equipo de atención al cliente**](mailto:support@oxylabs.io) si tu destino pertenece a los grupos mencionados para asegurarte de que puedas acceder al destino antes de comprar.
{% endhint %}

**❗️La lista incluye, entre otros, destinos como:**

| Categoría de destino                         | Ejemplo                         |
| -------------------------------------------- | ------------------------------- |
| Entretenimiento y streaming                  | Spotify, Twitch, Disney         |
| Sitios web de finanzas/banca y criptomonedas | Stripe, Binance                 |
| Sitios web gubernamentales                   | usa.gov, canada.ca              |
| Juegos                                       | Steam                           |
| Redes profesionales y sociales               | LinkedIn                        |
| Venta de entradas                            | Ticketmaster, Eventim, SeatGeek |

Ponte en contacto con nuestro equipo de atención al cliente en [**support@oxylabs.io**](mailto:support@oxylabs.io) o a través del chat en vivo 24/7 en nuestro [**sitio web**](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/es/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.
