5.0.0 • Published 12 months ago

@bochilteam/scraper-snapsave v5.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
12 months 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

12 months ago