This program allows you to export phone numbers from websites using node.js.
This repository takes website URLs as input and exports the phone numbers available on those websites for you.
- Clone this repository.
- Create a file named
root-damins.txt
and add the website URLs you want to extract phone numbers from, each URL on a new line. - Run the program using node.js (
node index.js
). - Check the generated
mobileNumbers.txt
file for extracted phone numbers anderrors.txt
for any errors encountered during the process.