n8n-nodes-seoscoreapi
v1.3.1
Published
n8n node for SEO Score API — audit any URL for SEO issues with 82 checks
Maintainers
Readme
n8n-nodes-seoscoreapi
An n8n community node for SEO Score API — run SEO audits inside any n8n workflow. 82 checks across SEO, performance, accessibility, and AI readability, returned as scored JSON.
Install
In n8n: Settings → Community Nodes → Install, then enter:
n8n-nodes-seoscoreapiOr via npm in a self-hosted instance:
npm install n8n-nodes-seoscoreapiCredentials
Create an SEO Score API credential with your API key. Get a free key (2 audits/day, no credit card) at seoscoreapi.com.
Operations
| Operation | Description | |---|---| | Audit URL | Run a full SEO audit on a single URL | | Batch Audit | Audit up to 10 URLs in one call (paid) | | Check Usage | Return current usage and plan limits | | Get History | Pull the audit timeseries for a URL (Starter+) | | List Tracked Domains | Every audited domain with latest score and trend (Starter+) | | Compare URLs | Structured diff across 2–5 URLs (Basic+) | | Scoreboard Opt-Out | Opt in or out of the public scoreboard |
Example workflow
A common pattern: Schedule Trigger → Audit URL → IF score < 85 → Slack. This gives you a no-code SEO regression alarm for any site. See the n8n SEO automation guide for ready-made workflows.
Documentation
- API docs: seoscoreapi.com/docs
- SEO Audit API: seoscoreapi.com/seo-audit-api
- SEO Monitor API: seoscoreapi.com/seo-monitor-api
Part of SEO Score API — instant SEO audits via API.
License
MIT
