问题
I just wonder whether there's a way to get user's gender on instagram... I walked through instagram's api and for user's info got from users/userId doesn't include the gender info. Thanks for your help.
回答1:
NO, there is currently no way to get the gender of the instagram user from API
回答2:
Instagram API does not work, they do not allow this anymore. The thing you can do, is to scrap name of the user and then determine gender based on name. There is Python lib for this, you can find it here: https://pypi.org/project/gender/
来源:https://stackoverflow.com/questions/21298462/get-users-gender-on-instagram