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 including media URLs, expiration dates, and author metadata. 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

6

Total users

3

Monthly active users

a day ago

Last modified

Categories

Share

This actor extracts Stories from Instagram. It captures media content, expiration timestamps, and author information from active stories viewer pages.

Data Fields

Field NameDescriptionExample
Story TypeFormat of the story content"video"
Story ImageURL to the story thumbnail or image"https://scontent.cdninstagram.com/v/t51.2885-15/..."
Story VideoURL to the story video file"https://scontent.cdninstagram.com/v/t50.2886-16/..."
Story LinkExternal link attached to the story"https://example.com/promo"
Story DateTimestamp when the story was posted"2023-10-27T10:00:00Z"
Story Expiring AtTimestamp when the story expires"2023-10-28T10:00:00Z"
Story Accessibility CaptionAI generated description of the media"Photo by user on beach"
Author UsernameHandle of the story creator"johndoe"
Author Full NameDisplay name of the creator"John Doe"
Author ImageProfile picture URL of the author"https://scontent.cdninstagram.com/v/t51.2885-19/..."
Author URLLink to the author profile"https://www.instagram.com/johndoe/"
Author Is VerifiedVerification status of the accounttrue

Input

  • urls: Array of Instagram story viewer URLs. Example: https://www.instagram.com/stories/username/.
  • maxItems: Maximum number of stories to extract per URL. Default is 100.

Example Input

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

Example Output

[
{
"storyType": "image",
"storyImage": "https://scontent.cdninstagram.com/v/t51.2885-15/img1.jpg",
"storyVideo": null,
"storyLink": "https://nifty.codes",
"storyDate": "2023-10-27T14:30:00Z",
"storyExpiringAt": "2023-10-28T14:30:00Z",
"storyAccessibilityCaption": "Text that says Hello World",
"authorUsername": "example_user",
"authorFullName": "Example User",
"authorImage": "https://scontent.cdninstagram.com/v/t51.2885-19/pfp.jpg",
"authorUrl": "https://www.instagram.com/example_user/",
"authorIsVerified": false
},
{
"storyType": "video",
"storyImage": "https://scontent.cdninstagram.com/v/t51.2885-15/img2.jpg",
"storyVideo": "https://scontent.cdninstagram.com/v/t50.2886-16/vid1.mp4",
"storyLink": null,
"storyDate": "2023-10-27T15:00:00Z",
"storyExpiringAt": "2023-10-28T15:00:00Z",
"storyAccessibilityCaption": "A video of a sunset",
"authorUsername": "example_user",
"authorFullName": "Example User",
"authorImage": "https://scontent.cdninstagram.com/v/t51.2885-19/pfp.jpg",
"authorUrl": "https://www.instagram.com/example_user/",
"authorIsVerified": false
}
]

Want more from Instagram?

This actor only covers Stories. The full Instagram Scraper browser extension also includes Posts in a List, Post Details, Comments of a Post, Profile Details, Followers of a User, Following of a User 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

Disclaimer

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