news-indo-scrapper
v1.0.8
Published
News Indo Scrapper is a package that allows you to scrape news articles from Indonesian news websites. It provides a simple and convenient way to extract relevant information from news articles, such as the title, author, date, and content.
Downloads
9
Readme
News Indo Scrapper
Description
News Indo Scrapper is a package that allows you to scrape news articles from Indonesian news websites. It provides a simple and convenient way to extract relevant information from news articles, such as the title, author, date, and content.
Features
- Scrape news articles from popular Indonesian news websites
- Extract relevant information from news articles
- Easy-to-use API for integrating with your projects
Installation
You can install the package using npm:
npm install news-indo-scrapper
Usage
# for mojok.co site
const mojok = new MojokScrapper();
# scrape section
const results = scrapper
.scrapeSections("esai",1);
console.log(results);