Get Instagram Follower Authenticity

46 endpoints • Base: https://openapi.scdata.cc

Endpoints

Returns an authenticity assessment of a Instagram creator's follower base: the share of genuine, suspicious and inactive accounts plus an overall quality score. Premium audience insight endpoint with a higher quota cost.

GET/api/v1/audience/instagram/follower_authenticity

Quota usage: Each successful request to this endpoint deducts 300 quota units from your plan.

Request Parameters

Required Parameters

NameInTypeDescription
usernamequerystringusername
example: nike

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.realstringGenuine followers
data.fakestringSuspicious followers

Try It

https://openapi.scdata.cc/api/v1/audience/instagram/follower_authenticity
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

username*

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/instagram/follower_authenticity?username=nike" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"real": "90%",
"fake": "10%"
}
}

Use Cases

  • Fraud prevention — Reject creators whose follower base shows signs of purchased or bot followers.
  • Effective-reach pricing — Negotiate fees on the genuine follower count instead of the headline number.

Related Endpoints