serpapi / public-roadmap

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

[Ebay Search API] Support filtering products located in different countries #1571

Closed marm123 closed 2 months ago

marm123 commented 2 months ago

Ebay allows filtering results by the location of given products. This is done with the _salic and LH_LocatedIn parameters, where the first one defines the country code of a location. The second parameter needs to be included, and the value looks to always be 1, so it's likely a condition specifying if the filter should be applied or not.

It's a request from one of our high-volume customers

Search for products located in the United States: image

Search for products located in Australia: image

Search for products located in Burkina Faso:

image

Playground | Inspect | Ebay Intercom

btaunt commented 2 months ago

This feature has been added. We now allow location (country) based searches using the _salic parameter:

Screenshot 2024-05-03 at 11 08 10 AM

References