Junyingli510 /
Amazon-Scraper
This is Amazon Script with url!
Loading repository data…
ShantanuJalkote / repository
A Python script that uses Selenium and BeautifulSoup to scrape data from Amazon websites. This script can be used to extract information such as Product URL, Product Name, Product Price, Rating, Number of reviews, ASIN, Product Description, Manufacturer from Amazon pages.
A Python script that uses Selenium and BeautifulSoup to scrape data from Amazon websites. This script can be used to extract information such as Product URL, Product Name, Product Price, Rating, Number of reviews, ASIN, Product Description, Manufacturer from Amazon pages.
git clone https://github.com/your-username/amazon-data-scraper.git
pip install selenium
pip install beautifulsoup4
Download the appropriate webdriver for your browser and place it in your PATH, or specify its location in the script.
Edit the amazon_scraper.py script to include the URL of the Amazon page you want to scrape.
Run the script
python amazon_scraper.py
Selected from shared topics, language and repository description—not editorial ratings.
Junyingli510 /
This is Amazon Script with url!
ecnalyr /
Python script to scrape Amazon
Smaron47 /
A Python-based web scraping tool that automates extraction of product information from Amazon India (amazon.in) using Selenium WebDriver. The script reads a list of ASINs (Amazon Standard Identification Numbers) from urls.txt, navigates to each product page, and collects:
GxOmar-00 /
A Python script that fetch product information from amazon.com
sasivatsal7122 /
Amazon Scraper: Python script for scraping product information from Amazon, customizable search parameters, export to file formats.
frooody /
This is simple headless Amazon scraper