Skip to content

Get Instagram post

GET
/v1/instagram-post

Extract post details, likes, comments, media, and location from an Instagram post URL.

Credits: 1 per request.

url
required
string

Instagram post URL.

Example
https://www.instagram.com/p/ABC123/

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
X-Credits-Used
integer
X-Credits-Remaining
integer

Missing or invalid API key.

object
error

Error message.

string
Example
invalid or inactive api_key

Insufficient credits.

Rate limit exceeded.

object
error

Error message.

string
Example
invalid or inactive api_key
Retry-After
integer

Seconds to wait before retrying.