Answer the question
In order to leave comments, you need to log in
How to get a list of Instagram followers using JS/NodeJs?
Hello. You need to get a list of subscribers and a list of those who liked the photo. I get a 403 error through a normal request.
var url = 'https://www.instagram.com/graphql/query/?query_id=17851374694183129&id=' + self.userInfo.id + '&first=50';
$.getJSON(url, function (data) {
console.log(data);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question