Skip to main content

Node Inputs

Required Fields

URLs:
A list of URLs or domains to analyze for backlinks.
Example: ["https://example.com", "https://example2.com"]
Max Results:
Maximum number of backlinks to retrieve per URL.
Example: 100

Optional Fields

Data Source:
The Majestic index to query.
Available options:
  • fresh: Fresh Index (last 90 days)
  • historic: Historic Index (all time)
    Default: fresh
Order By:
Sorting criteria for backlinks.
Available options:
  • trust_flow: Sort by Trust Flow
  • citation_flow: Sort by Citation Flow
  • date: Sort by discovery date
    Default: trust_flow

Node Output

Backlink Profile:
Detailed information about each backlink including source domain, anchor text, and quality metrics.
Example Output:
{
  "results": [
    {
      "target_url": "https://example.com",
      "backlinks": [
        {
          "source_url": "https://referring-site.com/page",
          "source_title": "Great Resources",
          "anchor_text": "example website",
          "trust_flow": 38,
          "citation_flow": 42,
          "first_seen": "2024-09-15",
          "last_seen": "2024-10-18",
          "link_type": "dofollow"
        }
      ],
      "total_backlinks": 100
    }
  ]
}

Node Functionality

The Majestic Backlink Data node:
  • Retrieves comprehensive backlink profiles for domains and URLs.
  • Provides quality metrics (Trust Flow, Citation Flow) for each backlink.
  • Includes anchor text analysis for SEO insights.
  • Tracks first and last seen dates for link monitoring.
  • Supports filtering and sorting options for targeted analysis.
I