Facebook Story Downloader ✨ avatar

Facebook Story Downloader ✨

Pricing

$10.00/month + usage

Go to Apify Store
Facebook Story Downloader ✨

Facebook Story Downloader ✨

🔬Input any public Facebook Story URL and receive permanent, never-expiring Apify CDN links for every story inside it: 🎬 HD Video (MP4), 📹 SD Video (MP4), 🎵 MP3 Audio & 🖼️ Photo. Enable 🔬 Media Metadata to get codec, resolution, bitrate & frame rate per file. 📸 Facebook Story Downloader 🔬

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

Scrape Architect

Scrape Architect

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

📸 Facebook Story Downloader & Media Metadata Scraper

The most complete Facebook Story Downloader on the Apify platform — download every individual story from any public Facebook Story URL with permanent, never-expiring download links for HD Video, SD Video, MP3 Audio, and Photo. Optionally unlock deep container-level media metadata for every story file.


🚀 What This Facebook Story Downloader Does

This Facebook Story Downloader takes any public Facebook Story URL and automatically delivers:

  • 🎬 Video HD — Highest quality video version, optimized for instant streaming
  • 📹 Video SD — Standard quality version with a smaller file footprint
  • 🎵 Audio MP3 — Audio track properly converted to MP3 format at 128 kbps — not an mp4 container disguised as audio
  • 🖼️ Photo — Full-resolution story photo hosted permanently on Apify CDN
  • 🖼️ Thumbnail — Story cover image uploaded permanently alongside all results
  • 🔬 Media Metadata (optional toggle) — Deep codec-level inspection of every file: codec name, resolution, frame rate, bitrate, duration, sample rate, audio channels, pixel format, and more

All download links produced by this Facebook Story Downloader are hosted permanently on the Apify Key-Value Store — unlike raw Facebook CDN links that expire within hours, these links never expire and can be shared, embedded, or archived indefinitely.


⚡ Key Features of This Facebook Story Downloader

FeatureDetails
🔗 Permanent Download LinksAll files uploaded to Apify CDN — links never expire
📦 Multi-Story SupportEach Facebook Story URL can contain multiple individual stories — all are automatically detected and downloaded
🎵 True MP3 ConversionAudio is re-encoded to a proper MP3 file, not just renamed — plays correctly in every media player and browser
🎬 Web-Optimized VideoVideos are processed with faststart optimization for instant browser playback
🔬 Deep Media AnalysisOptional FFprobe-powered metadata extraction — codec, resolution, frame rate, bitrate, duration, and more
🛡️ Cloudflare BypassThis Facebook Story Downloader uses advanced browser fingerprint impersonation to reliably pass Cloudflare protection
🔢 Batch ProcessingSupply multiple Story URLs in a single run — each is processed independently
🧹 Clean OutputStructured JSON with every story numbered and every format clearly labeled
🔒 No Credentials ExposedInternal implementation details, module names, and engine layers are never included in logs or output

📥 Input Parameters

The Facebook Story Downloader accepts the following input parameters:

ParameterTypeRequiredDefaultDescription
facebook_urlsArray of URL objects✅ YesList of public Facebook Story URLs. Each URL may contain multiple individual stories.
include_media_metadataBoolean❌ NofalseWhen true, runs deep container-level analysis on every downloaded file and includes the metadata in the output.

Example Input

{
"facebook_urls": [
{
"url": "https://www.facebook.com/stories/122093654840067130/UzpfSVNDOjI2NjM1MDI5MzQwMDYwNzQ="
}
],
"include_media_metadata": false
}

📤 Output Structure

Every URL processed by this Facebook Story Downloader produces one structured result item pushed to the Apify dataset.


📋 Top-Level Fields

FieldTypeDescription
original_urlStringThe Facebook Story URL that was submitted for processing
titleStringStory title extracted from the source (e.g., [Facebook Story] [4] [World Of Animals])
sourceStringMedia source identifier — typically FB-Story
thumbnailStringPermanent Apify CDN URL for the story cover thumbnail (JPEG)
total_storiesIntegerNumber of individual stories found and processed within the URL
storiesArrayArray of individual story result objects — see below

🎬 Per-Story Fields

Each object inside the stories array contains:

FieldTypeDescription
story_numberIntegerSequential index of this story (1, 2, 3, ...)
video_hdStringPermanent CDN URL — highest quality MP4 video with faststart optimization
video_sdStringPermanent CDN URL — standard quality MP4 video with faststart optimization
audio_mp3StringPermanent CDN URL — MP3 audio file (128 kbps, properly converted from source)
photoStringPermanent CDN URL — story photo as a JPEG image
*_errorStringPresent only if a specific format failed to download or upload — contains the error description without exposing internal details

🔬 Media Metadata Fields (when include_media_metadata is true)

When the metadata toggle is enabled, each story also includes additional fields alongside its download links.

video_hd_metadata and video_sd_metadata

FieldDescription
codec_nameVideo codec identifier (e.g., h264, vp9, av1)
codec_long_nameHuman-readable codec name (e.g., H.264 / AVC / MPEG-4 AVC / part 10)
profileCodec encoding profile (e.g., High, Baseline, Main)
widthVideo width in pixels
heightVideo height in pixels
display_aspect_ratioAspect ratio string (e.g., 9:16 for vertical, 16:9 for landscape)
pix_fmtPixel format (e.g., yuv420p)
r_frame_rateFrame rate as a fraction (e.g., 30/1)
avg_frame_rateAverage frame rate over the full video
bit_rateVideo bitrate in bits per second
max_bit_rateMaximum bitrate if variable (VBR)
nb_framesTotal number of video frames
container_format_nameContainer format (e.g., mov,mp4,m4a,3gp)
container_durationTotal duration in seconds (e.g., 12.533)
container_sizeTotal file size in bytes
container_bit_rateOverall container bitrate in bits per second

audio_metadata

FieldDescription
codec_nameAudio codec (always mp3 after conversion)
codec_long_nameFull codec name (e.g., MP3 (MPEG audio layer 3))
profileCodec profile if applicable
sample_rateAudio sample rate in Hz (e.g., 44100)
channelsNumber of audio channels (e.g., 2 for stereo, 1 for mono)
channel_layoutChannel layout string (e.g., stereo)
bit_rateAudio bitrate in bits per second (128000 for 128 kbps)
container_durationDuration in seconds
container_sizeFile size in bytes

photo_metadata

FieldDescription
file_size_bytesJPEG file size in bytes
formatAlways JPEG

📊 Example Output

The following examples show real output produced by the Facebook Story Downloader.

Without Metadata (include_media_metadata: false)

{
"original_url": "https://www.facebook.com/stories/122093654840067130/UzpfSVNDOjI2NjM1MDI5MzQwMDYwNzQ=",
"title": "[Facebook Story] [4] [World Of Animals]",
"source": "FB-Story",
"thumbnail": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/thumb_abc123.jpg?disableContentDisposition=true",
"total_stories": 4,
"stories": [
{
"story_number": 1,
"video_hd": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/video_hd_abc123.mp4?disableContentDisposition=true",
"video_sd": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/video_sd_abc123.mp4?disableContentDisposition=true",
"audio_mp3": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/audio_abc123.mp3?disableContentDisposition=true",
"photo": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/photo_abc123.jpg?disableContentDisposition=true"
},
{
"story_number": 2,
"video_hd": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/video_hd_def456.mp4?disableContentDisposition=true",
"video_sd": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/video_sd_def456.mp4?disableContentDisposition=true",
"audio_mp3": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/audio_def456.mp3?disableContentDisposition=true",
"photo": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/photo_def456.jpg?disableContentDisposition=true"
}
]
}

With Metadata (include_media_metadata: true)

{
"original_url": "https://www.facebook.com/stories/122093654840067130/...",
"title": "[Facebook Story] [4] [World Of Animals]",
"source": "FB-Story",
"thumbnail": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/thumb_abc123.jpg?disableContentDisposition=true",
"total_stories": 4,
"stories": [
{
"story_number": 1,
"video_hd": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/video_hd_abc123.mp4?disableContentDisposition=true",
"video_hd_metadata": {
"codec_name": "h264",
"codec_long_name": "H.264 / AVC / MPEG-4 AVC / part 10",
"profile": "High",
"width": 720,
"height": 1280,
"display_aspect_ratio": "9:16",
"pix_fmt": "yuv420p",
"r_frame_rate": "30/1",
"avg_frame_rate": "30/1",
"bit_rate": "2465223",
"nb_frames": "375",
"container_format_name": "mov,mp4,m4a,3gp,3g2,mj2",
"container_duration": "12.533333",
"container_size": "3861295",
"container_bit_rate": "2466272"
},
"video_sd": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/video_sd_abc123.mp4?disableContentDisposition=true",
"video_sd_metadata": {
"codec_name": "h264",
"profile": "Baseline",
"width": 360,
"height": 640,
"display_aspect_ratio": "9:16",
"r_frame_rate": "30/1",
"bit_rate": "666456",
"container_duration": "12.533333",
"container_size": "1044812"
},
"audio_mp3": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/audio_abc123.mp3?disableContentDisposition=true",
"audio_metadata": {
"codec_name": "mp3",
"codec_long_name": "MP3 (MPEG audio layer 3)",
"sample_rate": "44100",
"channels": 2,
"channel_layout": "stereo",
"bit_rate": "128000",
"container_duration": "12.503484",
"container_size": "200058"
},
"photo": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/photo_abc123.jpg?disableContentDisposition=true",
"photo_metadata": {
"file_size_bytes": 89432,
"format": "JPEG"
}
}
]
}

🎯 Use Cases for the Facebook Story Downloader

  • Content Archiving — Use this Facebook Story Downloader to preserve public Facebook Stories before they disappear after 24 hours, with permanent CDN links that last forever
  • Media Research — Analyse story content, quality, and format across multiple Facebook pages or profiles
  • Social Media Monitoring — Track and archive story media for brand monitoring, competitive intelligence, or trend analysis
  • Content Repurposing — Download stories for republishing across other platforms, newsletters, or presentations
  • Quality Auditing — Enable the metadata toggle to audit resolution, codec, bitrate, and aspect ratio at scale
  • Digital Asset Management — Build a permanent media library of Facebook story content with categorised download links
  • Investigative Research — Use this Facebook Story Downloader to archive public stories as evidence with timestamped, immutable CDN links

⚙️ Technical Notes

The following technical details apply to this Facebook Story Downloader:

  • Only public Facebook Stories can be downloaded. Private, friends-only, or deleted stories are not accessible.
  • Facebook Story links expire after the standard 24-hour window — run this actor while stories are still live to get the download links before they disappear.
  • Audio is re-encoded to proper MP3 format — the source audio arrives inside a video container, and this actor extracts and converts it to a standalone MP3 file that plays correctly in all media players and browsers.
  • Videos are processed with MP4 faststart (moov atom moved to the front), enabling instant in-browser playback and progressive loading without downloading the entire file first.
  • If a single format (e.g., HD video for one story) fails to process, the actor logs the error and continues — other formats and other stories are not affected.
  • Each Facebook Story URL may contain multiple individual stories (typically 1–9). This Facebook Story Downloader detects and downloads all of them in a single run.
  • All temporary files are cleaned up from the container after upload — the actor leaves no orphaned files.

❓ Troubleshooting

Use the table below to diagnose common issues with the Facebook Story Downloader:

SymptomLikely CauseSolution
CSRF token not foundTemporary page structure changeRetry the run — usually auto-resolves
API request failed: 403Story URL is private or the story has expiredVerify the story is public and still active
0 stories foundURL format not recognisedProvide the full story URL from Facebook — the Facebook Story Downloader requires the complete unshortened link
KV upload failedFile too large for available memoryIncrease memory allocation in actor settings
Thumbnail upload failedCDN URL expired before downloadActor falls back to including the original thumbnail URL
video_hd_error in outputFormat unavailable for that specific storyHD may not exist for photo-only stories; video_sd and photo will still be present