# Real Estate

- [Airbnb](https://developers.oxylabs.io/api-targets/real-estate/airbnb.md): Learn how to use the Airbnb scraper.
- [Homes](https://developers.oxylabs.io/api-targets/real-estate/airbnb/homes.md): Scrape Airbnb property listings by ID.
- [URL](https://developers.oxylabs.io/api-targets/real-estate/airbnb/url.md): Scrape any Airbnb URL of your choice (homes, experiences, services).
- [Zillow](https://developers.oxylabs.io/api-targets/real-estate/zillow.md): Learn how to scrape various types of Zillow pages using Web Scraper API, including supported sources, parameters, and request examples.
- [URL](https://developers.oxylabs.io/api-targets/real-estate/zillow/url.md): Scrape any Zillow page by providing a direct URL.


---

# 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/real-estate.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.
