Mangools/API

Get top-content for siteprofiler

Prerequisites

Call /siteprofiler/overview for the same URL first (within the last 24 hours). Without a recent overview lookup the endpoint returns HTTP 429 Not in history.

GET
/siteprofiler/top-content

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Query Parameters

url*string

Target URL / domain / subdomain

Response Body

application/json

curl -X GET "https://api.mangools.com/v3/siteprofiler/top-content?url=string"
{
  "urlID": "6be984976f0eedca1741745c5e5290c0",
  "topContent": [
    {
      "url": "https://exampledomain.com/",
      "citationFlow": 53,
      "trustFlow": 63,
      "refDomains": 3800,
      "extBackLinks": 376507,
      "fb": {
        "l": null,
        "og": null
      }
    }
  ]
}