Skip to content

nexus-techies/webscrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Review Scraper using Selectorlib

A simple amazon scraper to extract product details and prices from Amazon.com using Python Requests and Selectorlib.

Usage

  1. Install Requirements pip3 install -r requirements.txt
  2. Add Amazon Product URLS to urls.txt
  3. Run python3 reviews.py
  4. Get data from data.csv

CSV Data Schema

Column Description
title Title of review
content Review content
date Date of review
variant Product model/ variant
images Images if attached
verified Is review verified
author Author of review
rating Ratings given by author
product Product name
url Url scrapped from

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages