1.0.8 • Published 1 year ago

news-indo-scrapper v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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);
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago