# Scraper

The **Scraper** tool allows you to extract and convert the contents of a web page into markdown format.

Scraper is great for gathering content from web resources to gain insights for your business.

## Configure

To configure the Scraper tool, you simply need to copy and paste the webpage URL that you would like to extract the content from into the URL field of the step.

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2F0o1IIKGzvLdlOxcwocUQ%2Fimage.png?alt=media&#x26;token=3c0211db-e4ca-4aa3-8fd4-0510a0ef9ed2" alt=""><figcaption></figcaption></figure>

The markdown content of the webpage will be available as a [variable](https://docs.getmesa.com/workflow-builder/fields/variables) via the variable selector in future steps.

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2Fs6tloTKQc6VPshYZItk3%2Fimage.png?alt=media&#x26;token=8fb3584a-cfc3-443d-af4f-6176f4eebf7a" alt=""><figcaption></figcaption></figure>

## Technical Notes

The Scraper tool is currently meant for extracting webpage content only. It does not support scraping for search engines like Google.


---

# 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.getmesa.com/tools/scraper.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.
