Scrape Books from URLs: AI Extract, Sort by Price, Email CSV - n8n Workflow | Neura Market
Scrape Books from URLs: AI Extract, Sort by Price, Email CSV
Automates scraping book data from URLs using Dumpling AI, cleans HTML, extracts titles/prices, sorts by price, saves to Sheets, and emails CSV. Ideal for data analysts and researchers saving hours on manual extraction.
This n8n workflow automates the extraction of book information from websites, starting with a Google Sheets trigger that watches for new URLs. It uses Dumpling AI to scrape the full HTML content of the page, then applies CSS selectors in an HTML Extract node to pull out individual book listings. The data is split into separate items, with title and price extracted from each, sorted in descending order by price for easy prioritization of high-value items.
Finally, the sorted data is formatted in
Platform
n8n
Category
Healthcare
Price
$14.99
Creator
Jose Maurino
web scraping
Dumpling AI
Google Sheets
Gmail
CSV export
data extraction
HTML parsing
CSS selectors
automation
price sorting
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.