
Instagram Story Downloader
Pricing
$14.99/month + usage

Instagram Story Downloader
Download Instagram stories effortlessly! Save photos and videos from multiple accounts simultaneously while preserving original quality. Perfect for content creators, social media managers, and anyone wanting to archive Instagram stories. 🚀
5.0 (1)
Pricing
$14.99/month + usage
6
Total users
100
Monthly users
15
Runs succeeded
>99%
Issue response
55 days
Last modified
7 days ago
Do you have any plans to map the asset links to the URL that it pulled from?
Closed
I would love to be able to map the asset URL to the UID at the end of this url.
https://www.instagram.com/stories/karaxlewis/3513925977639608608/

Look at the ID field under Medias
mirthful_falcon
The only keys that I have access in the "medias" object are thumbnail, url, type, and extension. I don't see an ID key value pair. None of those keys have values that contain the UID at the end of the URL of the asset that I am trying to pull.
Thank you for your time!!
this is a snippet of my response json. I shortened the URLs to make it more readable. [{ "url": "https://www.instagram.com/stories/calebnatale/", "result": { "url": "https://www.instagram.com/stories/calebnatale/", "title": "<3", "duration": "", "thumbnail": "https://i.snapcdn.app/photo?, "medias": [ { "thumbnail": "https://i.snapcdn.app/photo?", "url": "https://dl.snapcdn.app/get?", "type": "image", "extension": "jpg" }, { "thumbnail": "https://i.snapcdn.app/photo?", "url": "https://dl.snapcdn.app/get?", "type": "image", "extension": "jpg" }, { "thumbnail": "https://i.snapcdn.app/photo?", "url": "https://dl.snapcdn.app/get?", "type": "image", "extension": "jpg" } ], "type": "multiple", "error": false } }]