@kaviaann/scraper

1.1.3 • Public • Published

About Me



Kaviaann

HTML, CSS, Javascript, jQuery, NodeJS





! Attention !

Eng : This Repository / Package Is On Beta Access And Im Still Making New Scrape, So I Hope For You All Pantience 😋

Id : Repository / Package Ini Masih Dalam Akses Beta Dan Ak Masih Membuat Scraper Yang Baru, Jadi Dimohon Kesabarannya Yaa 😋



Feature

Kaviaan Scraper can help you scrape another website so easily ( Without Using Puppeteer, etc ) making it can run on a cloud computing platform. Also with simple structure of the scrape response make you easier to understand 😄


Kaviaann Scraper bisa membantu mu scrape website lain dengan sangat mudah ( Tanpa Menggunakan Puppeteer, dll ) membuat ini bisa berjalan dalam suatu panel ( Server ). Juga dengan struktur respon scrape yang simple membuat kamu lebih mudah untuk mengerti 😄



How To Use

  1. Copy Github Repository ( Not Stable )
git clone https://github.com/Kaviaann/Scraper.git

Or Using Yarn / Npm To Download Package ( More Stable )

//yarn
yarn add @kaviaann/scraper

//npm
npm install @kaviaann/scraper

  1. Then import it to your code
// Module
import { animeSearch } from "@kaviaann/scraper";

// CommonJS
const { animeSearch } = require("@kaviaann/scraper");

  1. Then use it ( Example for anime scrape )
import { animeSearch } from '@kaviaann/scraper'


animeSearch("Boku No Hero Academia", (datas) => {

  console.log(datas.map(v => v.title)
  // show all the result title

})


Updates

Date Name Feature
30/04/24 animeSearch Anime Title, Thumbnail, Link, Type, Season, Rating, Synops, Genres
17/05/24 animeCharacter Character Name, Thumbnail, Link, Anime, Other
22/05/24 tiktokSearch Search Tiktok Video
22/05/24 tiktokInfo Tiktok Video Info
22/05/24 tiktokUserPost Get Random Post Data From User
26/05/24 animeCompany Search For Anime Company
26/05/24 animeCompanyInfo Get all of the first result from animeCompany and get all infos
27/05/24 igdl Get instagram link for media
27/05/24 igStalk Get all information from the given username
27/05/24 twitter Get twitter link for media ( Video Only )


Upcoming

Name Feature
characterInfo All Information About The Given Character
tiktokTrend Check Tiktok Trend On Various Region
tiktokUser See All Of The User Info

Package Sidebar

Install

npm i @kaviaann/scraper

Weekly Downloads

283

Version

1.1.3

License

ISC

Unpacked Size

83 kB

Total Files

32

Last publish

Collaborators

  • kaviaann