filter for ebay search

This commit is contained in:
Hendrik Schutter 2022-06-04 15:36:41 +02:00
parent 5f6df37c33
commit 0691418365
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def search(search_term, max_pages):
while not last_result_page:
result_page_added = 0
url = 'https://www.ebay.de/sch/i.html?_from=R40&_nkw=' + search_term.replace(" ", "+") + '&_sop=10&LH_PrefLoc=3&LH_BIN=1&_pgn=' + str(page_counter)
url = 'https://www.ebay.de/sch/i.html?_from=R40&_nkw=' + search_term.replace(" ", "+") + '&_sop=10&LH_PrefLoc=1&LH_SellerType=2&LH_BIN=1&_pgn=' + str(page_counter)
#print ("Web Page: ", url)