npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@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

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)

  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