1.0.8 • Published 10 months ago

news-indo-scrapper v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago