πŸ“Š Track website SEO metrics with Moz API and Google Sheets integration

⚑ 575 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” For competitive intelligence, ScraperNode can automate the data collection β€” Yelp reviews, Glassdoor company data, and Crunchbase profiles all return structured JSON you can feed straight into this workflow.

View All Scrapers

Description

Automated DA PA Checker Workflow for SEO Analysis

Description

This n8n workflow collects a website URL via form submission, retrieves SEO metrics like Domain Authority (DA) and Page Authority (PA) using the Moz DA PA Checker API, and stores the results in Google Sheets for easy tracking and analysis.


Node-by-Node Explanation

  1. On form submission – Captures the website input from the user to pass to the Moz DA PA Checker API.
  2. DA PA API Request – Sends the website to the Moz DA PA Checker API via RapidAPI to fetch DA, PA, spam score, DR, and organic traffic.
  3. If – Checks if the API request to the Moz DA PA Checker API returned a successful response.
  4. Clean Output – Extracts only the useful data from the Moz DA PA Checker API response for saving.
  5. Google Sheets – Appends the cleaned SEO metrics to a Google Sheet for record-keeping.

Use Cases


Benefits

πŸ”— Nodes Used

Google Sheets, HTTP Request, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup