This n8n workflow automates the process of fetching current weather data from a website, extracting specific weather details, and logging them into a Google Sheet. The workflow is triggered manually or on a schedule, using Bright Data’s proxy service to reliably access and scrape the weather website even if robot protections are in place. Once the webpage is retrieved, an HTML extraction node filters out the temperature, humidity, and conditions using CSS selectors. The extracted data is then appended as a new row in a Google Sheet, creating a dynamic weather tracking log. This setup is ideal for personal weather dashboards, data analysis, or research projects requiring regular weather updates without manual effort.
Automated Weather Data Collection to Google Sheets
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | googleSheets, html, httpRequest, manualTrigger, stickyNote |
Reviews
There are no reviews yet.