n8nflow.net logo

Extract Google Trends Keywords & Summarize Articles in Google Sheets

by MikoUpdated: Last update 7 months agoSource: n8n.io
Loading workflow viewer...

Getting Started

Stay ahead of trends by automating your content research. This workflow fetches trending keywords from Google Trends RSS, extracts key insights from top articles, and saves structured summaries in Google Sheets—helping you build a data-driven editorial plan effortlessly.

How it works

  1. Fetch Google Trends RSS – The workflow retrieves trending keywords along with three related article links.
  2. Extract & Process Content – It fetches the content of these articles, cleans the HTML, and generates a concise summary using Jina AI.
  3. Store in Google Sheets – The processed insights, including the trending keyword and summary, are saved in a pre-configured Google Sheet.

Setup Steps

  1. Prepare a Google Sheet – Ensure you have a Google Sheet ready to store the extracted data.
  2. Configure API Access – Set up Google Sheets API and any required authentication.
  3. Get Jina.ai API key
  4. Adjust Workflow Settings – A dedicated configuration node allows you to fine-tune how data is processed and stored.

Customization

  • Modify the RSS source to focus on specific Google Trends regions or categories.
  • Adjust the content processing logic to refine how article summaries are created.
  • Expand the workflow to integrate with CMS (e.g., WordPress) for automated content planning.

This workflow is ideal for content strategists, SEO professionals, and news publishers who want to quickly identify and act on trending topics without manual research. 🚀

Google Sheets Fields

Copy and paste these column headers into your Google Sheet:

Column NameDescription
statusInitial status of the keyword (e.g., "idea")
trending_keywordTrending keyword extracted from Google Trends
approx_trafficEstimated traffic for the trending keyword
pubDateDate when the keyword was fetched
news_item_url1URL of the first related news article
news_item_title1Title of the first news article
news_item_url2URL of the second related news article
news_item_title2Title of the second news article
news_item_url3URL of the third related news article
news_item_title3Title of the third news article
news_item_picture1Image URL from the first news article
news_item_source1Source of the first news article
news_item_picture2Image URL from the second news article
news_item_source2Source of the second news article
news_item_picture3Image URL from the third news article
news_item_source3Source of the third news article
abstractAI-generated summary of the articles (limited to 49,999 characters)

Instructions

  1. Open Google Sheets and create a new spreadsheet.
  2. Copy the column names from the table above.
  3. Paste them into the first row of your Google Sheet.