rootjazz
Elite Member
- Dec 21, 2012
- 3,166
- 1,190
This is the way to do it. Scrapebox is great for finding 404s, meaning the domain MIGHT be available. But even after the blog is deleted, the domain name is NOT put back into the pool right away. So you need to make the request to the endpoint during registration to test if the domain is available to signup. This endpoint is not protected, doesn't require you to be going through the actual registration, so you can just hammer away at it with proxies multithreaded / async however you want.If you are a dev you can start the registration process with random details to determine if it's actually fully available. I used to have a bot that did this, so it's 100% possible.