Okay, I will have a tryAs long as the information you're trying to scrape from a profile is visible to the public, then it can be scraped. You can check around if there are existing tools for that but personally, you're probably better off having one custom coded.
I'm doing scraping on instagram, and need to get the country info of a profile.
Is there an endpoint of host (https)i.instagram.com/api/ can get this?
Thanks!
View attachment 412900
Cool, now I found bloks api only. And I check out it need CSRF token as this thread mentioned:Hmm, nice find. I checked quite a bit of accounts, and it seems this thing is not available for all the accounts, only ~50% of the accounts. From among the accounts that I checked. But still its a good find. Will do more research on it.