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;








-1















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.










share|improve this question






























    -1















    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.










    share|improve this question


























      -1












      -1








      -1








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 24 at 2:55









      karel

      2,29572732




      2,29572732










      asked Mar 21 at 23:56









      MerijnMerijn

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer


















          • 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












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



          );













          draft saved

          draft discarded


















          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









          0














          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.






          share|improve this answer


















          • 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
















          0














          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.






          share|improve this answer


















          • 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














          0












          0








          0







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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













          • 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




















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript