Skip to content

programmer-indo-team/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitur not working?

Setting API Key in here

Example API using expressjs

https://github.com/danzzcoding/example-scraper-api-express

Main website

danzzcoding.my.id

To get apikey

danzzapi.xyz

Installation

Via npm:

$ npm install @danzzcoding/api

Via github:

"@danzzcoding/api": "github:danzzcoding/api"

Simple to Use

const danzzapi = require('@danzzcoding/api');

/*
danzzapi.type.module-name(params)
.then(res => console.log(res))
.catch(err => console.log(err))
*/

Social Media

//Example!
danzzapi.sosmed.ytplay('until i found you')
.then(res => console.log(res))
.catch(err => console.log(err))
Lists of module name (type = sosmed) (click to show)
module name params thing response description
ytplay query youtube query json Get youtube play
ytplayaudio query youtube query json Get youtube play audio
ytplayvideo query youtube query json Get youtube play video
ytaudio url youtube url json Get youtube audio
ytvideo url youtube url json Get youtube video
ttaudio url tiktok url json Get tiktok audio
ttvideo url tiktok url json Get tiktok video
fbdl url facebook url json Get facebook video
twdl url twitter url json Get twitter video
igstory username ig story username json Get instagram story
igreels url ig reels url json Get instagram reels video
igdl url instagram url json Get instagram video
igimg url instagram url json Get instagram image
snapinsta url snap insta url json Get snap insta video
ssstik url sss tik url json Get sss tiktok video
snaptik url snap tik url json Get snap tiktok video
sfrom url save from url json Get save from video
mediafire url mediafire url json Get mediafire file
zippy url zippy url json Get zippy file
scloud url scloud url json Get sound cloud audio

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published