cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

filter Parts Only items

Is there any way to filter out items listed as Parts Only while searching. Some cell phone listings have at least 20 Parts Only to 1 functional phone.

Message 1 of 18
latest reply
17 REPLIES 17

Re: filter Parts Only items

"In searching, the trick is to strike a balance between false positives (the search finds things you aren't interested in) and false negatives (the search eliminates things that you are interested in). For really rare items, it's better to wade through some false positives to find a gem, than it is to miss it completely with too narrow a search. For more common items, as long as there are good options to choose from, I don't necessarily mind if I'm not seeing every possible match."

I take the same tack, however, I come from a career working with relational database searces and understand how it SHOULD work. eBay could have their database return a search results list the same way, allowing boolean operators AND, OR and NOT to be used at any time, but "for parts or repair" (which is buried in the record somewhere and not in the description) becomes a mutually exclusive modifier when used with the other boolean operator search terms already in the search rather than being merged with them. Doesn't have to be this way. A programmer chose this way for whatever reason and management OK'd it. It's a programming issue.
Message 16 of 18
latest reply

Re: filter Parts Only items

I haven't tested this fully, but think it works and leave it to you to play with it.

 

You can manually add filter parameters to the search URL even when those options are not available on th left hand filter nav menu. Note that adding some of these will produce odd results on the left nav menu and in the filter list above the search that you pretty much have to ignore. (for example, adding "parts or not working" filter via URL parameter in a search where that filter isn't an option on left nav produces a "used" filter indication or a second one if "used" was also specified on left nav and in filter list, etc)

 

Control the search by modifying the URL and/or removing filters via the X "close" options above the search.

 

Example fixed up URL:

https://www.ebay.com/dsc/i.html?_sop=1&_nkw=iphone+6+-kit+-case+silver+Plus&LH_PrefLoc=1&LH_ItemCond...

 

_sop=1   is ending soonest filter     LH_Prefloc=1  is US Only

 

The LH_ItemCondition parameter is the one we are interested in. In the URL above, ALL the possible condition filters are chained together ( with | ) but with the "Parts or Not Working" option not included. That does what you want - everything but "Parts or Not Working"

 

To see only "Parts or not working" when that filter option isn't present something like this would work:

https://www.ebay.com/dsc/i.html?_sop=1&_nkw=iphone+6+-kit+-case+silver+Plus&LH_PrefLoc=1&LH_ItemCond...

 

 

Here are the Condition values I hunted down (there may be others):

LH_ItemCondition
----------------------------
10	Not Specified
1000	New
1500	New Other
2000	Manufacture Refurbished
2500	Seller Refurbished
3000	Used
7000	For Parts or Not Working

Here are some other search URL parameters that can be used to force search to do what you want (bookmarked searches can be constructed with them to "seed" searches with particular properties even if eBay GUI won't let you, or bookmarklets can be created, or Redirector filter rules can be constructed)

eBay Search URL parameters

In search page URLs:

View (top right next to Sort)
-------------------------------
_dmd=2	gallery view
_dmd=1	list view
_dmd=0	list view
not present	list view


Item Location (left navbar)
------------------------------
LH_PrefLoc=0	default
LH_PrefLoc=1	US Only
LH_PrefLoc=2	Worldwide

PrefLoc=0	  default
PrefLoc=1	  US Only
PrefLoc=2	  Worldwide

_sadis=15  	Within search distance

_stpos=95825	Within reference zipcode


Include description (top under searchbar)
---------------------------------------------
LH_TitleDesc=0	don't include
LH_TitleDesc=1	include

Price (left navbar)
---------------------
_udlo=20
_udhi=50

Items per page
------------------------
_ipg=10,50,100,200


Sort: (top right)
------------------------
_sop=1    Time: Ending soonest
_sop=7    Distance: Nearest First
_sop=10  Time: Newly listed
_sop=12  Best Match
_sop=13  Ended Recently
_sop=15  Price+Shipping: lowest first
_sop=16  Price+Shipping: highest first


_sofindtype=nn
------------------------------
25 = by seller
  2 = by seller
&_fcm=1  for close matches?

  3 = by bidder
  9 = contact info
  5 = 

LH_ItemCondition
----------------------------
10    	Not Specified
1000	New
1500	New Other
2000	Manufacture Refurbished
2500	Seller Refurbished
3000	Used
7000	For Parts or Not Working


---------------------------------------
If "Sold Listings" and "Complete Listings" checkboxes are grayed out probably
because "Include Description" box is checked.

 

This could all be implemented with a GreaseMonkey script that could provide all the Condition (or even other) options on the left nav menu all the time, and even fix up the bogus and duplicated left nav indicators and filter list indicators that result from the forced filters, but it's WAY too much work and addresses a moving target. (I'm not doing it, but anyone else is welcome to have at it.) I'll stick to customized bookmarks and simple bookmarklets for my uses.

 

 

If this doesn't address the problem then never mind grin

Message 17 of 18
latest reply

Re: filter Parts Only items

You are on point. There's a lot of stuff that proper programming with these ever more powerful RDBMSs have in there, but someone is choosing a lazy option which is making us the users extremely miserable. I also have come to notice that ebay has of late developed a habit of fake listings/postings of non-existent items (priced properly) allowing the completion of transactions only to end up with an annoying reversal later on, which does not reverse some bits of the money sent through. This too is something that can be prevented by applying some BI, DM and a little bit of AI onto those powerful RDBMSs.
Message 18 of 18
latest reply