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.txtand 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.txtfile for extracted phone numbers anderrors.txtfor any errors encountered during the process.