Scraper is a Nodejs library with many built-in features that can get data from websites using only HTTP. It is designed to be simple, and easy to use.
Install stable version of Scraper:
npm i @bochilteam/scraper
Install latest version from github (not recommended)
npm i github:bochilteam/scraper
Here is an example of using Savefrom to download Facebook video
import { savefrom } from '@bochilteam/scraper'
const data = await savefrom('https://fb.watch/9WktuN9j-z/')
console.log(data) // JSON
- Simple and easy to use
- Have many of features
- You can install the package that you will use
- BMKG Scraper -- Contains scrapers BMKG website
- Facebook Scraper -- To download Facebook video
- Games data Scraper -- Fetcher data from games databases
- GoogleIt Scraper -- Scraper to get search data from Google Search
- Images Scraper -- Scraper to find pictures/images
- Instagram Scraper -- To download Instagram video and story
- Lyric Scraper -- Scraper to find lyric from the song
- Mediafire Scraper -- To download Mediafire aplouded content
- News Scraper -- News scraper from Indonesian news sites
- Primbon Scraper -- Primbon Scraper
- Religions Scraper -- Data scraper for a religion
- Savefrom Scraper -- Scraper to get data from Savefrom
- Sfile.mobi Scraper -- To download Sfile.mobi aplouded content
- Snapsave Scraper -- Scraper to get data from Snapsave
- Text Scraper -- Texts scraper or Fetcher texts data from texts databases
- Tiktok Scraper -- To download Tiktok video
- Twitter Scraper -- To download X video
- Wikipedia Scraper -- Scraper to get data from Wikipedia
- Youtube Scraper -- To download Youtube video
- Others Scraper -- Others, like Bioskop, Chord, Id Free Fire, Jadwal TV, KBBI, Kodepos
- Scraper -- All In One Scraper
If you find a bug or have a feature request, please open an issue on our GitHub repository.
We welcome contributions from the community. If you'd like to contribute, please fork the repository and submit a pull request.
Scraper is licensed under the GPL-3.0-or-later license. See LICENSE for more information.