5.0.0 • Published 1 year ago

@bochilteam/scraper-snapsave v5.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

SnapSave Scraper

Documentation

Installation

npm i @bochilteam/scraper-snapsave

Usage

Example download Instagram video

// import module
import { snapsave } from '@bochilteam/scraper-snapsave'

const data = await snapsave('https://www.instagram.com/reel/CxSEjxfyJtN')
console.log(data) // JSON
5.0.0

1 year ago