He posted a tool to check if an Instagram username is available, but it doesn’t work well, because it isn’t detecting all unavailable accounts, so I decided to share an old script I have that actually works.
I think most people know how to use the command above, but if you have any questions or problems, please do comment below and I will try to answer them.
@monzo Glad it works for you! About the limits, I really don’t know, haven’t used the script in a while, but please do test it and tell us the results you got.
It’s pretty simple, you need an Instagram account (I recommend to use one that doesn’t really have any purpose besides testing stuff), because without one you can’t see every type of unavailable usernames. Then you need to create a text file with 1 username per line, and use the script with Python.
Thanks for sharing this script of yours, I tried and it works but I would like to understand, this script is to check for the availability of usernames that are not taken or to check if the username is active? because I tried adding in a account that I own and it prompted me that it is still available and automatically added to the list.
@senseifuel It should check if the usernames are available, but if it didn’t work for you, I don’t know, it might be outdated, haven’t use it in a while.
@RaphaelReborn This script is different, because it doesn’t use the official Instagram API, that’s why you need an account to login and check the availability of the usernames. You can check the source if you want to know exactly how it works.