Get Instagram Audience Devices

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

Endpoints

Returns the share of a Instagram creator's audience on each device type and operating system. Premium audience insight endpoint with a higher quota cost.

GET/api/v1/audience/instagram/device

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
dataarray<object>Data
data[].namestringDevice
data[].valuestringValue

Try It

https://openapi.scdata.cc/api/v1/audience/instagram/device
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/device?username=nike" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": [
{
"name": "ios",
"value": "0.4365"
},
{
"name": "android",
"value": "0.5635"
}
]
}

Use Cases

  • App install campaigns — Choose creators with a mostly iOS or mostly Android audience to match the app being promoted.
  • Hardware product fit — Match accessories or device-specific products with the audience that owns that hardware.

Related Endpoints