Personal
Projects:

AmazonScrape

AmazonScrape
Use AmazonScrape to get the prices of trending products in the Movers & Shakers category.
Utilises the popular Python scraping framework, Scrapy.
AmazonScrape

AmazonScrape is a command line program used for scraping data from different categories in Amazon's Movers & Shakers.

AmazonScrape uses a Scrapy backend to scrape data from product listings and product pages. AmazonScrape bypasses CAPTCHA-protected product pages by using User Agents when accessing them. The data is then written to a csv, json or jl (json lines) file.

Python, Web Scraping