Getting the followers count of an Instagram profile without an APIHow can I get a user's media from Instagram without authenticating as a user?Instagram API and importing photos without server side authenticationHow do I get ASP.NET Web API to return JSON instead of XML using Chrome?Link to Instagram profile with user IDInstagram API Access LimitInstagram API to get mp4 video list and show it on web pageHow to like/follow on Instagram without using their APIIs it possible to authenticate on Instagram API by curl or in the application backend?Get follower AND following list instagramReceive Instagram likes and comment count without API in PHPInstagram Followers
Modeling an IPv4 Address
Theorems that impeded progress
strToHex ( string to its hex representation as string)
Today is the Center
What do you call a Matrix-like slowdown and camera movement effect?
Why don't electron-positron collisions release infinite energy?
Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.
can i play a electric guitar through a bass amp?
Is it possible to do 50 km distance without any previous training?
Languages that we cannot (dis)prove to be Context-Free
What defenses are there against being summoned by the Gate spell?
Email Account under attack (really) - anything I can do?
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
What does it mean to describe someone as a butt steak?
Why do I get two different answers for this counting problem?
How much RAM could one put in a typical 80386 setup?
The use of multiple foreign keys on same column in SQL Server
What are the differences between the usage of 'it' and 'they'?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Python: next in for loop
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
How to test if a transaction is standard without spending real money?
Getting the followers count of an Instagram profile without an API
How can I get a user's media from Instagram without authenticating as a user?Instagram API and importing photos without server side authenticationHow do I get ASP.NET Web API to return JSON instead of XML using Chrome?Link to Instagram profile with user IDInstagram API Access LimitInstagram API to get mp4 video list and show it on web pageHow to like/follow on Instagram without using their APIIs it possible to authenticate on Instagram API by curl or in the application backend?Get follower AND following list instagramReceive Instagram likes and comment count without API in PHPInstagram Followers
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
After a lot of Googling I just can't seem to find an updated way of getting the follower count of an Instagram account. I want it displayed on my personal website so I probably need to use JavaScript and jQuery.
I already figured out how to get a YouTube sub count, but I can use the YouTube API.
Does anyone have a way of doing this without an API? I know there are probably some other ways, but I'm definitely not experienced enough.
javascript jquery json api instagram
add a comment |
After a lot of Googling I just can't seem to find an updated way of getting the follower count of an Instagram account. I want it displayed on my personal website so I probably need to use JavaScript and jQuery.
I already figured out how to get a YouTube sub count, but I can use the YouTube API.
Does anyone have a way of doing this without an API? I know there are probably some other ways, but I'm definitely not experienced enough.
javascript jquery json api instagram
add a comment |
After a lot of Googling I just can't seem to find an updated way of getting the follower count of an Instagram account. I want it displayed on my personal website so I probably need to use JavaScript and jQuery.
I already figured out how to get a YouTube sub count, but I can use the YouTube API.
Does anyone have a way of doing this without an API? I know there are probably some other ways, but I'm definitely not experienced enough.
javascript jquery json api instagram
After a lot of Googling I just can't seem to find an updated way of getting the follower count of an Instagram account. I want it displayed on my personal website so I probably need to use JavaScript and jQuery.
I already figured out how to get a YouTube sub count, but I can use the YouTube API.
Does anyone have a way of doing this without an API? I know there are probably some other ways, but I'm definitely not experienced enough.
javascript jquery json api instagram
javascript jquery json api instagram
edited Mar 24 at 2:55
karel
2,29572732
2,29572732
asked Mar 21 at 23:56
MerijnMerijn
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Without using the instagram API, there is no easy* way to do so, no.
If you are not opposed to using the instagram API, however do not want to require the user to log in, this SO question may be helpful to you.
2
Note that some public endpoints of the Instagram API have recently been removed. You will likely no longer be able to access follower data for unauthorized users. See Platform Changelog - Dec 11, 2018
– showdev
Mar 22 at 0:31
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55290931%2fgetting-the-followers-count-of-an-instagram-profile-without-an-api%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Without using the instagram API, there is no easy* way to do so, no.
If you are not opposed to using the instagram API, however do not want to require the user to log in, this SO question may be helpful to you.
2
Note that some public endpoints of the Instagram API have recently been removed. You will likely no longer be able to access follower data for unauthorized users. See Platform Changelog - Dec 11, 2018
– showdev
Mar 22 at 0:31
add a comment |
Without using the instagram API, there is no easy* way to do so, no.
If you are not opposed to using the instagram API, however do not want to require the user to log in, this SO question may be helpful to you.
2
Note that some public endpoints of the Instagram API have recently been removed. You will likely no longer be able to access follower data for unauthorized users. See Platform Changelog - Dec 11, 2018
– showdev
Mar 22 at 0:31
add a comment |
Without using the instagram API, there is no easy* way to do so, no.
If you are not opposed to using the instagram API, however do not want to require the user to log in, this SO question may be helpful to you.
Without using the instagram API, there is no easy* way to do so, no.
If you are not opposed to using the instagram API, however do not want to require the user to log in, this SO question may be helpful to you.
answered Mar 22 at 0:03
IsaacIsaac
558
558
2
Note that some public endpoints of the Instagram API have recently been removed. You will likely no longer be able to access follower data for unauthorized users. See Platform Changelog - Dec 11, 2018
– showdev
Mar 22 at 0:31
add a comment |
2
Note that some public endpoints of the Instagram API have recently been removed. You will likely no longer be able to access follower data for unauthorized users. See Platform Changelog - Dec 11, 2018
– showdev
Mar 22 at 0:31
2
2
Note that some public endpoints of the Instagram API have recently been removed. You will likely no longer be able to access follower data for unauthorized users. See Platform Changelog - Dec 11, 2018
– showdev
Mar 22 at 0:31
Note that some public endpoints of the Instagram API have recently been removed. You will likely no longer be able to access follower data for unauthorized users. See Platform Changelog - Dec 11, 2018
– showdev
Mar 22 at 0:31
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55290931%2fgetting-the-followers-count-of-an-instagram-profile-without-an-api%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown