Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

indo-news-scraper

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indo-news-scraper

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

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by1100%
Maintainers
1
Weekly downloads
 
Created
Source

Indo News Scraper [Beta]

npm GitHub last commit

This package is a package to help you fetch single page news from Indonesian news websites.

Installation

Use the package manager npm to install indo-news-scraper.

npm i indo-news-scraper

Available News Portal

  • Antara
  • Detik
  • Kompas
  • Liputan6
  • Republika
  • Suara
  • Tempo
  • Viva

Usage

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

Contributing

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.

License

MIT

Keywords

FAQs

Package last updated on 31 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc