Check if an unsaved number exist on whatsapp
Im planning to genrate random mobile number and then want to check if those number are on whatsapp, this will authenticate if those number really existed. Is there any way we can check from list of number and commiting are they on whatsapp or not ?
Hi @drbilal216
Unfortunately, we do not currently support a way to verify if the number exists on WhatsApp or not but you can use time out to simulate the process, If finding user takes longer than the timeout time you can note that number does not exist on WhatsApp
@drbilal216 I think you could use something like https://api.whatsapp.com/send?phone=number and scrape the page
Hi @NicoLiendro14
Can you please explain more about your approach so we could see the possibility of including it in the main code?