L
L
Ler Den2018-10-30 19:00:02
JavaScript
Ler Den, 2018-10-30 19:00:02

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);
        });

It is clear why - the data is not public. If you try to open the list of subscribers in an anonymous tab, then Instagram will require you to log in. However, there are services that allow you to get statistics that are not available through the regular API. For example https://hypeauditor.com/report/robertdowneyjr/?fh=...
How is this implemented? Is it possible to do with only the frontend part?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Puma Thailand, 2018-10-30
@opium

Log in and give a cookie

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question