Amazon Scraper

Amazon Scraper Used AI

6 devlogs
4h 30m
•  Ship certified
Created by Philip Yu

Scrapes amazon for prices and then finds the average price as well as the images, names, and prices. (Possibly can sort?)

Timeline

Ship 2

0 payouts of shell 0 shells

Philip Yu

about 1 month ago

Philip Yu Covers 3 devlogs and 1h 8m

Added a 'best deal' sections which is just the lowest price item that is in the listings.

Update attachment

Deployed on a different website bc github doesn't support flask :(. Its ok still got it done.

Update attachment

Had to deploy it to a server. Had to learn how to hide .env files. gitignore is my goat.

Update attachment

Ship 1

0 payouts of shell 0 shells

Philip Yu

about 1 month ago

Philip Yu Covers 3 devlogs and 3h 21m

Updated it so when you click the title, its a link to the actual page.

Update attachment

Whoopsies, accidently flashed my api key. I replaced it and fixed it

Update attachment

Used SERPapi to get amazon api. Used python to decipher the HTML and calculations for the average. Flask was used to host the server. HTML and CSS is used for the frontend.

Update attachment