scrape ebay(.de) for competitors listings and compare the price to own ebay shop
Go to file
Hendrik Schutter 1a37c403e3 fix scrape for new website 2023-01-10 18:30:09 +01:00
html start page 2022-07-20 23:21:01 +02:00
.gitignore updated ignore 2022-07-20 20:33:02 +02:00
LICENSE Initial commit 2022-05-30 21:46:34 +02:00
README.md fix scrape for new website 2023-01-10 18:30:09 +01:00
compare.py display progress via tqdm 2022-07-21 10:39:17 +02:00
eBayCompetitorPriceCompare.code-workspace search ebay and get product id as return 2022-05-31 09:57:03 +02:00
export_html.py completed startpage 2022-07-21 00:01:48 +02:00
helper.py parse more than 4 result pages 2022-05-31 14:16:15 +02:00
scrape_listing.py fix scrape for new website 2023-01-10 18:30:09 +01:00
search_eBay.py filter for ebay search 2022-06-04 15:36:41 +02:00
search_seller.py parse more than 4 result pages 2022-05-31 14:16:15 +02:00
template_html.py fix date on startpage 2022-07-21 00:10:07 +02:00

README.md

eBayCompetitorPriceCompare

scrape ebay(.de) for competitors listings and compare the price to own ebay shop

Requirements

pip install tinydb tqdm 

Usage

Scrape listings

Scrape all listings from seller's shop with python search_seller.py This will create seller_db.json with all found listings. Delete this file before next run manually.

Compare listings

Compare and export all found listings with python compare.py This will take a while and exports the static html.

Example export

See example_export/ for an example.