scrape ebay(.de) for competitors listings and compare the price to own ebay shop
Go to file
2024-08-18 23:08:16 +02:00
html start page 2022-07-20 23:21:01 +02:00
.gitignore updated ignore 2022-07-20 20:33:02 +02:00
compare.py increase how often a fetch is tried 2024-08-18 23:08:16 +02:00
eBayCompetitorPriceCompare.code-workspace search ebay and get product id as return 2022-05-31 09:57:03 +02:00
example_export.zip added example export 2023-01-10 19:29:30 +01:00
export_html.py only compare items in same category 2024-08-18 22:49:48 +02:00
helper.py only compare items in same category 2024-08-18 22:49:48 +02:00
LICENSE Initial commit 2022-05-30 21:46:34 +02:00
README.md added example export 2023-01-10 19:29:30 +01:00
scrape_listing.py only compare items in same category 2024-08-18 22:49:48 +02:00
search_eBay.py only compare items in same category 2024-08-18 22:49:48 +02:00
search_seller.py only compare items in same category 2024-08-18 22:49:48 +02:00
template_html.py fix date on startpage 2022-07-21 00:10:07 +02:00

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.zip for an example.