npm i gifted-dls
npm uninstall gifted-dls
const GIFTED_DLS = require('gifted-dls');
const gifted = new GIFTED_DLS();
This Npm Package is Based on Gifted-Api - Actively maintained before changes take effect here.
const GIFTED_DLS = await import('gifted-dls'); // This is how I mostly use it in my esm projects(must be inside async)....
const gifted = new GIFTED_DLS();
const sampleUrl = 'https://youtu.be/wJnBTPUQS5A?si=klI0qxyOnnbcriOk'; // Replace
let data = await gifted.ytmp3(sampleUrl)
console.log(data)
// OR
import pkg from 'gifted-dls';
const GIFTED_DLS = pkg;
const gifted = new GIFTED_DLS();
const sampleUrl = 'https://youtu.be/wJnBTPUQS5A?si=klI0qxyOnnbcriOk'; // Replace
let data = await gifted.ytmp3(sampleUrl)
console.log(data)
const ytmp3 = async () => {
try {
const videoUrl = "https://youtube.com/watch?v=wJnBTPUQS5A"; // Replace
const result = await gifted.ytmp3(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
ytmp3();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: 'Alan Walker - The Spectre',
thumbnail: 'https://i.ytimg.com/vi/wJnBTPUQS5A/hqdefault.jpg',
duration: '3:27',
download_url: 'https://storage.devcraftlabs.pro/ytdlp/03-05-2025/alan-walker-the-spec-gsstH6YYqx_www.grabtheclip.com.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=cU7pKk5PHgIu7CM7Hica%2F20250503%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250503T181331Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=627d02bce57bf2bddfde96588246a9cce745955bcb58172b8abb8203df288584'
}
}
const ytmp3v2 = async () => {
try {
const videoUrl = "https://youtube.com/watch?v=wJnBTPUQS5A"; // Replace
const result = await gifted.ytmp3v2(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
ytmp3v2();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: 'Alan Walker - The Spectre',
thumbnail: 'https://i.ytimg.com/vi/wJnBTPUQS5A/hqdefault.jpg',
duration: '3:27',
download_url: 'https://bruce54.oceansaver.in/pacific/?LbMs8PetukxCKAS0JI1Kt82'
}
}
const ytmp4 = async () => {
try {
const videoUrl = "https://youtube.com/watch?v=wJnBTPUQS5A"; // Replace
// quality can be blank(uses default 360) or 360, 720 or 1080 and must be passed as below
// const result = await gifted.ytmp4(videoUrl, 360);
const result = await gifted.ytmp4(videoUrl, 720);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
ytmp4();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
quality: '720p',
title: 'Alan Walker - The Spectre',
thumbnail: 'https://i.ytimg.com/vi/wJnBTPUQS5A/hqdefault.jpg',
duration: '3:27',
download_url: 'https://storage.devcraftlabs.pro/ytdlp/02-05-2025/alan-walker-the-spec-TERnQeyhVM_www.grabtheclip.com.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=cU7pKk5PHgIu7CM7Hica%2F20250502%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250502T215428Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=068a1f889da5cd99eb4a94b70f0ab507816812002520fd95140bc35115b5af99'
}
}
const ytmp4v2 = async () => {
try {
const videoUrl = "https://youtube.com/watch?v=wJnBTPUQS5A"; // Replace
// quality can be blank(uses default 360) or 360 or 720 and must be passed as below
// const result = await gifted.ytmp4v2(videoUrl, 360);
const result = await gifted.ytmp4v2(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
ytmp4v2();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
quality: '360p',
title: 'Alan Walker - The Spectre',
thumbnail: 'https://i.ytimg.com/vi/wJnBTPUQS5A/hqdefault.jpg',
duration: '3:27',
download_url: 'https://isaac42.oceansaver.in/pacific/?SO1xOJXkEPJZ8wGXhPfVC4w'
}
const tiktokdl = async () => {
try {
const videoUrl = "https://vm.tiktok.com/ZMrgKWmVd"; // Replace
const result = await gifted.tiktok(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
tiktokdl();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: '#viralvideo #kenyantiktok🇰🇪 #fypシ゚ #rockyhunter254 ' ,
thumbnail: 'https://tikwm.com/video/cover/7402345886585474309.webp',
duration: 12,
audio: 'https://tikwm.com/video/music/7402345886585474309.mp3',
wm_video: 'https://tikwm.com/video/media/wmplay/7402345886585474309.mp4',
sd_video: 'https://tikwm.com/video/media/play/7402345886585474309.mp4',
hd_video: 'https://tikwm.com/video/media/hdplay/7402345886585474309.mp4',
play_count: 327,
digg_count: 76,
comment_count: 7,
share_count: 1,
download_count: 0,
collect_count: 4
}
}
const igdl = async () => {
try {
const videoUrl = "https://www.instagram.com/reel/C9bjQfRprHK"; // Replace
const result = await gifted.instagram(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
igdl();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
thumbnail: 'https://scontent-lhr6-2.cdninstagram.com/v/t51.29350-15/451158211_913568137015949_4403460621744041863_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=scontent-lhr6-2.cdninstagram.com&_nc_cat=105&_nc_oc=Q6cZ2QGCtOnUyrmbqZeuv0AAmNCDOBRaSw2yM9qdZCNs877bpvb6iOeO7kRP9T6l-nGjQGc&_nc_ohc=i6FSMSLW0IkQ7kNvwF152lS&_nc_gid=eEjk__ML8ZVN2L_SKJb-hg&edm=ANTKIIoBAAAA&ccb=7-5&oh=00_AfG-rqa8Ex9IB1RhLVI0w6DN-DtIiE-M536gAABUH8oP9A&oe=681C28E0&_nc_sid=d885a2',
download_url: 'https://scontent-lhr8-1.cdninstagram.com/o1/v/t16/f2/m86/AQMfWl51i6uf0gfjUaL0_jIIHCc_fNeXfGU_4CUioi7X8nFIp5FL3GnGlAy_Gk2xo-57nMy0As3tjr7WpHiceEei8Y1tmtNQv4s01qc.mp4?stp=dst-mp4&efg=eyJxZV9ncm91cHMiOiJbXCJpZ193ZWJfZGVsaXZlcnlfdnRzX290ZlwiXSIsInZlbmNvZGVfdGFnIjoidnRzX3ZvZF91cmxnZW4uY2xpcHMuYzIuNzIwLmJhc2VsaW5lIn0&_nc_cat=107&vs=496847279529159_3052330977&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9FRjQwRTY0RjAxRDZGNDg2NEU4QzNEODZCNDMwQ0Y5QV92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dDajU1eG9yRG5LdDd3UURBQVgxNTFQcDNxWldicV9FQUFBRhUCAsgBACgAGAAbABUAACb6r8mp6orQQBUCKAJDMywXQEZAAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA%3D&_nc_rid=870f694057&ccb=9-4&oh=00_AfGI1fnOS2QcPcqbLvOcebZuXvOqMp-sWw6XdA8REQ9xHg&oe=681854B2&_nc_sid=d885a2'
}
}
const fbdl = async () => {
try {
const videoUrl = "https://www.facebook.com/reel/402579285704851?mibextid=rS40aB7S9Ucbxw6v"; // Replace
const result = await gifted.facebook(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
fbdl();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: 'No video title',
duration: '54 seconds',
thumbnail: 'https://scontent-sjc3-1.xx.fbcdn.net/v/t15.5256-10/454506372_494419213134488_3101666654005542563_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=d705dd&_nc_ohc=WeZAVfXbQwEQ7kNvwGNnoXU&_nc_oc=Adn62Vo9uA81lfGTxpU0P1vkRQTQ0gDtdpY7EBI2ODXZpFZFBoxxHa92Ja_FFKiEnWs&_nc_zt=23&_nc_ht=scontent-sjc3-1.xx&_nc_gid=GuI5hrIbcwg1KR4fQ53WTA&oh=00_AfFZXe_INHnDgEOoCXNH3MtmstVNi_-Jj2qUUgXeWHIIlQ&oe=681C5678 ',
sd_video: 'https://video-sjc3-1.xx.fbcdn.net/o1/v/t2/f2/m69/AQNEIn1_IljG5Oztf9_TP11O9kYdLqSmmk4QxGGkpE0x0WdS7kBVtHauLxJagFchqe4mPFoR4bVhoyer1AjyNP8F.mp4?strext=1&_nc_cat=109&_nc_sid=8bf8fe&_nc_ht=video-sjc3-1.xx.fbcdn.net&_nc_ohc=SLBhj96dKbIQ7kNvwGqoKA3&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuMzYwLnN2ZV9zZCIsInhwdl9hc3NldF9pZCI6ODM4ODk4NzUxNzMyMTYwLCJ2aV91c2VjYXNlX2lkIjoxMDEyMiwiZHVyYXRpb25fcyI6NTQsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&_nc_zt=28&oh=00_AfFPynPegPJli5GkVJKfVyo4OTP_mYapgV5Q8DK9O0fzLA&oe=681C2A75&dl=1',
hd_video: 'https://video-sjc3-1.xx.fbcdn.net/o1/v/t2/f2/m366/AQNfMY0ie1Aj2wLs95WdgAcsI5ONU-6nMRoerWgom7MqpL-ZF9KTS6JBWVuy5Ep1hWmNzMClxSM3A7dxY_7Ane7RfxmbOGnfK_9vomcUpvTjWUKklxhUI1NgP2KMtgVpCaS48fep5g.mp4?_nc_cat=109&_nc_sid=5e9851&_nc_ht=video-sjc3-1.xx.fbcdn.net&_nc_ohc=iiMnvaO8DwQQ7kNvwGFm6Pt&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuNzIwLmRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHAiLCJ4cHZfYXNzZXRfaWQiOjgzODg5ODc1MTczMjE2MCwidmlfdXNlY2FzZV9pZCI6MTAxMjIsImR1cmF0aW9uX3MiOjU0LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=88e6388c58e7b433&_nc_vs=HBksFQIYWmZiX2VwaGVtZXJhbC8zMDREMTgyQkY5Qzg2M0MwMzM1QUI2ODEzMzZBQ0E5Rl9kYXNoX2gyNjQtYmFzaWMtZ2VuMl83MjBwX3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBABUCGDpwYXNzdGhyb3VnaF9ldmVyc3RvcmUvR096TkVoc25RS2RqUUtJQkFJck5ITDJjWXpsTGJ2NEdBQUFGFQICyAEAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAmgOfL4aq-_QIVAigCQzMsF0BLSHKwIMScGBlkYXNoX2gyNjQtYmFzaWMtZ2VuMl83MjBwEQB1AmWUngEA&_nc_zt=28&oh=00_AfEMht-bvalfZQh53n10tetLAX7NqV_E8g91y3YdA3Ci3w&oe=681C4C59&dl=1'
}
}
const twitterdl = async () => {
try {
const videoUrl = "https://twitter.com/elonmusk/status/1822355008559489216?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet"; // Replace
const result = await gifted.twitter(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
twitterdl();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: 'No Video Title',
thumbnail: 'https://pbs.twimg.com/ext_tw_video_thumb/1665789033497100291/pu/img/_gB2gqwi7EzCAnUp.jpg',
audio: 'https://twdown.net/https://video.twimg.com/ext_tw_video/1665789033497100291/pu/vid/480x270/IznzdeQLQBLRxwhR.mp4?tag=12',
sd_video: 'https://twdown.net/https://video.twimg.com/ext_tw_video/1665789033497100291/pu/vid/640x360/BBg1Am4kkwW5B12f.mp4?tag=12',
hd_video: 'https://twdown.net/https://video.twimg.com/ext_tw_video/1665789033497100291/pu/vid/1280x720/p2QJhh48HQTJPJ89.mp4?tag=12'
}
}
const grivedl = async () => {
try {
const fileUrl = "https://drive.google.com/file/d/1fnq8C1p0y3bEoFeomO56klnMLjbq126c/view?usp=drive_link"; // Replace
const result = await gifted.googledrive(fileUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
gdrivedl();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
name: 'test.mp3',
link: 'https://drive.google.com/file/d/1fnq8C1p0y3bEoFeomO56klnMLjbq126c/view?usp=drive_link',
download_url: 'https://drive.usercontent.google.com/uc?id=1fnq8C1p0y3bEoFeomO56klnMLjbq126c&export=download'
}
}
const spoDl = async () => {
try {
const spoUrl = "https://open.spotify.com/track/4Nwrh5BlZ8I31znYQULS7G"; // Replace
const result = await gifted.spotifydl(spoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
spoDl();
{
status: 200,
success: true,
title: 'Spectre',
duration: '00:03:19',
thumbnail: 'https://i.scdn.co/image/ab67616d0000b27329714d4269c664e606a3050b',
download_url: 'https://api.fabdl.com/spotify/download-mp3/5432102e3d865720887997f77e08c4d9'
}
const xvidsDl = async () => {
try {
const videoUrl = "https://www.xvideos.com/video.kdiodpo3dcb/step_mom_caught_in_the_bathtub"; // Replace
const result = await gifted.xvideosdl(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
xvidsDl();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: 'step mom caught in the bathtub',
views: '6,707,364 views',
votes: '13,850 votes',
likes: '7.9k',
dislikes: '5.9k',
size: '23.33 MB',
thumbnail: 'https://gcore-pic.xvideos-cdn.com/videos/thumbs169ll/53/bc/c4/53bcc4114082528656afcd7b86e355bd/53bcc4114082528656afcd7b86e355bd.8.jpg',
download_url: 'https://cdn77-vid-mp4.xvideos-cdn.com/PZWeskYnxP2pCfdhyNl3Yw==,1746313841/videos/mp4/5/3/b/xvideos.com_53bcc4114082528656afcd7b86e355bd.mp4?ui=MTAyLjY4Ljc5LjIxNy0tL3ZpZGVvLmtkaW9kcG8zZGNiL3N0ZXBfbW9tX2Nh'
}
}
const xnxxDl = async () => {
try {
const videoUrl = "https://www.xnxx.com/video-1dka79f2/my_stepmom_and_i_share_a_bed_and_she_ends_up_sucking_my_cock"; // Replace
const result = await gifted.xnxxdl(videoUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
xnxxDl();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: 'MY STEPMOM AND I SHARE A BED AND SHE ENDS UP SUCKING MY COCK',
duration: 'dsfilmation\t20min\n',
quality: '1080p\t\t\t\t\t\t',
thumb: 'https://cdn77-pic.xnxx-cdn.com/videos/thumbs169xnxxll/60/cb/50/60cb50cad8419a3395e7e54a9f00b5b6/60cb50cad8419a3395e7e54a9f00b5b6.8.jpg',
size: '63.98 MB',
download_url: 'https://cdn77-vid-mp4.xnxx-cdn.com/XBRI-dnRJ8F3iLjHY_0fyg==,1746314066/videos/mp4/6/0/c/xvideos.com_60cb50cad8419a3395e7e54a9f00b5b6.mp4?ui=MTAyLjY4Ljc5LjIxNy0tL3ZpZGVvLTFka2E3OWYyL215X3N0ZXBtb21fYW5k'
}
}
const ytsearch = async () => {
try {
const searchQuery = "Spectre"; // Replace
const result = await gifted.ytsearch(searchQuery);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
ytsearch();
[
{
type: 'video',
videoId: 'wJnBTPUQS5A',
url: 'https://youtube.com/watch?v=wJnBTPUQS5A',
title: 'Alan Walker - The Spectre',
description: "----- Hope you guys like this track - it's a remake of the instrumental ”Spectre” that I released a few years ago. Some of you might ...",
image: 'https://i.ytimg.com/vi/wJnBTPUQS5A/hqdefault.jpg',
thumbnail: 'https://i.ytimg.com/vi/wJnBTPUQS5A/hqdefault.jpg',
seconds: 207,
timestamp: '3:27',
duration: { toString: [Function: toString], seconds: 207, timestamp: '3:27' },
ago: '7 years ago',
views: 1234277004,
author: {
name: 'Alan Walker',
url: 'https://youtube.com/channel/UCJrOtniJ0-NWz37R30urifQ'
}
},
{
type: 'video',
videoId: 'ujmoYyEyDP8',
url: 'https://youtube.com/watch?v=ujmoYyEyDP8',
title: 'SPECTRE - Official Trailer - November 6',
description: 'In this brand new official trailer, Bond infiltrates a secret meeting and uncovers the existence of the sinister organisation known as ...',
image: 'https://i.ytimg.com/vi/ujmoYyEyDP8/hq720.jpg',
thumbnail: 'https://i.ytimg.com/vi/ujmoYyEyDP8/hq720.jpg',
seconds: 161,
timestamp: '2:41',
duration: { toString: [Function: toString], seconds: 161, timestamp: '2:41' },
ago: '9 years ago',
views: 6855332,
author: {
name: 'Sony Pictures Entertainment',
url: 'https://youtube.com/@sonypictures'
}
},
..............................................................more results
const stickerSearch = async () => {
try {
const searchQuery = "Whatsapp"; // Replace
const result = await gifted.stickersearch(searchQuery);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
stickerSearch();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
title: 'RSOTW PACK 05',
sticker_urls: [
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_1.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_2.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_3.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_4.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_5.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_6.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_7.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_8.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_9.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_10.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_11.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_12.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_13.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_14.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_15.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_16.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_17.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_18.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_19.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_20.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_21.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_22.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_23.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_24.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_25.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_26.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_27.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_28.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_29.png?a01a8dbd2b4151a349640c9c41414068',
'https://s3.getstickerpack.com/storage/uploads/sticker-pack/rsotw-pack-05/sticker_30.png?a01a8dbd2b4151a349640c9c41414068'
]
}
}
const wallpaperSearch = async () => {
try {
const query = "Sunset"; // Replace
const result = await gifted.wallpaper(query);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
wallpaperSearch();
[
{
title: '',
type: 'Sport',
source: 'https://www.besthdwallpaper.com/undefined',
image: [
'https://cdn.bhdw.net/im/athletes-cycling-in-silhouette-at-sunset-wallpaper-127889_w635.webp',
'https://cdn.bhdw.net/im/athletes-cycling-in-silhouette-at-sunset-wallpaper-127889_w297.webp',
'https://cdn.bhdw.net/im/athletes-cycling-in-silhouette-at-sunset-wallpaper-127889_w330.webp'
]
},
{
title: '',
type: 'Yacht',
source: 'https://www.besthdwallpaper.com/undefined',
image: [
'https://cdn.bhdw.net/im/stunning-sailboat-at-sunset-wallpaper-127413_w635.webp',
'https://cdn.bhdw.net/im/stunning-sailboat-at-sunset-wallpaper-127413_w297.webp',
'https://cdn.bhdw.net/im/stunning-sailboat-at-sunset-wallpaper-127413_w330.webp'
]
},
..................more results
const xvidSearch = async () => {
try {
const query = "mom and son"; // Replace
const result = await gifted.xvideossearch(query);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
xvidSearch();
{
status: 200,
success: true,
creator: 'GiftedTech',
results: [
{
title: 'step mom caught in the bathtub',
duration: '7 min',
quality: '',
thumb: 'https://gcore-pic.xvideos-cdn.com/videos/thumbs169/53/bc/c4/53bcc4114082528656afcd7b86e355bd/53bcc4114082528656afcd7b86e355bd.8.jpg',
url: 'https://www.xvideos.com/video.kdiodpo3dcb/step_mom_caught_in_the_bathtub'
},
{
title: 'Cheating Step Mom Video Recorded And Punished By Long Preview',
duration: '11 min',
quality: '',
thumb: 'https://cdn77-pic.xvideos-cdn.com/videos/thumbs169/7e/af/bd/7eafbd75d5482315a8ade39bfe2f1c1e/7eafbd75d5482315a8ade39bfe2f1c1e.2.jpg',
url: 'https://www.xvideos.com/video.kddldhh60cd/cheating_step_mom_video_recorded_and_punished_by_long_preview'
},
.....................more results
const xnxxSearch = async () => {
try {
const query = "mom and son"; // Replace
const result = await gifted.xnxxsearch(query);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
xnxxSearch();
{
status: 200,
succes: true,
creator: 'GiftedTech',
results: [
{
title: 'MY STEPMOM AND I SHARE A BED AND SHE ENDS UP SUCKING MY COCK',
link: 'https://www.xnxx.com/video-1dka79f2/my_stepmom_and_i_share_a_bed_and_she_ends_up_sucking_my_cock'
},
{
title: "You can't Do Anything! How Will you Live!? Young Stepmom Teaches Stepson How To Live and Fuck",
link: 'https://www.xnxx.com/video-1d39d3ff/you_can_t_do_anything_how_will_you_live_young_stepmom_teaches_stepson_how_to_live_and_fuck'
},
.............more results
const npmSearch = async () => {
try {
const query = "gifted-baileys"; // Replace
const result = await gifted.npmsearch(query);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
npmSearch();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
name: 'gifted-baileys',
description: 'Typescript/Javascript WhatsApp Web API',
version: '1.5.7',
packageLink: 'https://www.npmjs.com/package/gifted-baileys',
downloadLink: 'https://registry.npmjs.org/gifted-baileys/-/gifted-baileys-1.5.7.tgz',
publishedDate: '2 days ago',
owner: 'giftedtechke',
keywords: [
'whatsapp',
'js-whatsapp',
'whatsapp-api',
'whatsapp-web',
'whatsapp-chat',
'whatsapp-group',
'gifted-tech',
'gifted-baileys',
'automation',
'multi-device'
],
homepage: 'https://baileys.giftedtech.web.id',
license: 'MIT',
dependencies: 'N/A',
readme: 'N/A'
}
}
const spoSearch = async () => {
try {
const query = "Spectre"; // Replace
const result = await gifted.spotifysearch(query);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
spoSearch();
[
{
title: 'Spectre',
id: '4Nwrh5BlZ8I31znYQULS7G',
duration: '00:03:19',
artist: 'Radiohead',
url: 'https://open.spotify.com/track/4Nwrh5BlZ8I31znYQULS7G'
},
{
title: 'The Spectre',
id: '2DGa7iaidT5s0qnINlwMjJ',
duration: '00:03:13',
artist: 'Alan Walker',
url: 'https://open.spotify.com/track/2DGa7iaidT5s0qnINlwMjJ'
},
.................more results
const ssWeb = async () => {
try {
const websiteUrl = "https://www.giftedtech.web.id"; // Replace
const result = await gifted.fullssweb(websiteUrl);
// Based on your prefrerred device type you can use:
// const result = await gifted.fullssweb(websiteUrl);
// const result = await gifted.sstab(websiteUrl);
// const result = await gifted.ssphone(websiteUrl);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
ssWeb();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: <Buffer 47 49 46 38 39 61 c8 00 96 00 e7 00 00 00 01 00 00 06 09 03 06 02 04 0a 0d 08 0a 06 0b 11 14 10 11 0e 15 16 14 13 1a 1f 19 1a 18 1a 1f 23 1e 1f 1d 00 ... 6307 more bytes>
}
const tiktokStalk = async () => {
try {
const username = "giftedtechke"; // Replace
const result = await gifted.tiktokstalk(username);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
tikokStalk();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: {
id: '7081716211075286021',
name: 'Gifted Maurice',
username: 'giftedtechke',
bio: 'Self Learned Developer; Owner of Gifted-Md Wabot, Gifted-Dls Npm & Gifted Api',
followers: 1786,
following: 4619,
likes: 2529,
website: { link: 'https://api.giftedtech.web.id', risk: 3 },
avatar: 'https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/56127d413f0a54bfed4bd81dde495d8d~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=babaedb8&x-expires=1746471600&x-signature=DVAvIEfiVHKfEd%2B2sOLhxG5uAIk%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my2',
verified: false,
private: false
}
}
const ttp = async () => {
try {
const query = "Gifted Tech"; // Replace
const result = await gifted.ttp(query);
console.log(result);
} catch (error) {
console.error('Error:', error);
}
}
ttp();
{
status: 200,
success: true,
creator: 'GiftedTech',
result: 'https://www.picturetopeople.org/out/picturetopeople.org-ac1c17dae022658fd69cc5490dc1941237f86d069ec7c19bde.png'
}