5 min readUpdated Mar 2, 2026

WebNodeEditor Documentation

Purpose

The WebNodeEditor is a component designed to facilitate data extraction and analysis from web URLs. It provides users the ability to configure how URLs are processed and how data is extracted using various settings. Users can specify columns from uploaded data, define manual URLs, and leverage AI capabilities for in-depth web analysis.

Settings

1. URL Column

2. Manual URLs

3. Max URLs (for URL Reader and AI URL Reader)

4. Timeout (for URL Reader)

6. Extract Meta Description (for URL Reader)

7. User Agent (for URL Reader)

8. Analysis Type (for AI URL Reader)

9. Custom Prompt (for AI URL Reader)

10. Max Content Length (for AI URL Reader)

11. Output Column (for AI URL Reader)

Use Cases & Examples

Use Case 1: Web Data Mining

A marketing team wants to analyze multiple competitor websites to gather insights. They can use the WebNodeEditor to configure specific URLs, extract meta descriptions, and compile information in a structured format.

Use Case 2: AI-Enhanced Reporting

A data analyst needs to generate a summary of multiple articles for a quarterly report. By selecting the AI analysis type as summarization and entering the desired URLs, they can automate content extraction and summarization.

Example Configuration for Use Case 1

Objective: To extract meta descriptions and links from competitor websites.

Configuration Sample:

json
{
  "urlColumn": "competitor_url",
  "manualUrls": "https://competitor1.com\nhttps://competitor2.com",
  "maxUrls": 10,
  "timeoutMs": 5000,
  "extractLinks": true,
  "extractMeta": true,
  "userAgent": "VantageBot/1.0"
}

Example Configuration for Use Case 2

Objective: To analyze articles for summaries.

Configuration Sample:

json
{
  "urlColumn": "article_url",
  "manualUrls": "https://article1.com\nhttps://article2.com",
  "analysisType": "summarize",
  "maxUrls": 5,
  "maxContentLength": 20000,
  "outputColumn": "ai_summary"
}

AI Integrations

The WebNodeEditor contains the capability to perform AI-driven analysis of web pages through settings that allow the selection of analysis types and custom prompts. This makes it an essential tool for users who want enriched data beyond simple web scraping.

Billing Impacts

Use of the WebNodeEditor, especially the AI integration features, may incur additional expenses based on the volume of data processed and the number of AI computations performed. It is recommended to monitor usage to optimize costs associated with web data processing and AI services.