Data Visualization
I want to collect data on Instagram about subscribers of a specified user. How can this be done automatically? Are there any tools that can be used in the work? In what form is the data uploaded?
1
Answers
Lead Ruby Developer with > 12 years of experience
Hi. I am a software developer who general does a fair amount of web-scraping and API development. In this particular case, I would suggest doing 2 things. First, it might be worth checking if the company has a public API as scraping is generally forbidden and included in the terms of service.
In the case of Instagram, they do have an API which can be used to retrieve information about public users. The process is a bit long, but there are clear instructions on the Meta API documentation page. You can check this link for more information related to your specific request.
https://developers.facebook.com/docs/instagram-basic-display-api/guides/getting-profiles-and-media
If you have more, questions, please feel free to get in touch.
Answered about 1 year ago