This package is a package to help you fetch single page news from Indonesian news websites.
Use the package manager npm to install indo-news-scraper.
npm i indo-news-scraper
- Antara
- Detik
- Kompas
- Liputan6
- Republika
- Suara
- Tempo
- Viva
You can simply use the scrap function and pass the KEYWORDS
as the parameter.
import { Detik } from 'indo-news-scraper';
Detik.scrap('put your keywords here').then(res => {
console.log(res);
});
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.