chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
625 stars 109 forks source link

I want to grab the recent reels video views from the profile page (username/reels/)? Is that possible? #165

Open whatayush opened 1 year ago

whatayush commented 1 year ago

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 are visible.

image

I am bit of a noob so just wondering if this is possible or not?