This endpoint provides the backlinks metrics about a URL. A complete backlink profile of a page that you want.
Pricing
$0.05 per domain per request
Endpoint - POST
https://api.dataforsaas.com/v1/backlink/metrics
Request Body
{
"key" : "YOUR_API_KEY",
"urls" : ["https://crunchyroll.com", "https://netflix.com"]
}
Get your api key from the dashboard or create an account to get your api key.
Response JSON
[
{
"backlinks": 826,
"dofollow_backlinks": 545,
"edu_backlinks": 0,
"gov_backlinks": 0,
"ips": 162,
"nofollow_backlinks": 281,
"refdomains": 149,
"subnets": 146,
"url": "https://crunchyroll.com"
},
{
"backlinks": 774446,
"dofollow_backlinks": 685163,
"edu_backlinks": 56,
"gov_backlinks": 0,
"ips": 5490,
"nofollow_backlinks": 89283,
"refdomains": 5232,
"subnets": 2337,
"url": "https://netflix.com"
}
]