Log Quora keyword mentions to Google Sheets with SearchApi and OpenAI
Quick overview This workflow runs manually or daily to find new Quora posts matching your keywords using SearchApi’s Google results, summarizes each post with OpenAI, and appends only previously unseen links to a Google Sheets log.
How it works Runs on demand or every day at 08:00 using a manual or scheduled trigger. Builds Google queries for each configured keyword (scoped to site:quora.com) and paginates through multiple result pages. Uses SearchApi to fetch live Google results for each query and page. Extracts and deduplicates Quora post URLs from the returned organic results and records the date, keyword, title, snippet, and link. Reads existing rows from Google Sheets and filters out any posts whose links are already present. Sends each new post’s title and snippet to OpenAI to generate a single-sentence neutral summary. Appends the new rows (date, keyword, title, summary, link) to Google Sheets.
Setup Install the community node package @searchapi/n8n-nodes-searchapi and add your SearchApi.io credential to the SearchApi step. Add an OpenAI API credential for the summarization step. Connect Google Sheets credentials and select the same spreadsheet and sheet tab in both the read and append steps. Create a header row in your Google Sheet with columns: date, keyword, title, summary, link. Update the Settings values for your comma-separated keywords and Google location, and adjust the number of pages to scan if needed.
Related Templates
Send structured logs to BetterStack from any workflow using HTTP Request
Send structured logs to BetterStack from any workflow using HTTP Request Who is this for? This workflow is perfect for...
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Verify Linkedin Company Page by Domain with Airtop
Automating LinkedIn Company URL Verification Use Case This automation verifies that a given LinkedIn URL actually belo...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments