I tried both through the API library in Python and in the API console provided by Instagram and apigee.com.
I use the request: GET /tags/tag-name/media/recent . I tried the ferrari tag.
All results are filled out perfectly, except for the user's bio field for each multimedia result from the tag request.
Here are some snippets of results:
"full_name": "A", "bio": "", "id": "435889630" ... "full_name": "jacky_mitchell", "bio": "", "id": "1527609678"
All empty bio fields. Page margins are also blank for writing.
Someone had the same problem in an old Instagram group .
I may have to abandon this semi-working API and sniff the TCP / IP traffic and make some raw requests.
instagram api instagram
User
source share