Meta Media Downloader avatar

Meta Media Downloader

Try for free

3 hours trial then $15.00/month - No credit card required now

Go to Store
Meta Media Downloader

Meta Media Downloader

web.harvester/meta-media-downloader
Try for free

3 hours trial then $15.00/month - No credit card required now

Easily download Facebook and Instagram videos, images, reels, and stories with this powerful tool. Perfect for content creators, marketers, and social media managers, it ensures fast, high-quality media extraction from Meta platforms. Save and repurpose content effortlessly in just a few clicks!

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 5.0 / 5 (2)

  • 2 bookmarks

  • Created in Mar 2025

  • Modified 10 hours ago

You can access the Meta Media Downloader programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://www.facebook.com/reel/1218203106348274"
5    },
6    {
7      "url": "https://www.instagram.com/p/CS-D8V2niR-/"
8    }
9  ],
10  "videoOnly": true,
11  "downloadTimeoutSecs": 500,
12  "maxRequestRetries": 15,
13  "proxyConfiguration": {
14    "useApifyProxy": true
15  }
16}' |
17apify call web.harvester/meta-media-downloader --silent --output-dataset

Meta Media Downloader API through CLI

The Apify CLI is the official tool that allows you to use Meta Media Downloader locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: