/eBay-Scrape

An eBay listings scraper using eBay's API and Google Sheets API (Implemented w/ Python 3.6)

Primary LanguagePython

eBay Item Scraper

This script uses eBay's API to retrieve data from listings and calculates basic statistics for data visualization. The results are saved to a Google spreadsheet through the Google Sheets API.

The following values are calculated:

  • Mean
  • Median
  • Mode
  • Variance
  • Standard Deviation

Contributors