Instagram Story Viewer avatar
Instagram Story Viewer

Pricing

$9.00 / 1,000 stories

Go to Apify Store
Instagram Story Viewer

Instagram Story Viewer

Developed by

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Fetch Instagram Stories by username through the API β€” quick setup with a clean code example included.

0.0 (0)

Pricing

$9.00 / 1,000 stories

0

3

3

Last modified

a day ago

Easily fetch Instagram Stories by username with this Actor.

πŸ‘€ About Me

Actor created by Sachin Kumar Yadav – freelance scraper architect πŸ› οΈ building APIs and automation tools for businesses.


πŸš€ Features

  • βœ… Input Instagram username (e.g. cristiano)
  • βœ… Fetch and save all available Instagram stories
  • βœ… Transparent results: If no story is available β†’ returns "No story available"
  • βœ… Store output directly in Apify dataset (download as JSON/CSV/Excel)

🎯 Input Example

Go to Actor β†’ Run β†’ Input and provide a username:

{ "username": "cristiano" }


πŸ“Š Output Example (Detailed)

Below is a real sample output when fetching stories for a username (cristiano).
If stories exist, each record includes media URLs, dimensions, user info, and metadata.

[{ "requested": "cristiano", "stories": [ { "image_versions2": { "candidates": [ { "height": 2080, "url": "https://instagram.fupg5-1.fna.fbcdn.net/v/...jpg", "width": 1170 }, { "height": 1138, "url": "https://instagram.fupg5-1.fna.fbcdn.net/v/...jpg", "width": 640 } ] }, "original_height": 2080, "original_width": 1170, "pk": "3727434788752606189", "taken_at": 1758564866, "story_feed_media": [ { "media_type": "image", "media_id": "3726796722967160074", "media_code": "DO4Pd_GjCUK" } ], "user": { "id": "173560420", "username": "cristiano", "is_private": false, "profile_pic_url": "https://instagram.fupg5-1.fna.fbcdn.net/v/...jpg" } } ] }]


If no stories exist, response will be:

{ "requested": "cristiano", "stories": "No story available" }