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

InstaTouch Scraper StartedError: Can't scrape date. #38

Closed ColtraneNadler closed 3 years ago

ColtraneNadler commented 3 years ago
InstaTouch Scraper StartedError: Can't scrape date. Please try again or submit issue to the github
    at InstaTouch.extractData (/usr/local/lib/node_modules/instatouch/build/core/InstaTouch.js:372:27)
    at async InstaTouch.startScraper (/usr/local/lib/node_modules/instatouch/build/core/InstaTouch.js:149:13)
    at async promiseScraper (/usr/local/lib/node_modules/instatouch/build/entry.js:112:20)
    at async startScraper (/usr/local/lib/node_modules/instatouch/bin/cli.js:36:25)
everdeen7336 commented 3 years ago

I have the same issue too.

jacekpoplawski commented 3 years ago

same here

sannajammeh commented 3 years ago

Same here

sannajammeh commented 3 years ago

Instagram seems to limit non session calls to their graphql endpoints. I added a session id to the options and it worked.

abdelhaqs commented 3 years ago

Hello @sannajammeh, I want to scrap posts data, but I'm still getting only 50 posts ( 50 rows of data in the csv ) Where did put the session id exactly, that's what I did in my case

instatouch user cnn -c 150 --session=177776760e7-56156d

image

drawrowfly commented 3 years ago

Set session

sgnofx commented 3 years ago

Instagram seems to limit non session calls to their graphql endpoints. I added a session id to the options and it worked.

hey man can you give the proper syntax for it