news-indo-scrapper

1.0.8 • Public • Published

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

Package Sidebar

Install

npm i news-indo-scrapper

Weekly Downloads

9

Version

1.0.8

License

ISC

Unpacked Size

35.1 kB

Total Files

18

Last publish

Collaborators

  • 0zyyy