Instagram Stories Scraper avatar

Instagram Stories Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Instagram Stories Scraper

Instagram Stories Scraper

Extract Instagram stories with media URLs, timestamps, and author details from story viewer pages. Powered by Instagram Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

17

Total users

2

Monthly active users

14 hours ago

Last modified

Share

This actor extracts Stories from Instagram. It works on stories viewer pages and captures active media content before it expires. The actor returns media URLs, timestamps, and author information.


Want more from Instagram?

This actor covers Stories only. The full Instagram Scraper browser extension also includes Posts, Comments, Profiles, Followers, Accounts with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Instagram Scraper extension


Data Fields

Field NameDescriptionExample
Story TypeType of media (image or video)"video"
Story ImageURL to the story image or video thumbnail"https://instagram.fnyc1.fbcdn.net/v/t51..."
Story VideoURL to the story video file if applicable"https://instagram.fnyc1.fbcdn.net/v/t66..."
Story LinkDirect link to the story"https://www.instagram.com/stories/username/3456789/"
Story DateTimestamp when the story was posted"2023-10-27T14:30:00Z"
Story Expiring AtTimestamp when the story expires"2023-10-28T14:30:00Z"
Story Accessibility CaptionAI-generated or manual alt text"Photo by User on October 27, 2023."
Author UsernameUsername of the story creator"cristiano"
Author Full NameDisplay name of the story creator"Cristiano Ronaldo"
Author ImageProfile picture URL of the author"https://instagram.fnyc1.fbcdn.net/v/t51..."
Author URLLink to the author profile"https://www.instagram.com/cristiano/"
Author Is VerifiedVerification status of the authortrue

Input

  • urls: Array of Instagram story viewer URLs. Ensure the story is active and visible.
  • maxItems: Maximum number of stories to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.instagram.com/stories/cristiano/"],
"maxItems": 20
}

Example Output

[
{
"storyType": "video",
"storyImage": "https://instagram.fnyc1.fbcdn.net/v/t51.2885-15/38472.jpg",
"storyVideo": "https://instagram.fnyc1.fbcdn.net/v/t66.30197-16/98234.mp4",
"storyLink": "https://www.instagram.com/stories/cristiano/32228495/",
"storyDate": "2023-10-27T10:00:00Z",
"storyExpiringAt": "2023-10-28T10:00:00Z",
"storyAccessibilityCaption": "Video by Cristiano Ronaldo",
"authorUsername": "cristiano",
"authorFullName": "Cristiano Ronaldo",
"authorImage": "https://instagram.fnyc1.fbcdn.net/v/t51.2885-19/111.jpg",
"authorUrl": "https://www.instagram.com/cristiano/",
"authorIsVerified": true
},
{
"storyType": "image",
"storyImage": "https://instagram.fnyc1.fbcdn.net/v/t51.2885-15/38473.jpg",
"storyVideo": null,
"storyLink": "https://www.instagram.com/stories/cristiano/32228496/",
"storyDate": "2023-10-27T11:15:00Z",
"storyExpiringAt": "2023-10-28T11:15:00Z",
"storyAccessibilityCaption": "Image by Cristiano Ronaldo",
"authorUsername": "cristiano",
"authorFullName": "Cristiano Ronaldo",
"authorImage": "https://instagram.fnyc1.fbcdn.net/v/t51.2885-19/111.jpg",
"authorUrl": "https://www.instagram.com/cristiano/",
"authorIsVerified": true
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.