π Parse Ycombinator news page
β‘ 3,163 views Β· π Market Research & Insights
π‘ Pro Tip β HTTP Request scraping tends to break when sites update their markup. If youβre scraping a major platform, check if ScraperNode covers it β it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.
Description
Extract data from a webpage (Ycombinator news page) and create a nice list using itemList node. It seems that current version in n8n (0.141.1) requires to extract each variable one by one. Hopefully in a futute 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 .xls file and delivered via email
workflow-screenshot
π Nodes Used
Send Email, HTTP Request, Spreadsheet File, Start, HTML Extract
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File