Instagram Story Viewer avatar
Instagram Story Viewer

Pricing

from $5.00 / 1,000 stories

Go to Apify Store
Instagram Story Viewer

Instagram Story Viewer

Just enter one or multiple usernames and instantly get all active stories with media URLs, timestamps, mentions, shared posts, and user details. Ideal for agencies, brands, and analysts tracking Instagram activity.

Pricing

from $5.00 / 1,000 stories

Rating

3.9

(4)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

77

Total users

43

Monthly active users

2.3 hours

Issues response

2 days ago

Last modified

Share

πŸ“Έ Instagram Story Viewer - View & Download Instagram Stories Anonymously

View and download Instagram stories from any public account without logging in. Extract story images, videos, mentions, stickers, and shared media with comprehensive metadata. Perfect for social media monitoring, content analysis, and competitive research!

πŸ“‹ Table of Contents

πŸš€ Features

πŸ“Έ Anonymous Story Viewing

  • βœ… No Login Required - View Instagram stories without an account
  • βœ… Anonymous Access - Browse stories completely anonymously
  • βœ… Public Accounts - Access stories from any public Instagram profile
  • βœ… Real-Time Data - Get the latest active stories instantly
  • βœ… Batch Processing - View stories from multiple users efficiently

🎬 Complete Media Extraction

  • βœ… Images & Videos - Download both image and video stories
  • βœ… Multiple Resolutions - Get HD, standard, and thumbnail versions
  • βœ… Direct URLs - Access direct download links for all media
  • βœ… Audio Detection - Identify stories with audio content
  • βœ… Metadata Included - Full story metadata with timestamps

🏷️ Advanced Story Elements

  • βœ… User Mentions - Extract @mentions with profile information
  • βœ… Stickers & Tags - Capture all story stickers and their positions
  • βœ… Shared Media - Detect shared posts and reels in stories
  • βœ… Position Data - Get exact coordinates of all story elements
  • βœ… User Profiles - Include complete user profile information

🎯 Use Cases

Use CaseDescriptionBenefits
πŸ“Š Social Media MonitoringTrack competitor stories and campaignsMonitor brand activities, analyze content strategies
🎯 Influencer ResearchAnalyze influencer story contentIdentify collaboration opportunities, track engagement
πŸ“’ Brand MonitoringMonitor brand mentions in storiesTrack brand visibility, measure campaign reach
πŸ“ Content ArchivingSave stories before they expireCreate content archives, preserve important moments
πŸ” Competitive AnalysisStudy competitor story strategiesBenchmark performance, discover trends
πŸ“ˆ Marketing AnalyticsAnalyze story content and timingOptimize posting schedules, improve content strategy
πŸŽ“ Research & AnalysisStudy social media behaviorCollect data for academic or market research
πŸ’Ό Agency ServicesProvide story monitoring for clientsDeliver comprehensive social media reports

⚑ Quick Start

1️⃣ Basic Story Viewing

{
"username": "instagram"
}

2️⃣ With User Information

{
"username": "cristiano",
"includeUserInfo": true,
"includeStickers": true
}

3️⃣ Minimal Data Extraction

{
"username": "selenagomez",
"includeUserInfo": false,
"includeStickers": false
}

πŸ“Š Input Parameters

Configuration Options

ParameterTypeRequiredDefaultDescription
usernameStringβœ…-Instagram username (without @) to view stories from
includeUserInfoBoolean❌trueInclude user profile information in output
includeStickersBoolean❌trueExtract mentions, stickers, and shared media

πŸ“ Parameter Details

username

  • Must be a valid Instagram username
  • Do not include the @ symbol
  • Examples: instagram, cristiano, selenagomez
  • Case-insensitive

includeUserInfo

  • When true: Includes user ID, username, privacy status, and profile picture URL
  • When false: Only basic story data is returned
  • Recommended: Keep enabled for complete data

includeStickers

  • When true: Extracts mentions, stickers, and shared media with position data
  • When false: Only media URLs and basic metadata
  • Useful for analyzing story engagement and collaborations

πŸ“€ Output Format

πŸ“Έ Story Data Structure

{
"source": "instagram",
"story_id": "3773069825095106469",
"username": "instagram",
"user_id": "25025320",
"taken_at": 1764004982,
"taken_at_date": "2024-11-23T10:30:00.000Z",
"has_audio": true,
"original_width": 720,
"original_height": 1280,
"media_type": "video",
"image_url": "https://scontent-waw2-2.cdninstagram.com/...",
"image_url_hd": "https://scontent-waw2-2.cdninstagram.com/...",
"image_thumbnail": "https://scontent-waw2-2.cdninstagram.com/...",
"video_url": "https://scontent-waw2-2.cdninstagram.com/...",
"video_width": 720,
"video_height": 1280,
"user_info": {
"id": "25025320",
"username": "instagram",
"is_private": false,
"profile_pic_url": "https://..."
},
"mentions": [
{
"username": "discopretty",
"full_name": "jay Λšβ‹†π˜š πŸ›",
"account_id": "65337104959",
"profile_pic_url": "https://...",
"position": {
"x": 0.518,
"y": 0.885,
"width": 0.5,
"height": 0.059,
"rotation": 0
}
}
],
"shared_media": [
{
"media_id": "3773063662429370792",
"media_code": "DRcnWkSCXmo",
"media_type": "video",
"product_type": "clips",
"position": {
"x": 0.5,
"y": 0.462,
"width": 0.5,
"height": 0.5,
"rotation": 0
}
}
]
}

πŸ“Š Data Fields Explained

Field CategoryFieldsDescription
Basic Infosource, story_id, username, user_idStory identification and source
Timestampstaken_at, taken_at_dateUnix timestamp and ISO date
Media Typemedia_type, has_audioImage or video, audio presence
Dimensionsoriginal_width, original_heightOriginal media dimensions
Image URLsimage_url, image_url_hd, image_thumbnailMultiple resolution options
Video URLsvideo_url, video_width, video_heightVideo download link and dimensions
User Datauser_infoComplete user profile information
Interactionsmentions, shared_mediaStory mentions and shared content

🎨 Story Elements Extracted

πŸ“Έ Media Content

ElementDescriptionFormat
ImagesStory photos in multiple resolutionsJPG, PNG
VideosStory videos with audio detectionMP4
HD QualityHigh-definition versions (640px+)Direct URLs
ThumbnailsLow-res previews (320px)Quick loading

🏷️ Interactive Elements

ElementData ExtractedUse Case
MentionsUsername, full name, profile pic, positionTrack collaborations
StickersType, position, rotationAnalyze engagement
Shared PostsMedia ID, type, codeMonitor content sharing
Position DataX, Y coordinates, dimensionsRecreate story layout

πŸ“ˆ Performance & Reliability

⚑ Speed & Efficiency

MetricPerformanceDetails
Response Time1-3 secondsPer user request
Story ExtractionInstantAll active stories
Batch Processing10 stories/batchEfficient data handling
API Calls1 per userMinimal resource usage

πŸ”„ Reliability Features

  • βœ… Auto-Retry Logic - Handles temporary failures with exponential backoff
  • βœ… API Key Rotation - Multiple keys for high availability
  • βœ… Error Recovery - Comprehensive error handling and reporting
  • βœ… Rate Limit Protection - Smart throttling to prevent blocks
  • βœ… Data Validation - Ensures output quality and completeness

πŸ’‘ Best Practices

  1. Check Story Availability - Stories expire after 24 hours
  2. Use Batch Processing - Process multiple users efficiently
  3. Enable All Options - Get complete data for analysis
  4. Monitor Regularly - Set up scheduled runs for tracking
  5. Respect Privacy - Only access public accounts

⚠️ Important Notes

  • Stories are only available for 24 hours after posting
  • Only public accounts can be accessed
  • Private accounts will return an error
  • Users without active stories return empty results
  • Media URLs may expire after some time

❓ FAQ

Q: Do I need an Instagram account to use this?

A: No! This actor works completely anonymously without requiring any Instagram login or authentication.

Q: Can I view stories from private accounts?

A: No, only public Instagram accounts are accessible. Private accounts will return an error or no results.

Q: How long are stories available?

A: Instagram stories expire after 24 hours. This actor can only access currently active stories.

Q: What if a user has no stories?

A: The actor will complete successfully but return an empty result set with a message indicating no stories were found.

A: No, Instagram media URLs may expire after some time. Download and save media immediately if needed.

Q: Can I download stories in bulk?

A: Yes! You can run the actor multiple times with different usernames or integrate it into your workflow for batch processing.

Q: What data is included in mentions?

A: Mentions include the username, full name, account ID, profile picture URL, and exact position coordinates on the story.

Q: Does this work for Instagram Reels?

A: This actor is specifically for Instagram Stories. For Reels, you would need a different solution.

A: This tool accesses publicly available data only. Users must comply with Instagram's Terms of Service and applicable laws. Use responsibly and ethically.

Q: How often can I run this actor?

A: You can run it as often as needed, but be mindful of rate limits. The actor includes automatic retry logic and key rotation for reliability.

πŸ› οΈ Troubleshooting

🚨 Common Issues

IssueCauseSolution
"Username is required"Missing or empty usernameProvide a valid Instagram username
"User not found"Invalid username or private accountVerify username exists and is public
"No stories found"User has no active storiesCheck if user has posted stories in last 24h
"Request timeout"Network or API issuesRetry the run after a few moments
"Invalid API response"API service issueCheck logs and retry
"Rate limit exceeded"Too many requestsWait a few minutes and retry

πŸ” Debug Tips

  1. Verify Username - Check the username exists on Instagram
  2. Check Account Privacy - Ensure the account is public
  3. Review Logs - Check actor run logs for detailed error messages
  4. Test with Known Accounts - Try with instagram or other verified accounts
  5. Check Story Availability - Verify the user has active stories

πŸ“ž Support

πŸ†˜ Need Help?

  • πŸ“§ Issues - Report bugs and request features
  • πŸ“– Documentation - Complete guides and examples
  • 🎯 Best Practices - Tips for optimal usage

🏷️ Find Me Tags

instagram story viewer, instagram story downloader, instagram stories scraper, view instagram stories anonymously, download instagram stories, instagram story api, instagram story extractor, instagram story analytics, instagram story monitoring, instagram story archiver, instagram story saver, instagram story backup, instagram story data extraction, instagram story metadata, instagram mentions extractor, instagram stickers scraper, instagram story viewer without login, anonymous instagram story viewer, instagram story viewer online, instagram story downloader apify, instagram story scraper apify actor, instagram social media monitoring, instagram competitor analysis, instagram influencer research, instagram content analysis, instagram story automation, instagram story tracking, instagram story research tool, instagram story batch download, instagram story api scraper, instagram story viewer tool, instagram story data scraper, instagram story content extractor


πŸš€ Get Started Now

Ready to view Instagram stories anonymously?

  1. Click "Try for free" to test the actor
  2. Enter an Instagram username
  3. Get comprehensive story data instantly

⭐ If this actor helps your workflow, please give it a star!


Built with ❀️ using Apify Platform | πŸ“Έ Instagram Story Viewer v2.0


Disclaimer: This actor is designed for accessing publicly available Instagram data only. Users are responsible for complying with Instagram's Terms of Service and all applicable laws. Use this tool ethically and responsibly.