A fast and secure tool for downloading public Instagram stories without login. It retrieves active photos and videos from any public profile and returns clean, structured metadata. Perfect for analysis, automation, and large-scale story archiving.
Created by Bitbash, built to showcase our approach to Scraping and Automation!
If you are looking for Instagram Stories Downloader Scraper you've just found your team — Let’s Chat. 👆👆
This scraper collects active Instagram story content from public accounts and delivers direct media links, timestamps, and thumbnails. It solves the challenge of downloading stories reliably without logging in or using cookies. Ideal for analysts, marketers, automation engineers, and research teams.
- No login or cookies required — safe and anonymous data retrieval.
- Captures images, videos, thumbnails, timestamps, and mentions.
- Works for multiple usernames at once for batch processing.
- Outputs structured datasets ready for automation and analysis.
| Feature | Description |
|---|---|
| No-login story access | Fetches public stories without accounts, cookies, or credentials. |
| Bulk username support | Process multiple Instagram profiles in a single run. |
| Direct media links | Returns clean URLs for images and videos for instant downloading. |
| Multi-format export | Export results as CSV, JSON, Excel, HTML, or XML. |
| API-friendly | Perfect for automation pipelines and integrations. |
| High-speed extraction | Retrieves stories within seconds for up to many profiles. |
| Field Name | Field Description |
|---|---|
| username | Owner of the Instagram story. |
| storyID | Unique story identifier. |
| mediaType | Type of content: image or video. |
| link | Direct URL to the media file. |
| timestamp | Unix timestamp when the story was posted. |
| thumbnail | Preview image URL of the story. |
| mentions | List of mentioned usernames, if present. |
[
{
"username": "natgeo",
"storyID": "9471431110767679276",
"mediaType": "video",
"link": "https://scontent-iad3-2.cdninstagram.com/o1/v/t16/f2/m08/example_video2.mp4",
"timestamp": 1728039654,
"thumbnail": "https://scontent-iad3-2.cdninstagram.com/o1/v/t16/f2/m07/thumb_example_image1.jpg",
"mentions": []
},
{
"username": "bbcnews",
"storyID": "9441431110767879271",
"mediaType": "image",
"link": "https://scontent-iad3-2.cdninstagram.com/o1/v/t16/f2/m08/example_image.jpg",
"timestamp": 1728035941,
"thumbnail": "https://scontent-iad3-2.cdninstagram.com/o1/v/t16/f2/m07/thumb_example_image2.jpg",
"mentions": []
}
]
Instagram Stories Downloader Scraper/
├── src/
│ ├── index.js
│ ├── extractors/
│ │ ├── story_parser.js
│ │ └── utils_time.js
│ ├── outputs/
│ │ └── exporters.js
│ └── config/
│ └── settings.example.json
├── data/
│ ├── inputs.sample.txt
│ └── sample.json
├── package.json
└── README.md
- Marketing teams use it to collect story content for competitor analysis and campaign insights, enabling data-driven strategy refinement.
- Researchers download stories at scale to study trends, public sentiment, and visual content patterns.
- Automation engineers integrate the scraper into workflows to archive daily stories for monitoring or compliance.
- Media analysts gather multimedia datasets for training computer vision or classification models.
Can this scraper download private stories? No. It only collects stories from public Instagram profiles and cannot access private or restricted content.
Is a login or authentication required? No. It works entirely without accounts, cookies, or login sessions, ensuring privacy and safety.
How fast is the scraping process? For up to roughly ten profiles, results typically appear within a few seconds due to efficient direct media fetching.
Can I automate recurring downloads? Yes. You can integrate this tool with external schedulers, pipelines, or automation platforms to run periodically.
Primary Metric: Average processing time of 1–3 seconds per public profile, depending on the number of active stories.
Reliability Metric: Consistent 98%+ success rate when fetching story metadata and media URLs from public accounts.
Efficiency Metric: Low resource consumption — optimized for lightweight parallel story extraction without heavy browser overhead.
Quality Metric: High data completeness with near-perfect capture of images, videos, thumbnails, and timestamps from detected stories.
