Complete reference for the Instagram Scraper API. All endpoints require an X-Api-Key header.
Base URL
https://api.instadwn.comInclude your API key in every request header:
X-Api-Key: sk_live_your_key_herecurl -H "X-Api-Key: sk_live_your_key_here" \
"https://api.instadwn.com/api/user/info?username_or_id=instagram"| Plan | Monthly Quota | Rate Limit |
|---|---|---|
| Basic (Free) | 30/month | 1,000/hour |
| Pro ($8.90) | 3,000/month | 30/min |
| Ultra ($49.90) | 40,000/month | 75/min |
| Mega ($119.90) | 130,000/month | 100/min |
/api/user/infoGet user profile by username or ID
/api/user/postsGet user posts with pagination
/api/user/reelsGet user reels with pagination
/api/user/followersGet user followers
/api/user/followingGet user following
/api/user/taggedGet user tagged posts
/api/user/searchSearch users by keyword
/api/v1/media/by/idGet media by numeric ID
/api/v1/media/by/codeGet media by shortcode
/api/v1/media/by/urlGet media by Instagram URL
/api/v1/media/comments/chunkGet media comments (paginated)
/api/v1/media/likersGet media likers
/api/v1/user/medias/chunkGet user media feed (paginated)
/api/v1/user/storiesGet user stories by ID
/api/v1/user/stories/by/usernameGet stories by username
/api/v1/story/by/idGet single story by ID
/api/v1/story/downloadDownload story media
/api/v1/user/highlightsGet user highlights by ID
/api/v1/user/highlights/by/usernameGet highlights by username
/api/v1/highlight/by/urlGet highlight by URL
/api/v1/hashtag/by/nameGet hashtag info
/api/v1/hashtag/medias/topGet top media for hashtag
/api/v1/hashtag/medias/clipsGet reels for hashtag
/api/v1/location/by/idGet location info
/api/v1/location/medias/topGet top media at location
/api/v1/location/searchSearch locations by coordinates
200Success400Bad Request — Missing or invalid parameters401Unauthorized — Missing or invalid API key403Forbidden — API key does not have permission404Not Found — User/media not found on Instagram429Rate Limited — Too many requests, slow down500Server Error — Something went wrong on our end