Indonesia News Scraper Versions Save

A news scraper for nodejs that help to scrap news from Indonesian news portal.

1.4.0

3 years ago

All the changes can be found here :

  • Kompas has been reverted to puppeteer method
  • Added Viva News Portal
  • Headless property has been added to help easier debugging

v1.3.0

3 years ago

This version all news data classes has been rewritten to ES6 function constructor since not every browser is compatible with class based source code.

All the changes can be found here :

  • Rewritten to ES6 function constructor
  • Kompas has been changed from using puppeteer to fetch (node-fetch)
  • Liputan6 has been fixed, previously it was pulling news from wrong website
  • Antara missing date has been fixed
  • Fixed error when the image is not available
  • Added new error exception when query is not present when calling scrap function