eBay Related Items API
eBay items that may be related to your search query are presented with "Browse related" items section. They can be seen on the right side of the search page.
The API endpoint is https://serpapi.com/search?engine=ebay
Head to the playground for a live and interactive demo.
API Examples
Results for: Coffee
{
...
"related_items": [
{
"title": "Coffee",
"link": "https://www.ebay.com/b/Coffee/185036/bn_1642204",
"thumbnail": "https://i.ebayimg.com/00/s/ODQ0WDExNzk=/z/PBcAAOSwcgNZJXh3/$_26.JPG"
},
{
"title": "Mr. Coffee Stainless Steel Coffee Machines",
"link": "https://www.ebay.com/b/Mr-Coffee-Stainless-Steel-Coffee-Machines/184665/bn_7756280",
"thumbnail": "https://i.ebayimg.com/00/$(KGrHqZHJEcFBfBDHOLZBQj8!LHCJw~~_26.JPG?set_id=89040003C1"
},
{
"title": "Coffee Pro Stainless Steel Coffee Machines",
"link": "https://www.ebay.com/b/Coffee-Pro-Stainless-Steel-Coffee-Machines/184665/bn_101682295",
"thumbnail": "https://i.ebayimg.com/00/$(KGrHqNHJCkFBkpTmhiJBQj8jwKN3Q~~_26.JPG?set_id=89040003C1"
},
],
...
}