Skip to content

Scraping eBay and Amazon Listings and Reviews Using BeautifulSoup and Scrapy. Also scraping patterns and solutions of Dr.Wood's best-selling puzzle game named 'Kaleidoscope'.

Notifications You must be signed in to change notification settings

lakshaymehra/scraping-marketplaces

Repository files navigation

Scraping eBay and Amazon Listings and Reviews Using BeautifulSoup and Scrapy:

Remark :

This repository also contains code to scrape Dr.Wood's Kaleidoscope Game Patterns and Solutions.

Usage Guide:

File Descriptions:

  • 'amazon_review.py' :
    contains the code to scrape Amazon Reviews for Best Selling Mobile Phones using Scrapy.
  • 'amazon_scraping.py' :
    contains the code to scrape Amazon listings for Best Selling Books using BeautifulSoup.
  • 'ebay_scraping.py' :
    contains the code to scrape eBay listings for Cricket Bats using BeautifulSoup and download the images for each listing.
  • 'kaleidoscope_patterns_scraping.py' :
    contains the code to scrape Kaleidoscope Game Patterns and their Solutions using BeautifulSoup and download the images for each pattern.

Run 'amazon_review.py' at Command Line using Scrapy Runspider:

Run this code from the command line to run 'amazon_review.py' and store results as 'customer_reviews.csv'

scrapy runspider amazon_review.py -o customer_reviews.csv

Contact :

For any query/feedback, please contact:

Lakshay Mehra: mehralakshay2@gmail.com

About

Scraping eBay and Amazon Listings and Reviews Using BeautifulSoup and Scrapy. Also scraping patterns and solutions of Dr.Wood's best-selling puzzle game named 'Kaleidoscope'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages