npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@zenaveline/scraper

v1.4.6

Published

Kumpulan scraper yang mudah digunakan!

Readme

🚀 Fitur Unggulan

  • ⚡ Super Ringan & Cepat: Dibuat menggunakan library andalan.
  • 📦 Support Dual Module: Bisa pakai import (ESM) atau require (CommonJS).
  • 💡 Developer Friendly: Sintaks yang sederhana dan mudah dipahami.
  • 🌐 Beragam Layanan: Mulai dari Instagram, Threads, Twitter (X), Pinterest, hingga Apple Music & AI dan lain lain.

📦 Instalasi

# Menggunakan NPM
npm install @zenaveline/scraper

# Atau menggunakan Yarn
yarn add @zenaveline/scraper

📖 Quick Start

Cara panggilnya sangat praktis! Kamu bebas menamai import-nya sesuai selera (contoh: scraper atau nama lain).

🌟 ESM (ECMAScript Modules)

Untuk project berformat module (atau menggunakan TypeScript):

import scraper from '@zenaveline/scraper'

const data = await scraper.igdl('https://www.instagram.com/p/url-postingan')
console.log(data) // output

💻 CommonJS (CJS)

Untuk project standar Node.js (seperti bot WhatsApp pada umumnya):

const scraper = require("@zenaveline/scraper")

scraper.bypasstools("url")
    .then(console.log)
    .catch(console.error)

🎶 Khusus Penggunaan Spotify API

const scraper = require('@zenaveline/scraper')

const spotify = new scraper.spotify()

// Contoh pencarian lagu
const searchResult = await spotify.search('a thousand years jvke')
console.log(searchResult)

// Contoh Mengambil data spesifik berdasarkan ID
const trackData = await spotify.track('23WxsmliKISYaCfam8iPPG')
const artistData = await spotify.artist('164Uj4eKjl6zTBKfJLFKKK')
const albumData = await spotify.album('7z2Nuz41dkU9ruY5Qkva2L')
const playlistData = await spotify.playlist('4IfUIdWEonPys9mYs7zXna')

🛠️ Daftar Scraper & Tools Terlengkap

Panggil nama fungsinya sesuai daftar di bawah ini untuk menikmati semua fiturnya.

📥 Downloader Sosial Media

| Fungsi | Deskripsi Singkat | | :--- | :--- | | igdl(url) | Unduh video Reels, foto, maupun Carousel dari Instagram. | | igstalk(username) | Stalk detail profil seseorang di Instagram. | | threadsdownload(url) | Ambil media foto/video dari postingan Threads secara instan. | | twetterdownload(url) | Unduh postingan video/gambar dari platform X (Twitter). | | pinterestdownload(url)| Ekstrak media gambar dan video dengan kualitas jernih dari Pinterest. | | douyindl(url) | Download video Douyin tanpa watermark. | | allinonedownloader(url, tool) | Downloader all-in-one yang mendukung banyak platform (Tiktok, YouTube, IG, dll). | | tiktokdownload(url) | Download video/foto Tiktok tanpa watermark. | | savetube | Class API untuk download video/audio dari YouTube. Gunakan dengan new scraper.savetube(). | | mediafiredl(url) | Unduh file atau folder secara langsung dari Mediafire. |

🎵 Musik & Audio

| Fungsi | Deskripsi Singkat | | :--- | :--- | | applemusicdl(url) | Unduh audio lagu favoritmu langsung dari Apple Music (hingga 320kbps). | | geniussearch(query) | Temukan lagu dan metadata sang artis lewat API Genius. | | geniusdetail(id) | Dapatkan detail lagu beserta lirik utuhnya via Genius ID. | | spotify | Class API untuk fitur Spotify (search, track, artist, album, playlist). Gunakan dengan new scraper.spotify(). | | spotifydl(url) | Unduh track dari Spotify (mendukung URL Track). | | spotifycard(options) | Buat gambar kartu keren lagu Spotify menggunakan metadata musik. |

🤖 AI & Image Tools

| Fungsi | Deskripsi Singkat | | :--- | :--- | | novaai(text) | Chatbot interaktif menggunakan Nova AI untuk menjawab pertanyaan apa saja. | | sharpify(img, model) | Tools manipulasi gambar keren: enhance, upscale (Bikin HD), atau removebg. | | pixaremovebg(img) | Algoritma canggih dari Pixacut API untuk menghapus background dengan hasil super rapi. | | nanobanana(buffer, prompt) | Edit gambar dengan instruksi teks (prompt) menggunakan AI Live3D. |

🎨 Canvas & Image Generator

| Fungsi | Deskripsi Singkat | | :--- | :--- | | brat(text, theme, blur) | Buat gambar bertema "Brat" (seperti album Charli XCX) dengan teks kustom. | | iqcdarkmode(text, time, imgUrl) | Generate gambar quote chat ala iPhone (Dark Mode) lengkap dengan profil & reaksi emoji. | | iqcpinkmode(text, time) | Generate gambar quote chat ala iPhone (Pink Mode) dengan estetika UI yang imut. | | tiktokdmqc(username, text, avatar) | Buat gambar screenshot Quote DM/Chat dari TikTok yang sangat realistis. | | fakeovo(amount) | Generate screenshot saldo e-wallet OVO palsu (Fake OVO) sesuai dengan jumlah yang diinputkan. |

ℹ️ Utility

| Fungsi | Deskripsi Singkat | | :--- | :--- | | bypasstools(url) | Bypass shortlink URL (support sf.gl, sub2unlock, tinyurl, linkvertise, dll). | | docs() | Gunakan fungsi ini untuk melihat list lengkap seluruh fungsi scraper yang didukung secara terprogram. |

Catatan Penting:
Untuk fungsi berbasis gambar lokal (seperti sharpify dan pixaremovebg), argumen img diisi dengan path / letak lokasi file gambarmu (contoh: './gambar.jpg').