@bochilteam/scraper
Version:
Browserless scraper module
18 lines (15 loc) • 436 B
Markdown
All In One Scraper
```sh
npm i @bochilteam/scraper
```
Here is an example of using Savefrom to download Facebook video
```ts
// Import module first
import { snapsave } from '@bochilteam/scraper'
const data = await snapsave('https://fb.watch/9WktuN9j-z/')
console.log(data) // JSON
```
[](https://bochilteam.github.io/scraper/)