All Social Media Video Downloader avatar
All Social Media Video Downloader
Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
All Social Media Video Downloader

All Social Media Video Downloader

wilcode/all-social-media-video-downloader
Try for free

3 days trial then $10.00/month - No credit card required now

All Social Media Video Downloader API allows easy extraction of video links from platforms like Facebook, Instagram, Twitter, TikTok, YouTube, etc.

Overview

All Social Media Video Downloader is a powerful API that allows developers to extract video links from various social media platforms. It simplifies the process of obtaining direct video links, making it easier to embed or download videos from supported platforms.

Features

  • Multi-Platform Support: Extract video links from a wide range of social media platforms, including but not limited to Facebook, Instagram, Twitter, TikTok, YouTube, and more.
  • Easy Integration: Simple and straightforward API endpoints that are easy to integrate into any application.
  • High Performance: Fast and reliable performance to ensure quick retrieval of video links.
  • Secure: Robust security measures to protect data and ensure safe usage.

Supported Platforms

  • YouTube
  • Facebook
  • Instagram
  • Twitter
  • TikTok
  • Dailymotion
  • LinkedIn
  • Vimeo
  • and many more... (You can enter the video url from your desired social network to check whether the system supports it or not)

Proxies

To be able to access Social Media, RESIDENTIAL proxy group is required. You can use apify proxy by set IsUseProxy=true. It can take from 2 to 360 seconds to download depending on the size of the video and the quality of the proxy provided.

API Request

Endpoint: POST https://api.apify.com/v2/acts/wilcode~all-social-media-video-downloader/run-sync-get-dataset-items?token=<token>

Request Body:

1{
2    "url": "https://www.youtube.com/shorts/NsMKvVdEPkw",
3    "IsUseProxy": true
4}

Request Body Input:

  • url (required)
  • IsUseProxy (optional)

cURL Command

1curl -X POST "https://api.apify.com/v2/acts/wilcode~all-social-media-video-downloader/run-sync-get-dataset-items?token=<token>" \
2-H "Content-Type: application/json" \
3-d '{
4    "url": "https://www.youtube.com/shorts/NsMKvVdEPkw",
5    "IsUseProxy": true
6}'

JSON Results

1{
2    "title": "Video title",
3    "uploader": "Channel Name",
4    "channel": "Channel Name",
5    "upload_date": "20240706",
6    "duration": 100,
7    "description": "",
8    "like_count": 478,
9    "comment_count": 19,
10    "thumbnail": "image thumbnail url",
11    "formats": [
12      {
13        "resolution": "720x1080",
14        "url": "url download"
15      },
16      {
17        "resolution": "1080x1920",
18        "url": "url download"
19      },
20      {
21        "resolution": "audio only",
22        "url": "url download"
23      },
24    ]
25}
Developer
Maintained by Community
Actor metrics
  • 8 monthly users
  • 0 stars
  • 100.0% runs succeeded
  • Created in Jul 2024
  • Modified about 1 month ago