All Projects → theyudhiztira → Indonesia News Scraper

theyudhiztira / Indonesia News Scraper

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Indonesia News Scraper

Fbcrawl
A Facebook crawler
Stars: ✭ 536 (+2877.78%)
Mutual labels:  scraper
Surgeon
Declarative DOM extraction expression evaluator. 👨‍⚕️
Stars: ✭ 653 (+3527.78%)
Mutual labels:  scraper
Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (+4300%)
Mutual labels:  scraper
Headless Chrome Crawler
Distributed crawler powered by Headless Chrome
Stars: ✭ 5,129 (+28394.44%)
Mutual labels:  scraper
Scrapyrt
HTTP API for Scrapy spiders
Stars: ✭ 637 (+3438.89%)
Mutual labels:  scraper
Onlyfans
Scrape all the media from an OnlyFans account - Updated regularly
Stars: ✭ 731 (+3961.11%)
Mutual labels:  scraper
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (+2850%)
Mutual labels:  scraper
Gifhub
📈 Create GIFs from user's GitHub activity graph
Stars: ✭ 17 (-5.56%)
Mutual labels:  scraper
Instagram Crawler
Get Instagram posts/profile/hashtag data without using Instagram API
Stars: ✭ 643 (+3472.22%)
Mutual labels:  scraper
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+4283.33%)
Mutual labels:  scraper
Instagram4j
📷 Instagram private API in Java
Stars: ✭ 629 (+3394.44%)
Mutual labels:  scraper
Scala Scraper
A Scala library for scraping content from HTML pages
Stars: ✭ 631 (+3405.56%)
Mutual labels:  scraper
Informer
A Telegram Mass Surveillance Bot in Python
Stars: ✭ 745 (+4038.89%)
Mutual labels:  scraper
Cheerio
Fast, flexible, and lean implementation of core jQuery designed specifically for the server.
Stars: ✭ 24,616 (+136655.56%)
Mutual labels:  scraper
Duckduckgo
An unofficial DuckDuckGo search API.
Stars: ✭ 6 (-66.67%)
Mutual labels:  scraper
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+31366.67%)
Mutual labels:  scraper
Spidr
A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
Stars: ✭ 656 (+3544.44%)
Mutual labels:  scraper
Flight Prices Scraper
Automated Script to scrape flight prices from any website into a csv format
Stars: ✭ 17 (-5.56%)
Mutual labels:  scraper
Regina
Fetch new releases from http://www.juno.co.uk/.
Stars: ✭ 6 (-66.67%)
Mutual labels:  scraper
Crawler
A high performance web crawler in Elixir.
Stars: ✭ 781 (+4238.89%)
Mutual labels:  scraper

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].