- Name: Ranit Saha
- Code Name: Codezees
- Project Name: Amazon Web Scraper
This project is to anable us to scrape the data from the e-commerces website Amazon. In this project we eill look into ways to make this program interactive and asyncronous for faster execution.
In the project we will:
- Asins: Asins are the tag or id of the products that re listed on the site.
- Fetch Product Prices: Here we will fetch products of specific products either by name or by category(like: baby products, mens wear, womens wear, etc.)
- Get Product Images: Here we will fetch the images of the product.
- Database Storage: In this prohject we will also look into ways to store the product details and tages adn other nformation in a database so it is easily accessable in the future projects or etc.
- Proper Internt Connection
- Device abillity to execute asyncronusly.
- Requests : For performing http requests.
- Asyncio : For asyncronus code exceution.
- Sqlite3 : For storing data in a database.