I want to extract data-points from web-page with this url.
In this web-page there is graph of Total Number of installs (*estimated) this image
I have tried to follow this answer but couldn't figure it out.
I was trying to find requests and its responses as given in above link.
I tried to find that request whose response is data(like in the form of JSON) but couldn't find any such request.
I got following result : requests
One requests is there which has response of scripts which makes graph but I am unable to find how it gets data : here is the screenshot
All the things which I have done with the help of above answer that I mentioned
Thanks in advance