xnxx-scraper
Version:
Xnxx Search and information scraper
98 lines (89 loc) • 3.4 kB
Markdown
- Author : [Nimesh Piyumal](https://github.com/nimesh-piyumal)
***
```js
const xnxx = require('xnxx-scraper')
async function run() {
try {
let response = await xnxx.search('squirt');
console.log(response);
} catch (error) {
console.error('Error fetching address:', error);
}
}
run();
```
***
```js
{
status: true,
creator: 'Nimesh Piyumal',
result: [
{
title: 'Hina Maeda Squirt',
link: 'https://www.xnxx.com/video-l2l872b/hina_maeda_squirt'
},
{
title: 'Live Awluna colmek sampai muncrat',
link: 'https://www.xnxx.com/video-1a1467fd/live_awluna_colmek_sampai_muncrat'
},
{
title: 'Gadis ini squirt di depan kamera lama sampai melet melet',
link: 'https://www.xnxx.com/video-1cjvi56a/gadis_ini_squirt_di_depan_kamera_lama_sampai_melet_melet'
},
{
title: "Makoto Hijiri tried to hold her squirt, but it couldn't",
link: 'https://www.xnxx.com/video-14ivbp3c/makoto_hijiri_tried_to_hold_her_squirt_but_it_couldn_t'
},
{
title: 'Squirt whores:Milf leaves the floor covered in his creamy juices',
link: 'https://www.xnxx.com/video-lhe4be5/squirt_whores_milf_leaves_the_floor_covered_in_his_creamy_juices'
},
{
title: 'Jav beautiful babe intense anal creampie and hot squirt',
link: 'https://www.xnxx.com/video-134pe14a/jav_beautiful_babe_intense_anal_creampie_and_hot_squirt'
},
{
title: 'Squirt maniac',
link: 'https://www.xnxx.com/video-uw5s11f/squirt_maniac'
}
]
}
```
***
```js
const xnxx = require('xnxx-scraper')
async function run() {
try {
let response = await xnxx.info('https://www.xnxx.com/video-1cvm5h33/madison_morgan_makes_nicole_aria_squirt_all_over_her');
console.log(response);
} catch (error) {
console.error('Error fetching address:', error);
}
}
run();
```
***
```js
{
status: true,
creator: 'Nimesh Piyumal',
result: {
title: 'Madison Morgan makes Nicole Aria squirt all over her',
duration: '375',
description: 'Madison and Nicole have so much fun that Nicole ends up squirting all over Madison As fun as it is for Morgan to get \n' +
'drenched in her girlfriends pussy juices it could NOT have come at a worse time Madisons video call got moved up',
tags: 'lesbian, blonde, fingering, redhead, squirt, office, shaved pussy, big ass, kissing, facesitting, big tits, pussy eating, romantic, caucasian, natural tits, Edit tags',
image: 'https://gcore-pic.xnxx-cdn.com/videos/thumbs169xnxxll/26/5a/76/265a7699b035d764ff966530357e5c5f/265a7699b035d764ff966530357e5c5f.21.jpg',
files: {
low: 'https://cdn77-vid-mp4.xnxx-cdn.com/DubFcXVBWYEDwBZuLIg9Ng==,1733356394/videos/3gp/2/6/5/xvideos.com_265a7699b035d764ff966530357e5c5f.mp4?ui=MTUyLjQyLjIyOS4yMTktLS92aWRlby0xY3ZtNWgzMy9tYWRpc29uX21vcmdhbg==',
high: 'https://cdn77-vid-mp4.xnxx-cdn.com/PodYAnY73ht-4dnKrULAFA==,1733356394/videos/mp4/2/6/5/xvideos.com_265a7699b035d764ff966530357e5c5f.mp4?ui=MTUyLjQyLjIyOS4yMTktLS92aWRlby0xY3ZtNWgzMy9tYWRpc29uX21vcmdhbg==',
HLS: 'https://cdn77-vid.xnxx-cdn.com/4aheowniLK6Tkwwcv3pVSQ==,1733356394/videos/hls/26/5a/76/265a7699b035d764ff966530357e5c5f/hls.m3u8'
}
}
}
```
***