Amazon Web Scaper Project

This Python project shows how to create dataset your own.

Goal

To showcase how to create dataset from websites by scraping the webpage in Python.

Data

For this project, I have use Amazon Shopping site (a t-shirt web page).

Process

In order to create dataset, we followed the a process that looked at the data using:

  • Web scraping the amazon site
  • Select the data we need to create
  • Convert to .csv file
  • Documentation of this project in Github

get in touch !