Extract data from a webpage (Ycombinator news page) and create a nice list using the itemList node. It seems that the current version in n8n (0.141.1) requires extracting each variable one by one. Hopefully, in the future, it will be possible to create the table using just one itemList node.
Another nice feature of the workflow is an automatically generated file name with the resulting table. Check out the fileName option of the Spreadsheet File node:
```
Ycombinator_news_{{new Date().toISOString().split('T', 1)[0]}}.{{$parameter['fileFormat']}}
```
The resulting table is saved as an .xls file and delivered via email.

Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Eduard
merge
emailSend
itemLists
htmlExtract
httpRequest
manualTrigger
spreadsheetFile
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.