-pub suffix (e.g., fb-pub-post-likes, ig-pub-post-comments).notes object only appears when deprecated or soon-to-be-deprecated metrics are requested.curl --location --request GET 'https://api.swonkie.dev/v2/competitor/UG9zdElkMTIzNDU2Nzg1423/insights/posts?skip=0&take=100&since=2026-01-01&until=2026-01-31&metrics=ig-pub-post-likes,ig-pub-post-comments' \
--header 'X-API-ID: {{apiId}}' \
--header 'X-API-KEY: {{apiKey}}'{
"hasMore": true,
"items": [
{
"id": "ig_post_ABC123456",
"picture": "https://storage.example.com/posts/competitor_abc.jpg",
"type": "FEED",
"format": "IMAGE",
"url": "https://instagram.com/p/ABC123456",
"caption": "Amazing view from the mountains! 🏔️ #nature #travel",
"publishedAt": "2026-01-30T16:45:00.000Z",
"insights": [
{
"metric": "ig-pub-post-likes",
"value": 12450,
"type": "NUMBER"
},
{
"metric": "ig-pub-post-comments",
"value": 234,
"type": "NUMBER"
}
]
},
{
"id": "ig_post_XYZ789012",
"picture": "https://storage.example.com/posts/competitor_xyz.jpg",
"type": "REEL",
"format": "VIDEO",
"url": "https://instagram.com/reel/XYZ789012",
"caption": "Quick tips for your daily routine ✨",
"publishedAt": "2026-01-28T11:20:00.000Z",
"insights": [
{
"metric": "ig-pub-post-likes",
"value": 8920,
"type": "NUMBER"
},
{
"metric": "ig-pub-post-comments",
"value": 156,
"type": "NUMBER"
}
]
}
],
"total": 48
}