Skip to main content

What does this node do?

Returns detailed backlink data including source URLs, anchor text, and link attributes.

Configuration

target
string
required
Domain or URL to analyze.
limit
number
default:"100"
Maximum backlinks to return.

Output

{
  "backlinks": [
    {
      "source_url": "https://blog.example.org/post",
      "target_url": "https://example.com/page",
      "anchor_text": "great resource",
      "link_type": "follow",
      "source_trust_flow": 35,
      "first_seen": "2024-01-10",
      "last_seen": "2024-01-15"
    }
  ],
  "total_backlinks": 5000
}