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

Hi, Basically I don't want individual posts data but I want to give it a url for example https://www.instagram.com/cristiano/reels/ and then grab all the view counts from recent reels that...

Hi everyone! Got an JSONDecodeError error after running the following code. I suspect it has to do with the **source** recognition as soup rather than string from instascrape import *...

line 14, in google_reel.scrape(headers=headers) File "/opt/virtualenvs/python3/lib/python3.8/site-packages/instascrape/scrapers/post.py", line 88, in scrape return_instance.upload_date = datetime.datetime.fromtimestamp(return_instance.timestamp) ValueError: Invalid value NaN (not a number) I am getting this error every time i am calling...

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

it is not possible to scrape the Post class, follow error: ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () 6 # Scrape their respective data 7 google.scrape(headers=headers) ----> 8...

`prof.get_recent_posts(12) ` gives error : KeyError: 'ProfilePage' on `instascrape/scrapers/profile.py", line 39, in get_recent_posts`

Looks to me the HTML content is not returned hence the len is null...? Value error processing url https://www.instagram.com/p/COSfR9mh4WN/ Invalid value NaN (not a number) Traceback (most recent call last):...

**Describe the bug** Scrapping post using `Post` method gives error. ``` Traceback (most recent call last): File "/instagram-scrapping/main.py", line 23, in post.scrape(headers=headers) File "lib/python3.7/site-packages/instascrape/scrapers/post.py", line 88, in scrape return_instance.upload_date =...

Thanks a lot for the great API. Do you know how I can fix this error? ``` (insta) [jalal@goku insta-scrape]$ python test.py /scratch3/venv/insta/lib/python3.8/site-packages/instascrape/core/_static_scraper.py:134: MissingCookiesWarning: Request header does not contain cookies!...

Some weeks ago I started noticing a bad behavior: even after passing a valid session_id cookie, the Instagram account used to scrape gets disabled after some requests. I need to...