Sam Kong
Sam Kong

Reputation: 5840

eBay: comparing similar items

I am developing an application which compares our items with competitors' items for prices, etc. Is there a way to search similar items? Currently we can do that manually using keywords but it's so tedious. We have 2000 auto part items.

Thanks.

Sam

Upvotes: 0

Views: 270

Answers (1)

zengr
zengr

Reputation: 38899

You need getSimilarItems() in the eBay Merchandising API. It takes eBay itemId and returns a list of items similar to that item.

Upvotes: 1

Related Questions