Skip to main content

Extract & summarize Wikipedia data with Bright Data and Gemini AI

Workflow preview

Workflow preview
100%
Extract & summarize Wikipedia data with Bright Data and Gemini AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who this is for? This workflow automates the process of Wikipedia data extraction using the Bright Data Web Unlocker, parsing and cleaning the data, and then sending the results to a specified webh...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.chainsummarization, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ranjan Dailata.

Original n8n.io source

1.1 Workflow description

Title
Extract & summarize Wikipedia data with Bright Data and Gemini AI
Workflow name
Extract & summarize Wikipedia data with Bright Data and Gemini AI

Who this is for?

This workflow automates the process of Wikipedia data extraction using the Bright Data Web Unlocker, parsing and cleaning the data, and then sending the results to a specified webhook URL for downstream processing, reporting, or integration.

What problem is this workflow solving?

  • Researchers who need structured information from Wikipedia pages regularly.

  • Data Engineers building knowledge bases or enriching datasets with factual data.

  • Digital Marketers or Content Writers automating fact-checking or content sourcing.

  • Automation Enthusiasts who want to trigger external systems with rich context from Wikipedia.

What this workflow does

This workflow addresses the challenges of manually retrieving, structuring, and using data from Wikipedia at scale.

Workflow Breakdown

Trigger

  • Type: Scheduled or Manual
  • Purpose: Starts the workflow either on a fixed schedule (e.g., daily) or on-demand via a manual trigger or incoming webhook.

Bright Data Wikipedia Scraping

  • Tool Used: Bright Data Web Unlocker
  • Action: Scrape the HTML content of one or multiple Wikipedia article URLs.

Parse & Extract Structured Data

  • The Basic LLM Chain node is responsible for producing a human readable content.

Summarization

  • Summarize the Wikipedia content by utilizing the Summarization Chain node.

Send to Webhook

  • Initiates a Webhook notification to the specified URL as part of the "Summary Webhook Notifier" node.

Setup

  • Sign up at Bright Data.
  • Navigate to Proxies & Scraping and create a new Web Unlocker zone by selecting Web Unlocker API under Scraping Solutions.
  • In n8n, configure the Header Auth account under Credentials (Generic Auth Type: Header Authentication). The Value field should be set with the Bearer XXXXXXXXXXXXXX. The XXXXXXXXXXXXXX should be replaced by the Web Unlocker Token.
  • In n8n, configure the Google Gemini(PaLM) Api account with the Google Gemini API key (or access through Vertex AI or proxy).
  • Update the Set Wikipedia URL with Bright Data Zone node with the Wikipedia URL and Bright Data Zone.
  • Update the Summary Webhook Notifier node with the Webhook endpoint of your choice.

How to customize this workflow to your needs

  1. Update Wikipedia URL
  • Replace with your own Wikipedia URL of your interest.
  • Make sure to set the Wikipedia URL as part of the "Set Wikipedia URL with Bright Data Zone" node.
  1. Modify Data Extraction Logic
  • Extract entire article content or just specific sections by extending the "LLM Data Extractor" node prompt.
  1. Extend AI Summarization
  • Extract key bullet points or entities.
  • Create short-form summaries by extending the "Concise Summary Generator" node.
  1. Extend Summary Webhook Notifier
  • Send to Slack, Discord, Telegram, MS Teams via the Webhook notification mechanism.
  • Connect to your internal database/API via the Webhook notification mechanism.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Google Gemini Chat Model For Summarization

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 3 - Google Gemini Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 4 - Summary Webhook Notifier

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Wikipedia Web Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - LLM Data Extractor

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.6

Block 9 - Concise Summary Generator

Type / Role
@n8n/n8n-nodes-langchain.chainSummarization - chainSummarization
Config choices
Version 2

Block 10 - Set Wikipedia URL with Bright Data Zone

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Extract & summarize Wikipedia data with Bright Data and Gemini AI
Complexity intermediate
Nodes 12
Categories Market Research, AI Summarization
Author Ranjan Dailata
Published 13 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3539/3539.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Extract & summarize Wikipedia data with Bright Data and Gemini AI do?

Who this is for? This workflow automates the process of Wikipedia data extraction using the Bright Data Web Unlocker, parsing and cleaning the data, and then sending the results to a specified webh...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.