Facebook Story Downloader

Facebook Story Downloader

by codenest

Download original-quality Facebook Stories as video or image files. Get direct CDN links and batch process multiple stories for archiving and content work.

75 runs
2 users
Try This Actor

Opens on Apify.com

About Facebook Story Downloader

Need to grab a Facebook Story before it disappears? I've been there. This actor lets you download any public Facebook Story with a simple URL. It pulls the original video and image files directly from Facebook's servers, so you're getting the best quality available—whether that's HD video or a high-res photo. One feature I really rely on is getting the direct CDN links. It saves so much time if you're moving files around or integrating with other apps. You can also queue up multiple story URLs to download them all at once, which is perfect for creators or researchers who need to archive a series. I use it mainly for two things: safely backing up my own team's campaign stories for reports, and legally gathering publicly available content for inspiration or analysis (always respecting privacy and terms, of course). It runs reliably on Apify's platform, handling the technical stuff in the background so you can just paste a link and get your file.

What does this actor do?

Facebook Story Downloader is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Facebook Story Downloader

An Apify actor for downloading Facebook Stories. It extracts video and image content directly from Facebook's CDN, supporting batch processing and multiple quality options.

Overview

This actor takes Facebook Story URLs as input and returns direct download links for the media. It handles both single stories and collections of multiple stories from a single URL. Output is structured JSON containing metadata and the CDN URLs for downloading.

Key Features

  • Media Download: Downloads Facebook Stories as MP4 (video) or JPG (image) files.
  • Quality Options: Fetches available resolutions, typically including 720p, 480p, and original quality.
  • Batch Processing: Can process multiple story URLs in a single run.
  • URL Type Detection: Automatically handles URLs for single stories (view_single=1) and multi-story collections (view_single=false).
  • Direct CDN Links: Retrieves authentic URLs from Facebook's content delivery network for reliable downloads.
  • Structured Metadata: Output includes story numbering, media type, quality labels, and success status for each URL.

How to Use

Provide an array of Facebook Story URLs in the actor's input. The actor will parse each URL, fetch the available media, and return the download links and metadata.

Input Configuration

The input must be a JSON object with a story_urls array. Each item in the array is an object containing a single url key.

{
  "story_urls": [
    {
      "url": "https://www.facebook.com/stories/185179642966326/?view_single=false"
    },
    {
      "url": "https://www.facebook.com/stories/185179642966326/UzpfSVNDOjExNzM0MjkxNTE2MTMzODI=/?view_single=1"
    }
  ]
}

Supported URL Formats:
* Multi-story collection: https://www.facebook.com/stories/{ID}/?view_single=false
* Single story: https://www.facebook.com/stories/{ID}/{HASH}/?view_single=1

Input/Output

Input Specification

Parameter Type Required Description
story_urls Array Yes List of Facebook Story URLs to process.
url String Yes A valid Facebook Story URL in the stories/ format.

Output Structure

The actor returns an array of result objects, one for each input URL.

[
  {
    "url": "https://www.facebook.com/stories/185179642966326/?view_single=false",
    "success": true,
    "stories": [
      {
        "Story No": 1,
        "type": "video",
        "qualities": [
          {
            "quality": "720p",
            "url": "https://video-lis1-1.xx.fbcdn.net/.../video.mp4",
            "format": "MP4"
          }
        ]
      }
    ],
    "total_story_count": 6,
    "metadata": {
      "uploader": {}
    }
  }
]

Output Field Reference

Result-Level Fields
| Field | Description |
| :--- | :--- |
| url | The original Facebook Story URL that was processed. |
| success | Boolean indicating if the extraction was successful. |
| total_story_count | Total number of stories found at the URL. |
| stories | Array containing the details for each story found. |

Story Object Fields
| Field | Description |
| :--- | :--- |
| Story No | Sequential number of the story (1-based). |
| type | Media type, either "video" or "image". |
| qualities | Array of available download options for the story. |

Quality Object Fields
| Field | Description |
| :--- | :--- |
| quality | Resolution label (e.g., "720p", "480p", "original"). |
| url | Direct download URL from Facebook's CDN. |
| format | File format ("MP4" or "JPG"). |

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Facebook Story Downloader now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
codenest
Pricing
Paid
Total Runs
75
Active Users
2
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support