Skip to main content

What does this node do?

Returns the top pages on a domain ranked by backlink count.

Configuration

domain
string
required
Domain to analyze.
limit
number
default:"100"
Number of pages to return.

Output

{
  "pages": [
    {
      "url": "/ultimate-guide",
      "external_backlinks": 500,
      "referring_domains": 120,
      "trust_flow": 42
    }
  ]
}