Skip to main content

Node Inputs

Required Fields

URLs:
A list of URLs or domains to analyze.
Example: ["https://example.com", "https://example2.com"]

Optional Fields

Data Source:
The Majestic index to query.
Available options:
  • fresh: Fresh Index (last 90 days)
  • historic: Historic Index (all time)
    Default: fresh

Node Output

Index Information:
Comprehensive SEO metrics for each analyzed URL including Trust Flow, Citation Flow, and domain authority indicators.
Example Output:
{
  "results": [
    {
      "url": "https://example.com",
      "trust_flow": 45,
      "citation_flow": 52,
      "external_backlinks": 12543,
      "referring_domains": 892,
      "referring_ips": 654,
      "referring_subnets": 432,
      "topical_trust_flow": {
        "Business": 18,
        "Technology": 15,
        "Marketing": 12
      }
    }
  ]
}

Node Functionality

The Majestic Index Info node:
  • Retrieves Trust Flow and Citation Flow metrics for domain authority assessment.
  • Provides backlink and referring domain counts.
  • Analyzes topical Trust Flow for content relevance.
  • Supports bulk analysis of multiple domains.
  • Offers both Fresh and Historic index data for trend analysis.
I