Get Instagram post
GET /v1/instagram-post
GET
/v1/instagram-post
Extract post details, likes, comments, media, and location from an Instagram post URL.
Credits: 1 per request.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” url
required
string
Instagram post URL.
Example
https://www.instagram.com/p/ABC123/Responses
Section titled “ Responses ”Post data.
object
id
string
shortcode
string
owner
object
id
string
username
string
full_name
string
profile_pic_url
string
is_verified
boolean
caption
string
display_url
string
is_video
boolean
video_url
string
likes
integer
comments
integer
timestamp
integer
location
string
Headers
Section titled “Headers ” X-Credits-Used
integer
X-Credits-Remaining
integer
Missing or invalid API key.
object
error
Error message.
string
Example
invalid or inactive api_keyInsufficient credits.
Rate limit exceeded.
object
error
Error message.
string
Example
invalid or inactive api_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.