scrape ebay(.de) for competitors listings and compare the price to own ebay shop
Go to file
Hendrik Schutter 859542119e fix auction listings 2023-01-11 19:18:48 +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 added example export 2023-01-10 19:29:30 +01:00
compare.py fix auction listings 2023-01-11 19:18:48 +01: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 completed startpage 2022-07-21 00:01:48 +02:00
helper.py fix useragent and better random useragents 2023-01-11 18:09:03 +01:00
scrape_listing.py fix auction listings 2023-01-11 19:18:48 +01:00
search_eBay.py fix auction listings 2023-01-11 19:18:48 +01: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.zip for an example.