driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
206 stars 26 forks source link

Get Current Listings and determine how long from listing to sale #3

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago

Might be able to use ebay's SDK for this: https://github.com/timotheus/ebaysdk-python https://github.com/roopeshvaddepally/python-ebay

https://github.com/startship/ebay-miner

Does some NLP and other things: https://github.com/rjackowens/eBay-Search-Automation-Tools

driscoll42 commented 3 years ago

I imagine this will be a plot which shows total new listings each day, the number sold each day, and total listings each day on a plot as well.