Ebay - Remove listings with multiple prices

Removes those annoying price range listings from search results

< 脚本Ebay - Remove listings with multiple prices的反馈

提问/评论

§
发表于:2020-11-08

Not working for me I'm afraid, just tried it with this site:

https://www.ebay.co.uk/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=double+quilt+cover&_sacat=0&_sop=15&_ipg=200&LH_BIN=1

And the first result clearly has multiple options at different prices within it. I can the script it correctly ordering by Best Price + P&P, and setting the number of items to 200. Any idea what's going wrong here?

Thanks for all the work!

jous作者
§
发表于:2020-11-13

I suspect ebay has introduced a new type of item list. See the second screencapture in the bottom of this page: https://gf.qytechs.cn/en/scripts/370761-ebay-remove-listings-with-multiple-prices

The item list has to have the "to" mentioned in the price, eg. "EUR 0.63 to EUR 4.99". The language or currency does not matter because the script checks the css style of the word "to". If ebay does not show that the price is variable in the list of items, the script cannot hide those items. If so, the only alternative left is to load all of those item pages individually and check every one if the price is fixed. In your case that would mean loading over 200 web pages. I would estimate an lowball load time for that to be 5s*200 = 1000s = 16 minutes.

Yea... It could be possible to be a bit faster, but that solution would definetly not fall in the category of "simple script" anymore. I haven't looked very hard if there's any difference in the listing page between items with solid prices and items with variable prices.

I have witnessed that ebay shows at least 3 different but similar looking types of item lists. I haven't found out why and when you're going to see them. Two of them can be fixed with this script.

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址