ScraperTools BETA Version 1.0.1

Overview

ScraperTools

Official ScraperTools NPM Package

Get Started

Via NPM:

$ npm install scraper-tools

Cara Menggunakan

const scrapertools = require('scraper-tools');

/*
scrapertools.jenis-modul.nama-modul(params)
.then(res => console.log(res))
.catch(err => console.log(err))
*/

Film

//Contoh!
scrapertools.film.bioskopcomingsoon()
.then(res => console.log(res))
.catch(err => console.log(err))

Output :

{
  status: 200,
  createdBy: 'ZSofttt',
  hasil: [
    {
      url: 'https://jadwalnonton.com/film/2021/old/',
      title: 'OLD',
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/old-21011500_300x450.jpg'
    },
    {
      url: 'https://jadwalnonton.com/film/2021/snake-eyes/',
      title: 'SNAKE EYES',
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/snake-eyes-21011400_300x450.jpg'
    },
    {
      url: 'https://jadwalnonton.com/film/2021/hard-hit/',
      title: 'HARD HIT',
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/hard-hit-21011200_300x450.jpg'
    },
    {
      url: 'https://jadwalnonton.com/film/2021/the-boss-baby-family-business/',
      title: 'THE BOSS BABY: FAMILY BUSINESS',
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/the-boss-baby-family-business-21010900_300x450.jpg'
    },
    {
      url: 'https://jadwalnonton.com/film/2021/escape-room-tournament-of-champions/',
      title: 'ESCAPE ROOM: TOURNAMENT OF CHAMPIONS',
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/escape-room-tournament-of-champions-21011100_300x450.jpg'
    },
    {
      url: 'https://jadwalnonton.com/film/2021/space-jam-a-new-legacy/',
      title: 'SPACE JAM: A NEW LEGACY',
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/space-jam-a-new-legacy-21sjan_300x450.jpg'
    },
    {
      url: 'https://jadwalnonton.com/film/2021/stillwater/',
      title: 'STILLWATER',
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/stillwater-21010700_300x450.jpg'
    },
    {
      url: 'https://jadwalnonton.com/film/2021/the-hitmans-wifes-bodyguard/',
      title: "THE HITMAN'S WIFE'S BODYGUARD",
      img: 'https://www.jadwalnonton.com/data/images/movies/2021/the-hitmans-wifes-bodyguard-18hbo2_300x450.jpg'
    }
  ]
}
List dari modul di atas (jenis-modul = film) (tekan untuk melihat)
nama modul params response description
bioskopcomingsoon - JSON Mencari data film bioskop yang akan hadir

Bmkg

//Contoh!
scrapertools.bmkg.gempaterkini()
.then(res => console.log(res))
.catch(err => console.log(err))

Output :

{
  status: 200,
  createdBy: 'ZSofttt',
  hasil: [
    {
      waktu: '29 Agustus 2021, 07:37:30 WIB',
      magnitudo: '4.2',
      kedalaman: '10 km',
      lokasi: '3.92 LS - 122.90 BT'
    }
  ]
}
List dari modul di atas (jenis-modul = bmkg) (tekan untuk melihat)
nama modul params response description
gempaterkini - JSON Mencari data gempa terkini di Indonesia

Wallpaper

//Contoh!
scrapertools.wallpaper.search('anime', '4')
.then(res => console.log(res))
.catch(err => console.log(err))

Output :

{
  status: 200,
  createdBy: 'ZSofttt',
  hasil: [
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/450/718/555/anime-your-name-kimi-no-na-wa-wallpaper-preview.jpg',
      judul: 'anime, Your Name, Kimi no Na Wa HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/914/26/575/fate-series-fate-apocrypha-anime-girls-saber-of-red-wallpaper-preview.jpg',
      judul: 'yellow-haired anime character, Fate Series, Fate/Apocrypha, anime girls HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/45/141/247/studio-ghibli-spirited-away-chihiro-hayao-miyazaki-wallpaper-preview.jpg',
      judul: 'Studio Ghibli, Spirited Away, Chihiro, Hayao Miyazaki, anime HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/819/499/757/haikyuu-anime-boys-hinata-shouyou-kageyama-tobio-wallpaper-preview.jpg',
      judul: 'Haikyuu!!, anime boys, Hinata Shouyou, Kageyama Tobio HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/226/867/800/kimetsu-no-yaiba-kamado-tanjirō-anime-boys-hd-wallpaper-preview.jpg',
      judul: 'Kimetsu no Yaiba, Kamado Tanjirō, anime boys HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/259/163/824/jujutsu-kaisen-anime-tv-series-hd-wallpaper-preview.jpg',
      judul: 'Jujutsu Kaisen, anime tv series HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/894/346/573/shingeki-no-kyojin-mikasa-ackerman-anime-anime-girls-wallpaper-preview.jpg',
      judul: 'brown-haired female anime character wallpaper, Shingeki no Kyojin HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/508/596/918/anime-demon-slayer-kimetsu-no-yaiba-shinobu-kochou-hd-wallpaper-preview.jpg',
      judul: 'Anime, Demon Slayer: Kimetsu no Yaiba, Shinobu Kochou HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/1018/756/882/anime-neon-genesis-evangelion-wallpaper-preview.jpg',
      judul: 'anime, Neon Genesis Evangelion, night, astronomy, star - space HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/719/114/325/anime-naruto-itachi-uchiha-wallpaper-preview.jpg',
      judul: 'Anime, Naruto, Itachi Uchiha HD wallpaper'
    },
    {
      image: 'https://c4.wallpaperflare.com/wallpaper/280/611/595/anime-violet-evergarden-violet-evergarden-character-wallpaper-preview.jpg',
      judul: 'brown-haired female anime character, Violet Evergarden, Violet Evergarden (Character) HD wallpaper'
    }
  ]
}
List dari modul di atas (jenis-modul = wallpaper) (tekan untuk melihat)
nama modul params response description
wallpaper search & page JSON Mencari gambar wallpaper dalam format JSON

Kemdikbud

//Contoh!
scrapertools.kemdikbud.kbbi('mobil')
.then(res => console.log(res))
.catch(err => console.log(err))

Output :

{
  createdBy: 'ZSofttt',
  lema: 'mo.bil1 ',
  arti: [
    'kendaraan darat yang digerakkan oleh tenaga mesin, beroda empat atau lebih (selalu genap), biasanya menggunakan bahan bakar minyak untuk menghidupkan mesinnya; oto; otomobil',
    'mudah bergerak (berpindah) atau digerakkan (dipindah-pindahkan): ia sangat -- sehingga cocok untuk melakukan tugas luar'
  ]
}
List dari modul di atas (jenis-modul = kemdikbud) (tekan untuk melihat)
nama modul params response description
kbbi kata JSON Mencari arti kata di Kamus Besar Bahasa Indonesia

StayHalal

//Contoh!
scrapertools.stayhalal.datamasjid('dki-jakarta', '8')
.then(res => console.log(res))
.catch(err => console.log(err))

Output :

{
  createdBy: 'ZSofttt',
  status: 200,
  hasil: [
    {
      nomer: '61',
      nama: 'Mushalla Al-Khairat',
      url: 'https://www.dream.co.id/sim/dki-jakarta-kota-adm-jakarta-barat-grogol-petamburan-mushalla-al-khairat-7hmrb.html',
      tahunBerdiri: '1975',
      alamat: 'Jl.Sosial Rt.04/02',
      kota: 'KOTA ADM. JAKARTA BARAT',
      kecamatan: 'Grogol Petamburan',
      provinsi: 'DKI JAKARTA',
      jenis: 'MUSHALLA PERUMAHAN',
      status: 'Wakaf'
    },
    {
      nomer: '62',
      nama: 'Mushalla Ad-darul ulum',
      url: 'https://www.dream.co.id/sim/dki-jakarta-kota-adm-jakarta-barat-grogol-petamburan-mushalla-ad-darul-ulum-sy0vj.html',
      tahunBerdiri: '1972',
      alamat: 'Jl.Karya barat Rw.03',
      kota: 'KOTA ADM. JAKARTA BARAT',
      kecamatan: 'Grogol Petamburan',
      provinsi: 'DKI JAKARTA',
      jenis: 'MUSHALLA DI TEMPAT PUBLIK',
      status: 'Wakaf'
    }
  ]
}
List dari modul di atas (jenis-modul = stayhalal) (tekan untuk melihat)
nama modul params response description
datamasjid provinsi & page JSON Menampilkan data masjid di Indonesia

Note : untuk melihat listkota, gunakan ini :

scrapertools.stayhalal.liskota()
.then(res => console.log(res))
.catch(err => console.log(err))

Credits

  • ZSofttt

Link Packages

https://www.npmjs.com/package/scraper-tools

You might also like...

A simple rocketchat version for apple silicon

Why develop this version? Rocket. Chat Electron does not have Mac (Apple Silicon) version at present, so it has a poor use experience. After compiling

Sep 19, 2021

It maintains my version of js notes which I learned from the famous Namaste Javascript Youtube Series by Akshay Saini.

It maintains my version of js notes which I learned from the famous Namaste Javascript Youtube Series by Akshay Saini.

Welcome to Namaste Javascript Notes 🙏 ❓ what it is This repo maintains my version of javascript notes which I learned from the famous Namaste Javascr

Jan 4, 2023

The Third (and hopefully last) Version Of The Beatshape API!

The Third (and hopefully last) Version Of The Beatshape API!

Beatshape API V3 This is The Third (and hopefully last) Version Of The Beatshape API! How To Run: Install Node.js Clone This Repo git clone https://gi

Dec 25, 2021

Make sure a specific version and package-manger to be used in project.

pm-keeper A simple way to force package-manager in your project. usage Add a preinstall script in your project's package.json, link this: { "scripts

Sep 25, 2022

An unofficial, simplified version of the @Shopify/koa-shopify-auth middleware library.

simple-koa-shopify-auth https://www.npmjs.com/package/simple-koa-shopify-auth NOTE: This package is not maintained by or affiliated with Shopify. Desc

Nov 7, 2022

ES6 version of tween.js

ES6 version of tween.js

es6-tween This project development suspended due of no support from community and no financial support to author High-performant animations without he

Nov 30, 2022

Free & Open Source Version of Kneaver Thinking Box

kneaver-open Free & Open Source Version of Kneaver Thinking Box This is a very initial submission. barely more than a boilerplate. There is no warrant

Jan 17, 2022

Alpha version of ALBot 2.0, the spiritual successor to ALBot

ALBot 2.0 Alpha Alpha version of ALBot 2.0, the spiritual successor to ALBot. ALBot 2.0 uses Discord.js to interface with the Discord API, supplanting

Nov 17, 2022

Firebase SDK 9 + Google Sign In + Chrome Extension Manifest Version 3 + Webpack

Firebase SDK 9 + Google Sign In + Chrome Extension Manifest Version 3 + Webpack Demo Find this Chrome Extension Setup and working demo here or on Yout

Dec 28, 2022
Owner
Zahir Hadi Athallah
💻 FullStack Web Developer, Work With M.E.R.N Stack
Zahir Hadi Athallah
🤖A Tic-Tac-Toe solver that uses the minimax algorithm and alpha-beta pruning to make it unbeatable

Tic-Tac-Toe AI A Tic-Tac-Toe solver that uses the minimax algorithm and alpha-beta pruning to make it unbeatable How it Works Tic-Tac-Toe is what is k

Martin 4 May 20, 2022
CodAre'ın resmi sitesi için yapılmış v12tov13 sistemi (BETA)

V12toV13 CodAre'ın resmi sitesi için yapılmış v12tov13 sistemi (BETA) Kurulum Projeyi klonladıktan sonra proje klasörünün içine girin ve klasörde bir

CodAre 14 Aug 14, 2022
Automate adding issues and pull requests to GitHub projects (beta)

actions/add-to-project Use this action to automatically add the current issue or pull request to a GitHub project. Note that this is for GitHub projec

GitHub Actions 293 Jan 3, 2023
🌌 Fast, in-memory, full-text search engine written in TypeScript. Now in beta.

Installation You can install Lyra using npm, yarn, pnpm: npm i @nearform/lyra yarn add @nearform/lyra pnpm add @nearform/lyra Usage Lyra is quite simp

NearForm 5.1k Dec 30, 2022
Croquet Microverse (Beta)

Croquet Microverse (Beta) https://croquet.io Description Croquet Microverse is a framework to build multiplayer immersive 3D virtual worlds on the web

Croquet 144 Dec 30, 2022
Gthub action for Project (beta) management. Allows to update fields

titoportas/update-project-fields Use this action to automatically update GitHub project (beta) item fields. Note that this action does not support Git

null 3 Nov 3, 2022
This project is in developer-preview status and will reach the beta in 2023 Q1

rescoped.io This project is in developer-preview status and will reach the beta in 2023 Q1. Currently, the datagrid is under massive refactoring, and

avodaq AG 7 Dec 30, 2022
BETA partytown-qwik

Qwik Partytown ?? This is a package that facilitates the implementation of PartyTown in Qwik. If you don't know what Qwik is See The implementation is

Leifer Mendez 7 Dec 20, 2022
The Remix version of the fakebooks app demonstrated on https://remix.run. Check out the CRA version: https://github.com/kentcdodds/fakebooks-cra

Remix Fakebooks App This is a (very) simple implementation of the fakebooks mock app demonstrated on remix.run. There is no database, but there is an

Kent C. Dodds 61 Dec 22, 2022
Simple webpack plugin that generates VERSION and commitInfo insert index.html during build

Html commit version plugin Simple webpack plugin that generates CommitInfo and VERSION insert index.html during build. English | 简体中文 Usage Given a we

null 13 Mar 8, 2022