Skip to main content

Node Inputs

Required Fields

URLs:
A list of URLs or domains to track backlink history.
Example: ["https://example.com", "https://example2.com"]
Time Period:
The historical period to analyze.
Available options:
  • 1_month: Last month
  • 3_months: Last 3 months
  • 6_months: Last 6 months
  • 1_year: Last year
  • all_time: All available history
    Example: "6_months"

Optional Fields

Data Source:
The Majestic index to query.
Available options:
  • fresh: Fresh Index
  • historic: Historic Index
    Default: historic

Node Output

Backlink History:
Time-series data showing backlink growth, losses, and net changes over the specified period.
Example Output:
{
  "results": [
    {
      "url": "https://example.com",
      "history": [
        {
          "date": "2024-04-01",
          "total_backlinks": 12345,
          "new_backlinks": 234,
          "lost_backlinks": 45,
          "net_change": 189,
          "referring_domains": 892
        },
        {
          "date": "2024-05-01",
          "total_backlinks": 12567,
          "new_backlinks": 298,
          "lost_backlinks": 76,
          "net_change": 222,
          "referring_domains": 915
        }
      ],
      "summary": {
        "total_gained": 1456,
        "total_lost": 567,
        "net_growth": 889,
        "growth_rate": 7.2
      }
    }
  ]
}

Node Functionality

The Majestic Backlinks History node:
  • Tracks backlink growth and loss over time.
  • Identifies trends in link building performance.
  • Detects sudden drops or spikes in backlink profiles.
  • Provides monthly snapshots for historical analysis.
  • Helps evaluate link building campaign effectiveness.
I