πŸ“Š Extract Google Trends keywords & summarize articles in Google Sheets

⚑ 18,762 views Β· πŸ“Š Market Research & Insights

Description

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

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.

πŸ”— Nodes Used

Google Sheets, HTTP Request, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup