> ## 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.

# Loop List Node

> Iterates through a specific list area on the page to process items (extract data or click) one by one.

**Overview**

The Loop List node is used to iterate through every item in a specific "list area" on a page (e.g., job lists, product lists, post lists) and perform child operations (extract, click, etc.) on each item.

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

**Use Cases**

* Batch extracting data from Reddit posts, product cards, job cards, etc.
* Entering the detail page of each item in a list to collect more detailed information.
* Performing the same operation (click, scroll, scrape) on every element in a list.

**Core Capabilities**

* Locates list regions via natural language description.
* Supports setting a maximum number of loop items (**Max Focused Loop Items**).
* Supports a **Load More** option for lists requiring expansion.
* Supports up to 3 levels of nested Loop Lists for complex multi-level lists.

**Configuration Steps**

1. Add a **Loop List** node.
2. Configure basic settings:
   * **List Region Description:** Describe where the list is located, e.g., "The job list area in the middle of the page."
   * **Load More:**
     * Check: If the list requires clicking "Load More" or uses pagination.
     * Uncheck: If the list auto-loads or only the current page is needed.
   * **Max Focused Loop Items:** Maximum number of items to process (e.g., 10, 20, 50), set according to business needs.
3. Add child nodes inside the Loop List:
   * [**Extract Data Item**](/learn/basics/node-types/extract-data-item-node)**:** Extract fields from the current list item.
   * [**Click Element Item**](/learn/basics/node-types/click-element-item-node)**:** Click a button or link within the current list item.

<img src="https://mintcdn.com/browseract/6AEAYv_wQ0nrrJJQ/images/PixPin_2025-12-04_14-22-01.png?fit=max&auto=format&n=6AEAYv_wQ0nrrJJQ&q=85&s=82c4f63ee9ea24b9639a7361df73baaf" alt="PixPin_2025-12-04_14-22-01.png" width="672" height="665" data-path="images/PixPin_2025-12-04_14-22-01.png" />

**Recommendations**

* Only one Loop List node is allowed per hierarchy level; maximum 3 levels of nesting.
* Loop List requires at least one child node ([**Extract Data Item**](/learn/basics/node-types/extract-data-item-node) or [**Click Element Item**](/learn/basics/node-types/click-element-item-node)).
* Setting **Max Focused Loop Items** too high may result in excessive execution time; match it to actual requirements.
* For infinite scroll lists, combine with [**Scroll**](/learn/basics/node-types/scroll-page-node) nodes and the "Load More" option.

***

**Related Video**

<iframe src="https://www.youtube.com/embed/w0_hMrUztXY" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
