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