This is python code which scrapes the email ids and mobile number from given website. First of all it will get all available html pages in current web page and then finds the email ids and mobile number from currnt web page as well as it searches new webpage links from webpage and then it will visit all html pages one by one and repeat the process.
Following libraries are used:
- BeautifulSoup
- Selenium