cURL
curl --request POST \ --url https://api.anysite.io/api/instagram/post/likes \ --header 'Content-Type: application/json' \ --header 'access-token: <access-token>' \ --data '{ "timeout": 300, "post": "3676612811870810696_1777543238", "count": 123 }'
[ { "@type": "InstagramUserPreview", "id": "<string>", "name": "<string>", "alias": "<string>", "url": "<string>", "image": "<string>", "is_verified": false, "is_private": false } ]
Instagram Get Post Likes
Post ID
"3676612811870810696_1777543238"
Max result count
x > 0
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response