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

# Scroll Page Node

> Performs basic page-level scrolling actions, such as scrolling down one screen or jumping to the bottom.

Overview

The Scroll Page node performs simple overall scrolling actions on the page, such as scrolling down one screen, scrolling to the top, or scrolling to the bottom, to load more content or reveal hidden areas.

<img src="https://mintcdn.com/browseract/o1gXYsKLdQO8zmUZ/images/Gemini_Generated_Image_cmlz5mcmlz5mcmlz.png?fit=max&auto=format&n=o1gXYsKLdQO8zmUZ&q=85&s=d5393e0aa47275581439e3c5c4b6ef07" alt="Gemini_Generated_Image_cmlz5mcmlz5mcmlz.png" width="2752" height="1536" data-path="images/Gemini_Generated_Image_cmlz5mcmlz5mcmlz.png" />

**Use Cases**

* Scrolling down on long list pages to load more items.
* Scrolling to the bottom of the page to view the footer or pagination area.
* Specifying a particular area to scroll within pages that have multiple scrollable regions.

**Core Capabilities**

* Supports four basic scrolling methods:
  * Scroll down one screen
  * Scroll up one screen
  * Scroll to top page
  * Scroll to bottom page
* Supports identifying multiple scrollable areas (e.g., main content area, sidebar, etc.).

**Configuration Steps**

1. Add a **Scroll Page** node.
2. Select the scrolling direction:
   * **Scroll down one screen**
   * **Scroll up one screen**
   * **Scroll to top page**
   * **Scroll to bottom page**
3. If the page has multiple scrollable areas:
   * Check **Page has multiple scrollable areas**.
   * Specify the area in the description, such as: "Main content area", "Left sidebar", or "Comment section".
4. At runtime, the node executes one scroll action and proceeds to the next step.

<img src="https://mintcdn.com/browseract/6AEAYv_wQ0nrrJJQ/images/PixPin_2025-12-04_14-32-32.png?fit=max&auto=format&n=6AEAYv_wQ0nrrJJQ&q=85&s=37058f84a9b7ede51f91c71379ff4d21" alt="PixPin_2025-12-04_14-32-32.png" width="611" height="395" data-path="images/PixPin_2025-12-04_14-32-32.png" />

**Recommendations**

* Scroll Page scrolls only once per execution. Combine with a [**Loop**](/learn/basics/node-types/loop-node) node for continuous scrolling.
* For pages using "Scroll down to load more," you can loop: \*\*Scroll Page → \*\*[**Extract Data**](/learn/basics/node-types/extract-data-node).
* If the goal is to scroll to a specific area (e.g., comments section), consider using the [**Scroll to Element**](/learn/basics/node-types/scroll-to-element-node) node instead.
