moz-api

n8n node for Moz Data API (JSON-RPC 2.0) - SEO metrics, backlinks, domain authority and more

Package Information

Downloads: 32 weekly / 51 monthly
Latest Version: 1.1.1
Author: Jaime Neto

Documentation

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)

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter @jaimeflneto/n8n-nodes-moz-api
  4. Agree to the risks and select Install

Manual Installation

npm install @jaimeflneto/n8n-nodes-moz-api

Credentials

To use this node, you need a Moz API token:

  1. Sign up for a Moz API account
  2. Go to the Moz API dashboard to create and view your API tokens
  3. 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:

  1. Add the Moz API node to your workflow
  2. Select URL Metrics as the resource
  3. Enter the target URL (e.g., https://example.com)
  4. Execute to get metrics like:
    • Domain Authority
    • Page Authority
    • Spam Score
    • Link counts

Analyze Backlinks

Get the domains linking to your site:

  1. Select Linking Domains as the resource
  2. Enter your target URL
  3. Choose the scope (Page, Subdomain, or Root Domain)
  4. 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:

  1. Select Link Intersect as the resource
  2. Enter competitor URLs (comma-separated)
  3. Optionally set an exclude target (your domain)
  4. Get a list of potential link building opportunities

API Documentation

For detailed API documentation, visit the Moz Links API Help.

License

MIT

Author

Jaime Neto - @jaimeflneto

Discussion