Python Web Scraper: This script extracts phone details from the MySmartPrice website. Using Selenium for automated browsing, BeautifulSoup for parsing HTML, and OpenPyxl for Excel file manipulation, it allows users to search for phones, select one from the search results, scrape detailed information, and save it to an Excel file.
This Python web scraper extracts phone details from the MySmartPrice website. It uses Selenium to automate browser interactions, BeautifulSoup to parse HTML, and OpenPyxl to save the extracted data into an Excel file.
Clone the repository:
git clone <repository-url>