drawrowfly / instagram-scraper

Instagram Scraper. Scrape useful data/posts from instagram users, hashtag and locations pages. Comments and people who liked specific posts and soon more. No login or API keys are required
582 stars 63 forks source link

getPostMeta not working #75

Open moo611 opened 1 year ago

moo611 commented 1 year ago

this is my code ` const instaTouch = require('instatouch');

(async () => { try { const options = { proxy: 'socks5://127.0.0.1:7890', session: 'sessionid=xxx; ds_user_id=xxx' }; const comments = await instaTouch.getPostMeta('https://www.instagram.com/p/CATMghXnGrg/', options) console.log(comments); } catch (error) { console.log(error); } })(); `

it returns "Request error"