I have a simple application where I have massive Instagram object identifiers. I am looking for an API where I can send identifiers in the form of a comma separated string or similarly and get a list of Instagram objects. I cannot find the endpoint in the official Instagram API.
I donβt want to extract each object one by one, because I need to get massive data, and searching one by one will be too time-consuming and will exhaust my resources.
A similar function on twitter can be found below.
https://dev.twitter.com/rest/reference/get/statuses/lookup
I am looking for a similar feature for Instagram. Is there any solution for this?
FYI I'm looking for a different solution than the Instagram endpoint - the tags / hello / media / recent, because I need information from several identifiers at the same time. In addition, the amount of information received by this endpoint is insufficient.
endpoint instagram-api bulk
Visahan
source share