memorezguy AuctionSieve regular
Joined: 25 Jan 2008 Posts: 13
|
Posted: Sat Aug 24, 2024 8:35 pm Post subject: Search by Image |
|
|
I noticed that eBay makes their searchbyImage function available via API: https://developer.ebay.com/api-docs/buy/browse/resources/item_summary/methods/searchByImage
I'm wondering Nev if you've ever considered supporting such a feature? Perhaps a variant of a current sieve where you can associate an optional single saved image with each search in the sieve? The exciting thing is that you can make such a search more effective than the eBay app itself because they only allow you to search by image or by string input/query but not both. You could do both because:
POST https://api.ebay.com/buy/browse/v1/item_summary/search_by_image?
charity_ids=string&
fieldgroups=string&
category_ids=string&
filter=FilterField&
sort=SortField&
limit=string&
offset=string&
aspect_filter=AspectFilter& |
|