# Scrape Text from Website

The Scrape Text from Website step allows you to get the raw html data from any site. In order to use this in any subsequent steps it is advised to use an AI step to extract the exact information you need. In this video we demonstrate how this works:

{% embed url="<https://www.youtube.com/watch?v=giE5YQ0l5_k>" %}

#### Does Relay.app web scraping include images?

No, [Relay.app](https://relay.app)'s website scraping functionality is currently limited to text content only. If you need to capture complete webpage content including images and generate PDFs, we recommend using a third-party Web-to-PDF Service via a [custom HTTP request](https://docs.relay.app/built-in-actions/custom-http-requests).


---

# 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://docs.relay.app/built-in-actions/scrape-text-from-website.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.
