A tool to automatically search for available expired domains on ExpiredDomains.net based on search terms.
- 🔍 Searches ExpiredDomains.net for available domains matching your keywords
- 🔗 Extracts domain names and backlink counts
- 📊 Saves results to a CSV file for easy analysis
- 📝 Processes multiple search terms from a text file
- 🌐 Built-in web server to view results in a browser
- Python 3.6 or higher
- Chrome browser installed
-
Clone this repository:
git clone https://github.com/thejacedev/Expireddomains-Fast-Checker.git cd expireddomains_fast_checker
-
Install Python requirements:
pip install -r requirements.txt
-
Create a
terms.txt
file with search terms (one term per line) -
Run the script:
python main.py
-
When prompted, manually log in to your ExpiredDomains.net account, then press Enter to continue
-
Results will be automatically saved to
available_domains.csv
-
To view the results in a browser:
python server.py
This will open a web interface where you can explore and filter the domains.
- The script requires manual login to ExpiredDomains.net as the site may have CAPTCHA or other anti-bot measures
- After running the script, check the output CSV file for available domains and their backlink counts
- Use the built-in web server to visualize and filter your results
Apache License 2.0 - See LICENSE for details