gridx-api
v1.0.0
Published
The ultimate scraper API wrapper for GridX Dev Studio featuring Facebook, YouTube, TikTok and more.
Downloads
144
Maintainers
Readme
GridX API 🚀
Welcome to GridX API, the ultimate unified downloader and scraper wrapper module package built by GridX Dev Studio! This package simplifies the integration of Facebook, YouTube, TikTok, and other social media downloaders into your Node.js backend.
Installation
npm install gridx-api(Note: Ensure you have axios, ruhend-scraper, and facebook-dl installed or resolved as dependencies).
Usage Example
const gridx = require('gridx-api');
// Fetch Facebook Video
gridx.facebook('https://www.facebook.com/watch/?v=1234')
.then(data => console.log(data))
.catch(err => console.error(err));
// Fetch YouTube MP3
gridx.youtube.mp3('https://youtu.be/...')
.then(data => console.log(data));
// Fetch TikTok Video
gridx.social.tiktok('https://tiktok.com/...')
.then(data => console.log(data));Features
- Facebook: Reliable Facebook video downloader via
facebook-dl. - YouTube: Fetch MP3 and MP4 formats.
- Socials: Instagram, TikTok, Pinterest downloaders included out of the box!
- Spotify: Easy Spotify track resolutions.
Author
Developed with ❤️ by GridX Dev Studio.
