Phone numbers and emails parser from search engines results. It was my 1 week side project for freelance, so it was made very quickly.
Technologies used:
- Express for web server
- Handlebars for html templates
- Mysql as database
- excel4node for exporting data to excel
- google-it for parsing google search result
- For parsing yandex search result unfortunately I didn't find any suitable library, so I used selenium-webdriver to manually parse it.