postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.

Home Page:https://packagist.org/packages/raiym/instagram-php-scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getMediasByTag = MEDIA_JSON_BY_TAG no longer working = 404

beshoo opened this issue · comments

Could be replaced with https://www.instagram.com/graphql/query/?query_hash=298b92c8d7cad703f7565aa892ede943&variables={"tag_name":"{{tag}}","first":{{nodes}},"after":{{after}}} wiht respective changes in getMediasJsonByTagLink()

But note that the JSON response structure is also changed so empty medias will be returned in respective getMediabyTag functions.

Need to work on correct parsing of JSON response.

getMediabyTag

Thank you so much, but what about pagination?
do you have an updated version of getMediabyTag