> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scrape webpage

> Extract the text content from a webpage URL within a Workflow.

Extract the text content from a webpage URL within a [Workflow](/workflows/overview). Use this to pull content from specific pages for summarization, analysis, or processing.

<Steps>
  <Step title="Add the action">
    In the Workflow builder, click **+** between blocks and select **Scrape Webpage** from the action library.

    <Frame>
      <img src="https://mintcdn.com/cassidy/Won7bFEKpcJoIUEp/images/reference/scrape-webpage-img-0.png?fit=max&auto=format&n=Won7bFEKpcJoIUEp&q=85&s=e4ea1012d867bf80976a86d3a2d0bb58" alt="Action library with Scrape Webpage selected" width="678" height="270" data-path="images/reference/scrape-webpage-img-0.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cassidy/Won7bFEKpcJoIUEp/images/reference/scrape-webpage-img-1.png?fit=max&auto=format&n=Won7bFEKpcJoIUEp&q=85&s=beb49ce3db208665c7cdf1ee3e1ff255" alt="Adding the Scrape Webpage action to the Workflow" width="637" height="281" data-path="images/reference/scrape-webpage-img-1.png" />
    </Frame>
  </Step>

  <Step title="Enter the URL to scrape">
    In the **URL to Scrape** field, enter the URL of the webpage you want to scrape. This can be a hardcoded value or a [variable reference](/guides/prompt-engineering#workflow-prompts) from a previous step or trigger using **#**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/Won7bFEKpcJoIUEp/images/reference/scrape-webpage-img-3.png?fit=max&auto=format&n=Won7bFEKpcJoIUEp&q=85&s=d530a33b2bb5b56f9843f7714c5ad023" alt="URL to Scrape field with variable reference" width="631" height="146" data-path="images/reference/scrape-webpage-img-3.png" />
    </Frame>
  </Step>
</Steps>

## Related

* [Search Internet](/reference/actions/search-internet)
* [Research Agent](/reference/actions/research-agent)
