instagram-scraper icon indicating copy to clipboard operation
instagram-scraper copied to clipboard

Scrape suggested/similar/recommended accounts

Open nehakumar31 opened this issue 3 years ago • 3 comments

Could somebody suggest ways to scrape recommended accounts for a given username? Example: image

If I follow shopping brand like Zara, then ALDO would be a similar/suggested account to follow. "Show Suggested accounts" is something that is controlled by the owner of the profile and can be edited in settings. One can see them by selecting the dropdown next to "Follow". By inspecting the HTML source on webbrowser, similar accounts can be seen with - https://www.instagram.com/{username}/similar_accounts. But on using the same URL in code, response does not have similar accounts

Any help is appreciated.

nehakumar31 avatar Nov 30 '21 13:11 nehakumar31