Posts

Showing posts from September, 2022

Instagram construction

  https://api.bhawanigarg.com/social/instagram/?url=https://api.bhawanigarg.com/social/instagram/?url=https://www.instagram.com/thebhawanigarg/const axios = require("axios"); const encodedParams = new URLSearchParams(); encodedParams.append("url", "https%3A%2F%2Fwww.instagram.com%2Fp%2FCRByucAnXWo"); const options = { method: 'POST', url: 'https://api.bhawanigarg.com/social/instagram/docs.php', headers: { 'content-type': 'application/x-www-form-urlencoded', 'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY', 'X-RapidAPI-Host': 'instagram-video-or-images-downloader.p.rapidapi.com' }, data: encodedParams }; axios.request(options).then(function (response) { console.log(response.data); }).catch(function (error) { console.error(error); });