Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
1 answer
3120 views

I've worked up a Python script using Instaloader (4.14) to pull images and descriptions off a feed of mine, which I then string parse and do stuff with. It's working perfectly when run on my laptop (...
Score of 0
1 answer
949 views

example, this is a post id : https://www.instagram.com/p/C8_ohdOR/ I want the image src. first I used selenium for to login and then crawl the image src. so by this I am getting the src. But is there ...
Score of 0
1 answer
1150 views

I am trying to use instaloader python module to fetch data from any Instagram profile by username, but I encounter a 400 Bad Request - "fail" status, message "feedback_required" ...
Score of 2
2 answers
5178 views

I am trying to download the audio in the following format https://www.instagram.com/reels/audio/1997779980583970/. Below code is returning "Fetching metadata failed". I am able to download ...
Score of 0
1 answer
565 views

Is it possible to only download the caption (the description) of a post, given the post short code, using python 3.12 and the latest version of the instaloader library? I am insterested in using ...
Score of 1
1 answer
944 views

Instaloader newest version 4.12.1 on Python 3.11.5 stopped downloading at the 12th post without raising any exception even though the user has 48 downloadable posts. L = instaloader.Instaloader( ...
Score of 1
1 answer
2146 views

I have been trying to download a instagram reel using instaloader, but it downloads the reel without audio every time. How can i download the unmuted reel or is it even possible. I found this question ...
Score of 2
0 answers
902 views

How do I download a reel from Instagram with sound using a library called Instaloader in Python? import instaloader L = instaloader.Instaloader() post = instaloader.Post.from_shortcode(L.context, &...
Score of 0
0 answers
453 views

I want to download only comments to all posts. How can i do this? Now I'm downloading json files, images for posts and descriptions. but I probably only need json files to extract comments from there.
Score of 3
1 answer
1206 views

I am constantly getting an error where when I try to scrape posts from a specific hashtag using instaloader, I am getting the error: JSON Query to explore/tags/hashtag/: 404 Not Found Here is my ...
Score of 0
1 answer
1001 views

I am currently using instaloader for scraping followers on Instagram, but it seems that I am not getting the full list of followers as expected. I want to scrape all the followers of a particular ...
Score of 0
1 answer
1051 views

I am trying to do scraping with the instaloader library in python in a firebase cloud function, but I have a strange behavior. When I run my code in the local firebase emulator it works perfect and I ...
Score of 0
0 answers
286 views

I need a way to not be see as a boot by instagram in order to avoid the 401 error by the intagram server this code is a leed generator that looks for posts with a certain hashtag and collects the user,...
Score of 0
0 answers
227 views

I tried everyway including instaloader etc. But everytime I got a problem. How can I extract an user's general information? I tried to use instagram API but API only works on consumer accounts. I ...
Score of 0
1 answer
243 views

I want to print the amount of followers the target user has using instaloader. def FollowerCount(): return(profile.get_followers()) print(FollowerCount()) but I get this <instaloader....

15 30 50 per page
1
2 3 4 5