# Bienes raíces

- [Airbnb](https://developers.oxylabs.io/api-targets/es/bienes-raices/airbnb.md): Aprende cómo usar el scraper de Airbnb.
- [Viviendas](https://developers.oxylabs.io/api-targets/es/bienes-raices/airbnb/homes.md): Haz scraping de listados de propiedades de Airbnb por ID.
- [URL](https://developers.oxylabs.io/api-targets/es/bienes-raices/airbnb/url.md): Haz scraping de cualquier URL de Airbnb que elijas (viviendas, experiencias, servicios).
- [Zillow](https://developers.oxylabs.io/api-targets/es/bienes-raices/zillow.md): Aprende cómo hacer scraping de varios tipos de páginas de Zillow usando Web Scraper API, incluidas las fuentes compatibles, parámetros y solicitudes de ejemplo.
- [URL](https://developers.oxylabs.io/api-targets/es/bienes-raices/zillow/url.md): Haz scraping de cualquier página de Zillow proporcionando una URL directa.


---

# 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/api-targets/es/bienes-raices.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.
