
Instagram Story Viewer
Pricing
$9.00 / 1,000 stories

Instagram Story Viewer
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" }