Loading repository data…
Loading repository data…
Atibh / repository
A comprehensive set of Jupyter notebooks for scraping data from Amazon. Extract product details, prices, ratings, and table data efficiently. Perfect for data analysis, research, and e-commerce insights. Easy setup and use with detailed documentation and examples.
A comprehensive set of Jupyter notebooks for scraping data from Amazon. Extract product details, prices, ratings, and table data efficiently. Perfect for data analysis, research, and e-commerce insights. Easy setup and use with detailed documentation and examples.
This project includes Jupyter notebooks designed to scrape data from Amazon's website. The goal is to extract relevant information from product pages and tables for further analysis.
git clone https://github.com/yourusername/Amazon-Web-Scraper.git
pip install -r requirements.txt
jupyter notebook
Amazon Web Scraper Project.ipynb or Scraping a Table from a Website (FINAL).ipynb.git checkout -b feature-branch).git commit -am 'Add new feature').git push origin feature-branch).This project is licensed under the MIT License.
pycache/ .ipynb_checkpoints/ .env *.pyc *.pyo *.pyd
List of required packages beautifulsoup4 requests pandas selenium # If your scripts use Selenium
Amazon-Web-Scraper/ │ ├── Amazon Web Scraper Project.ipynb ├── Scraping a Table from a Website (FINAL).ipynb ├── README.md ├── requirements.txt