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

Package detail

@aetherzcode/scraper

aetherzcode6GPL-3.0-or-later1.0.0TypeScript support: included

Browserless scraper module

scraper, web scraping, http web scraping

readme

Scraper

All In One Scraper

Installation

npm i @aetherzcode/scraper

Usage

Here is an example of using Savefrom to download Facebook video

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

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

Documentation