Analyze Browsing History and Generate Automation Suggestions with OpenRouter AI and Google Sheets - n8n Workflow | Neura Market
Analyze Browsing History and Generate Automation Suggestions with OpenRouter AI and Google Sheets
# Browsing History Automation Analyzer - Automation Toolkit (Google Sheets + AI)
This **n8n workflow** analyzes your browsing history to identify opportunities for automation. It reads history from a Google Sheet, groups visits by domain, filters out irrelevant entries, and uses AI to recommend what can be automated - including how and why.
---
## What It Does
- **Reads** your browsing history from Google Sheets
- **Groups** history by domain
- **Filters out** common non-actionable domains (e.g., YouTube, Google)
- **Uses AI** to analyze whether your activity on each site is automatable
- **Provides suggestions** including what to automate, how to do it, and which tools to use
- **Saves results** into a new tab in the same Google Sheet
- **Searches for n8n workflow templates** related to the suggested automation
---
## Demo Sheet
Input + output are handled via the following Google Sheet:
**Spreadsheet**: [View on Google Sheets](https://docs.google.com/spreadsheets/d/1V26KDJLBZno6e_VxaBqhsK_JOOOn_5N6uww2apcAeoc/edit?usp=drivesdk)
- **Sheet: `history`** - Input browsing history
- **Sheet: `automations`** - Output AI automation suggestions
---
## AI Analysis Logic
The AI agent receives each domain's browsing history and responds with:
- `domain`: The website domain
- `automatable`: true/false
- `what_to_automate`: Specific actions that can be automated
- `reason`: Why it's suitable (or not) for automation
- `tool`: Suggested automation tool (e.g., n8n, Apify)
- `automation_rating`: High, Medium, Low, or Not Automatable
- `n8n_template`: Relevant automation template (if found)
---
## Technologies Used
| Tool | Purpose |
|------------------------|--------------------------------|
| **n8n** | Workflow automation |
| **LangChain AI Agent** | AI-based analysis |
| **Google Sheets Node** | Input/output data handling |
| **OpenRouter (LLM)** | Language model for intelligent reasoning |
| **JavaScript Code Node** | Grouping and formatting logic |
| **Filter Node** | Remove unwanted domains |
| **HTTP Request Node** | Search n8n.io templates |
---
## Chrome History Export
You can use this Chrome extension to export your browsing history in a format compatible with the workflow:
[Export Chrome History Extension](https://chromewebstore.google.com/detail/export-chrome-history/dihloblpkeiddiaojbagoecedbfpifdj?pli=1)
---
## Want Personalized Automation Advice?
If you'd like **personalized automation recommendations** based on your browsing history - just like what this workflow provides - feel free to contact me directly:
> **msaidwolfltd@gmail.com**
I'll help you discover what tasks you can automate to save time and boost productivity.
---
## Example Use Cases
- Automate daily logins to dashboards
- Auto-fill forms on repetitive websites
- Schedule data exports from web portals
- Trigger reminders based on recurring visits
- Discover opportunities for scraping and integration
---
## License
This workflow is provided as-is for educational and personal use. For commercial or customized use, contact the author.
---
Platform
n8n
Category
Productivity
Price
Free
Creator
Msaid Mohamed el hadi
code
filter
stickyNote
googleSheets
manualTrigger
splitInBatches
agent
httpRequestTool
googleSheetsTool
lmChatOpenRouter
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.