Get competitors 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.
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/competitors?url=string"{
"urlID": "6be984976f0eedca1741745c5e5290c0",
"source": "is",
"competitors": [
{
"domainId": "uptrends.com",
"domain": "uptrends.com",
"topRank": 1546,
"fb": null,
"refIps": null,
"score": 369
}
]
}