Check if username exists in many services like Instagram, TikTok, Paypal, Wikipedia, and Youtube
- This demo is running on a free service, so it may take time for "wake up" or answer. For best performance run it locally on your machine. Or run it on another server.
git clone https://github.com/stringmanolo/user-lookup
cd user-lookup
npm install
npm start # or node main.js
http://localhost:3000/user-lookup
http://localhost:3000/search_{x}?username={y}
Where x is the service you want to use, and y is the username you want to search. For example http://localhost:3000/search_youtube?username=stringmanolo
- Api returns true when the account exists in the service, and false when it doesn't
You can use the next command in Linux terminal
./userlookup.sh stringmanolo urls.txt
- This generates a list of urls on the specified file.
- 49 Available Services
- aboutme
- allrecipes
- anime-planet
- behance
- boardgamegeek
- buzzfeed
- cnet
- cnn
- codecademy
- coursera
- dailymotion
- deviantart
- discussions_apple
- douban
- dribbble
- ebay
- flickr
- gaana
- github
- goodreads
- habr
- imdb
- kompasiana
- lastfm
- livejournal
- medium
- mercadolivre
- pakwheels
- paypal
- pornhub
- producthunt
- quora
- snapchat
- soundcloud
- spotify
- telegram
- theguardian
- tieba
- tiktok
- tumblr
- twitch
- vice
- vimeo
- wikipedia
- wordpress
- xvideos
- youtube
- Services may become unavailable at any time if breaking changes are made by the developers of the target service. Open an issue if the case occurs and we will update the service.