Goodreads Quote Extraction with Bright Data and Gemini — n8n Workflow
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
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 5 nodes, connecting httprequest, informationextractor, lmchatgooglegemini.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (5)
HTTP Request
httpRequest
Google Gemini Chat Model
n8n-nodes-langchain.lmChatGoogleGemini
Information Extractor
n8n-nodes-langchain.informationExtractor
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
goodreads-quote-extraction-with-bright-data-and-geminifile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Dvir Sharon
@dvirsharon
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →