What does this node do?
Returns detailed backlink data including source URLs, anchor text, and link attributes.
Configuration
Domain or URL to analyze.
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
}