Skip to content

coderooz/AmazonScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Web Scraper

Project Author Details:

  • Name: Ranit Saha
  • Code Name: Codezees
  • Project Name: Amazon Web Scraper

Contents:

  1. Project Details
  2. Requirements & Modules
    1. Basic Reqirements
    2. Basic Reqirements
  3. Instructions

Project Details

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.

Requirements & modules

Basic Requirements:

  • Proper Internt Connection
  • Device abillity to execute asyncronusly.

Required modules

  • Requests : For performing http requests.
  • Asyncio : For asyncronus code exceution.
  • Sqlite3 : For storing data in a database.

About

A project that can scrape the ecommerce giant Amazon's website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages