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

I have a question been trying to get posts related to a hashtag(did it with selenium, so I have links to all the posts related to hashtag for example #backyardideas)...

_static_scraper.py line no. 155 ``` scraped_dict = parse_data_from_json( json_dict=flat_json_dict, map_dict=mapping, ) ``` **flat_json_dict** object is passed in the argument. Expected argument is **json_dict**. As wrong argument is passed the `_mappings.py`...

**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...

git push ## Description I added a get_posts() method to the Hashtag class (copied from the Profile class) in order to scrape hashtags using chromedriver. Fixes # (issue) ## Checklist...

**Is your feature request related to a problem? Please describe.** When iterating through a `Profile`'s posts, one does not always know how many posts one needs beforehand. Since posts are...

When I run ` from instascrape import * \n g = Profile("https://instagram.com/google/") \n g.__dict__ ` The output is: `{'source': 'https://instagram.com/google/', 'url': None, 'html': None, 'soup': None, 'json_dict': None, 'flat_json_dict': None,...

**Bug** I receive the following error: `FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?` **To Reproduce** This happens...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Hi. By trying to scrape post can't get owner profile_pic. https://pasteboard.co/K0kOXyf.png Tried with multiple different posts - always get the same. Is there a way to get it? Thanks.

Is it possible in the current version? Cannot figure out how to do it