Bookstore Web Scraper
Developed a script for automatic collection of marketing data from a bookstore website.
Task: The client needed to obtain current prices and availability status of products for competitor analysis.
Solution: Wrote a parser in Python that navigates the website pages, extracts the necessary information (Name, Price, Rating, Availability) and generates a ready report.
Technologies:
Python
BeautifulSoup4
Pandas
OpenPyXL
Task: The client needed to obtain current prices and availability status of products for competitor analysis.
Solution: Wrote a parser in Python that navigates the website pages, extracts the necessary information (Name, Price, Rating, Availability) and generates a ready report.
Technologies:
Python
BeautifulSoup4
Pandas
OpenPyXL