Built a Python automation tool that scrapes product data from eBay and exports it to Excel. The project uses Requests, BeautifulSoup, Pandas, and OpenPyXL to collect structured product information such as title, price, shipping details, and ratings. The scraper is organized, reusable, and demonstrates practical web scraping and data automation skills.
Built a Python automation tool that scrapes product data from eBay and exports it to Excel. The project uses Requests, BeautifulSoup, Pandas, and OpenPyXL to...