instascrape icon indicating copy to clipboard operation
instascrape copied to clipboard

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically

Results 55 instascrape issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. I used the tutorial code to scrape data from myself and putting straight in csv file, but...

**Describe the bug** The biography returned is always that of the login user. **To Reproduce** Script that gives the wrong output: from instascrape import * SESSIONID = ' xxx '...

ImportError: cannot import name 'extract_email' from 'helpers'

**Describe the bug** As the title ``` C:\Users\User\Anaconda3\lib\site-packages\instascrape\core\_static_scraper.py:136: MissingCookiesWarning: Request header does not contain cookies! It's recommended you pass at least a valid sessionid otherwise Instagram will likely redirect you...

While it's great to have a `Reel` scrapper, it would also be very useful to have a way to retrieve a list of Reels from a user's profile. For example,...

**Is your feature request related to a problem? Please describe.** I'd like to extract the # of comments that a user made (either over all time to date, or some...

As the example of 'download_recent_photos' , it only downloads one image per post. If there are multiple photos in a post, how can i download all the photos?

**Describe the bug** When creating a Profile object, the `full_name` attribute can be incorrect. **To Reproduce** Steps to reproduce the behavior: 1. Without a sessionid `prof = Profile("https://www.instagram.com/atlassian/")` 2. print(prof.full_name)...

Hey hey Chris, First of all, great job with this package, it's really interesting and so useful. Is there a way to add a tool to retrieve the first comment...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...