@jaimeflneto/n8n-nodes-moz-api
v1.1.1
Published
n8n node for Moz Data API (JSON-RPC 2.0) - SEO metrics, backlinks, domain authority and more
Downloads
1,117
Maintainers
Readme
n8n-nodes-moz-api
This is an n8n community node for the Moz Links API. It enables you to integrate Moz's SEO data into your n8n workflows.
Features
This node provides access to all major Moz Links API endpoints:
| Resource | Description | |----------|-------------| | URL Metrics | Get Domain Authority, Page Authority, Spam Score, and link counts for URLs | | Anchor Text | Get anchor text data for links pointing to a target | | Linking Domains | Get root domains that link to a target | | Top Pages | Get the most-linked pages for a domain | | Links | Get individual links pointing to a target | | Global Top Pages | Get the most-linked pages across the web | | Global Top Root Domains | Get the most-linked domains across the web | | Link Intersect | Find domains that link to multiple competitors | | Final Redirect | Get the final URL after redirects | | Index Metadata | Get Moz index metadata | | Usage Data | Get API usage statistics |
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
@jaimeflneto/n8n-nodes-moz-api - Agree to the risks and select Install
Manual Installation
npm install @jaimeflneto/n8n-nodes-moz-apiCredentials
To use this node, you need a Moz API token:
- Sign up for a Moz API account
- Go to the Moz API dashboard to create and view your API tokens
- In n8n, create new credentials for "Moz API" and enter your API Token
The node uses the x-moz-token header for authentication as specified in the Moz API documentation.
Usage Examples
Get URL Metrics
Retrieve Domain Authority, Page Authority, and other metrics for a URL:
- Add the Moz API node to your workflow
- Select URL Metrics as the resource
- Enter the target URL (e.g.,
https://example.com) - Execute to get metrics like:
- Domain Authority
- Page Authority
- Spam Score
- Link counts
Analyze Backlinks
Get the domains linking to your site:
- Select Linking Domains as the resource
- Enter your target URL
- Choose the scope (Page, Subdomain, or Root Domain)
- Set the limit for number of results
Find Competitor Link Opportunities
Use Link Intersect to find domains that link to your competitors but not to you:
- Select Link Intersect as the resource
- Enter competitor URLs (comma-separated)
- Optionally set an exclude target (your domain)
- Get a list of potential link building opportunities
API Documentation
For detailed API documentation, visit the Moz Links API Help.
License
Author
Jaime Neto - @jaimeflneto
