instagram-java-scraper icon indicating copy to clipboard operation
instagram-java-scraper copied to clipboard

Instagram Java Scraper. Get account information, photos, videos and comments.

Results 47 instagram-java-scraper issues
Sort by recently updated
recently updated
newest added

it looks instagram has changed their login endpoint. I'm getting 400 BadRequest error. it looks these guys have made a fix for their library https://github.com/pgrimaud/instagram-user-feed/issues/65

Hello, tnx for your project, when I call instagram.basePage(), I get this error: Exception in thread "main" me.postaddict.instagram.scraper.exception.InstagramException: Rate limited : RATE_LIMITED this is my code: HttpLoggingInterceptor loggingInterceptor = new...

First of all **thanks you** for developing this library, second of all I am really confused trying to make it work *(as a kinda noobie that i am)*, *(pls make...

Hello Can this library read the video from this page? here it is hidden as a blob file https://www.instagram.com/p/CKwAsKrn_a0/?igshid=18kmekhpt32ev

This issue happened when i run app (login) from different IP. After login, instead redirection to BASE_URL = "https://www.instagram.com", it goes to https://www.instagram.com/challenge/. Is it possible to push in Java...

--> GET https://www.instagram.com/p/BGY0zB4r7X2/?__a=1 http/1.1 Host: www.instagram.com Connection: Keep-Alive Accept-Encoding: gzip User-Agent: okhttp/3.2.0 --> END GET END GET :first-child{margin-top:0}.-cx-PRIVATE-SidebarLayout__pageContent__ a{color:#003569}.-cx-PRIVATE-SidebarLayout__pageContent__ h1{font-size:32px;font-weight:400;margin-bottom:20px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__ h2{font-size:24px;font-weight:400;margin-bottom:12px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__ h3{font-weight:600;margin-bottom:12px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__ li{padding-left:8px}.-cx-PRIVATE-SidebarLayout__pageContent__ li:not(:first-child){margin-top:8px}.-cx-PRIVATE-SidebarLayout__pageContent__ pre{white-space:pre-wrap}.-cx-PRIVATE-Navigation__header__{color:#999;font-size:16px;font-weight:initial;margin:0;padding:16px;text-transform:uppercase}@media screen and (max-width:990px){.-cx-PRIVATE-Navigation__header__:first-child{display:block}.-cx-PRIVATE-Navigation__header__:not(:first-child){display:none}.-cx-PRIVATE-Navigation__header__ i{float:left;width:22px;height:18px;margin-right:8px;margin-left:10px;background:url(/static/images/glyphs/[email protected]/9ae8409fbb3a.png) no-repeat...

ClassNotFoundException: Compatibility issue with java versions newer than Java 10 Exception in thread "restartedMain" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException...

i am using java code in methodchannel in flutter and can't run project (android studio - gradle 4.1.0 - wrapper 6.5 ) OkHttpClient httpClient = new OkHttpClient(); Instagram instagram =...

Hi, If I want to get the next page of medias for an specified user, I'll run into an 302 response. I'm not really sure, where I can find the...

Hi, trying to call **`getCommentsByMediaCode`** Got status code 200 but NullPointerException of body. The exception is thrown during **.executeHttpRequest(request)** I can make a fix but I need a suggestion what...