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.
/api/v1/audience/instagram/deviceQuota usage: Each successful request to this endpoint deducts 300 quota units from your plan.
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
username | query | string | username example: nike |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | array<object> | Data |
data[].name | string | Device |
data[].value | string | Value |
Try It
Query Params
username*cURL Example
curl -X GET "https://openapi.scdata.cc/api/v1/audience/instagram/device?username=nike" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/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.