Goodreads Quote Extraction with Bright Data and Gemini — n8n Workflow

Low complexity Trigger5 nodes🏷️ Miscellaneous👁 119 viewsby Dvir Sharon

Overview

Goodreads Quote Extraction with Bright Data and Gemini

This workflow demonstrates how to fetch data specifically from Goodreads web pages using Bright Data and then extract specific information (quotes) from that data using a Google Gemini AI model.

How it works

The workflow is triggered manually. It sends a request to a Bright Data collector to scrape data from a predefined list of Goodreads URLs. The collected text data from Goodreads is then passed to a Google Gemini AI node. The AI node p

Nodes used

HTTP RequestGoogle Gemini Chat ModelInformation Extractor

Workflow Preview

model
W
When clicking ‘Test work…
S
Set the fields
Google Gemini Chat Model
Quotes Extractor
Perform Bright Data Web …
5 nodes4 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a trigger trigger.

  2. 2

    Process

    Data flows through 5 nodes, connecting httprequest, informationextractor, lmchatgooglegemini.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (5)

HT

HTTP Request

httpRequest

#1
GO

Google Gemini Chat Model

n8n-nodes-langchain.lmChatGoogleGemini

#2
IN

Information Extractor

n8n-nodes-langchain.informationExtractor

#3

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded goodreads-quote-extraction-with-bright-data-and-gemini file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Goodreads Quote Extraction with Bright Data and Gemini", "nodes": [...], ...}

Integrations

httprequestinformationextractorlmchatgooglegeminimanualtriggerset

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes5
Complexitylow
Triggertrigger
Views119

Created by

Dvir Sharon

Dvir Sharon

@dvirsharon

Tags

httprequestinformationextractorlmchatgooglegeminimanualtriggerset

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →

Related Miscellaneous Workflows