
Instagram Story Downloader
2 hours trial then $14.99/month - No credit card required now

Instagram Story Downloader
2 hours trial then $14.99/month - No credit card required now
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. 🚀
Actor Metrics
25 Monthly users
No reviews yet
5 bookmarks
>99% runs succeeded
51 days response time
Created in Nov 2024
Modified 5 days ago
Do you have any plans to map the asset links to the URL that it pulled from?
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 } }]