Block 1 - When clicking 'Execute workflow'
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Extract Competitor SERP Rankings from Google Search to Sheets with Scrape.do This template requires a self hosted n8n instance to run. A complete n8n automation that extrac...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Onur.
Original n8n.io sourceThis template requires a self-hosted n8n instance to run.
A complete n8n automation that extracts competitor data from Google search results for specific keywords and target countries using Scrape.do SERP API, and saves structured results into Google Sheets for SEO, competitive analysis, and market research.
This workflow provides a lightweight competitor analysis solution that identifies ranking websites for chosen keywords across different countries. Ideal for SEO specialists, content strategists, and digital marketers who need structured SERP insights without manual effort.
Who is this for?
What problem does this workflow solve?
| Field | Description | Example |
|---|---|---|
| Keyword | Original search term | digital marketing services |
| Target Country | 2-letter ISO code of target region | US |
| position | Ranking position in search results | 1 |
| websiteTitle | Page title from SERP result | Digital Marketing Software & Tools |
| websiteUrl | Extracted website URL | https://www.hubspot.com/marketing |
| websiteDescription | Snippet/description from search results | Grow your business with HubSpot’s tools… |
This workflow uses one Google Sheet with two tabs:
Input Tab: "Keywords"
| Column | Type | Description | Example |
|---|---|---|---|
| Keyword | Text | Search query | digital marketing |
| Target Country | Text | 2-letter ISO code | US |
Output Tab: "Results"
| Column | Type | Description | Example |
|---|---|---|---|
| Keyword | Text | Original search term | digital marketing |
| position | Number | SERP ranking | 1 |
| websiteTitle | Text | Title of the page | Digital Marketing Software & Tools |
| websiteUrl | URL | Website/page URL | https://www.hubspot.com/marketing |
| websiteDescription | Text | Snippet text | Grow your business with HubSpot’s tools |
https://api.scrape.do/ token=YOUR_SCRAPEDO_TOKEN render=true for full HTML renderingYOUR_GOOGLE_SHEET_ID and YOUR_GOOGLE_SHEETS_CREDENTIAL_IDKeywords tab Results tabYOUR_SCRAPEDO_TOKEN and API credits Keywords SplitInBatches) is properly connectedThis workflow provides a repeatable foundation for extracting competitor SERP rankings with Scrape.do and saving them to Google Sheets.
You can extend it with filtering, richer parsing, or integration with reporting dashboards to create a fully automated SEO intelligence pipeline.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | SERP competitor research with Scrape.do API & Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Market Research |
| Author | Onur |
| Published | 25 Sept 2025 |
Use the JSON export at /data/workflows/8917/8917.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Extract Competitor SERP Rankings from Google Search to Sheets with Scrape.do This template requires a self hosted n8n instance to run. A complete n8n automation that extrac...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.