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

# Extract Data Item Node

> A specific child node for Loop List that captures data fields from the currently focused list item.

Overview

Extract Data Item is a specialized child node designed for use inside a [Loop List](/learn/basics/node-types/loop-list-node). It extracts specified fields from the currently focused single list item and compiles these fields into structured data.

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

**Use Cases**

* Extracting "Name, Price, Image, Rating" fields for each product in a product list.
* Extracting "Title, Summary, Date, Likes" information in a post list.
* Extracting "Job Title, Company, Location, Salary Range" in a job list.

**Core Capabilities**

* Batch extracts multiple fields from the current list item.
* Supports filling unified placeholder values (e.g., None) for missing fields.
* Supports filtering criteria configuration to keep only data meeting specific conditions (e.g., posted within the last N days).

**Configuration Steps**

1. Add an **Extract Data Item** node inside a [**Loop List**](/learn/basics/node-types/loop-list-node).
2. Configure **Data Fields** prompts to clearly describe the fields to extract, for example:
   * "Extract from current job item: Job Title, Company Name, Post Date, Salary Range. If missing, fill N/A."
3. (Optional) Configure **Filtering Criteria**, for example:
   * "Only keep jobs posted within the last 3 days."
4. Upon execution, Loop List runs Extract Data Item for each list item and aggregates the data into a table/dataset.

<img src="https://mintcdn.com/browseract/6AEAYv_wQ0nrrJJQ/images/PixPin_2025-12-04_14-17-10.png?fit=max&auto=format&n=6AEAYv_wQ0nrrJJQ&q=85&s=e27496fc261dd4c26e7954e42ed5701f" alt="PixPin_2025-12-04_14-17-10.png" width="609" height="546" data-path="images/PixPin_2025-12-04_14-17-10.png" />

**Recommendations**

* It is best to configure only one Extract Data Item node per Loop List to maintain a clear structure.
* Clearer field descriptions lead to more stable extraction results; state field names and meanings clearly.
* If the page structure is complex, consider splitting into multiple [Loop List](/learn/basics/node-types/loop-list-node) + Extract Data Item sets to extract by region.
