serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
52 stars 5 forks source link

[Ebay Search API] Add support for `List` layout view #1953

Closed martin-serpapi closed 2 weeks ago

martin-serpapi commented 2 weeks ago

A high-volume customer requested that we provide seller information in the response. For some searches, a grid view is returned in the response and the seller information is not available:

image

Playground | Inspect

When the results are displayed in a List view, the seller information is available:

image

eBay

Intercom

btaunt commented 2 weeks ago

We now support a new parameter to set the view format (_dmd)

Screenshot 2024-09-20 at 11 48 44 AM Screenshot 2024-09-20 at 11 49 00 AM

Playground (List) | Playground (Grid)