PrantaDas / amazon-scrapper

The Amazon Deals Scraper is a Python script that extracts product information from an Amazon deals page and writes the data to a CSV file. The script is designed to work with the structure of an Amazon deals page, and it utilizes the requests library for HTTP requests and BeautifulSoup for HTML parsing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Deals Scraper

Overview

The Amazon Deals Scraper is a Python script that extracts product information from an Amazon deals page and writes the data to a CSV file. The script is designed to work with the structure of an Amazon deals page, and it utilizes the requests library for HTTP requests and BeautifulSoup for HTML parsing.

Prerequisites

Before running the script, ensure that you have the necessary dependencies installed. You can install them using the following:

pip install requests
pip install beautifulsoup4

Dependency Installation

pip install -r requirements.txt

Start

python app.py

About

The Amazon Deals Scraper is a Python script that extracts product information from an Amazon deals page and writes the data to a CSV file. The script is designed to work with the structure of an Amazon deals page, and it utilizes the requests library for HTTP requests and BeautifulSoup for HTML parsing.


Languages

Language:Python 100.0%