Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bochilteam/scraper

BochilTeam422.1kGPL-3.0-or-later5.0.1TypeScript support: included

Browserless scraper module

scraper, web scraping, http web scraping

readme

Scraper

All In One Scraper

Installation

npm i @bochilteam/scraper

Usage

Here is an example of using Savefrom to download Facebook video

// Import module first
import { snapsave } from '@bochilteam/scraper'

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

Documentation