Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bochilteam/scraper-facebook

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bochilteam/scraper-facebook

Facebook scraper module

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8.9K
increased by19.7%
Maintainers
0
Weekly downloads
 
Created
Source

Facebook Scraper

Module to download content from Facebook Documentation

Installation

npm i @bochilteam/scraper-facaebook

Usage

Example download Instagram video

// import module
import { facebookdl } from '@bochilteam/scraper-facebook'

const data = await facebookdl('https://fb.watch/9WktuN9j-z/')
console.log(data) // JSON

Example Response

{
    thumbnail: 'https://scontent-ams4-1.xx.fbcdn.net/v/t15.5256-10/150364106_175310434146963_1171304898769276273_n.jpg?stp=dst-jpg_p720x720&_nc_cat=102&ccb=1-7&_nc_sid=50ce42&_nc_ohc=Bz4ZVVZUjDwQ7kNvgFF01_v&_nc_ht=scontent-ams4-1.xx&oh=00_AYD_uf7eqa64oPuf0Pm-u6O47v0Jq0LcnprHdxQeHhOOnw&oe=669E5BB8',
    duration: '0:18',
    video: [
        { quality: '720p (HD)', download: [AsyncFunction: download] },
        { quality: '360p (SD)', download: [AsyncFunction: download] }
    ],
    audio: [ 
        { quality: '7kbps', download: [AsyncFunction: download] } 
    ]
}

FAQs

Package last updated on 18 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc