eBay Popular Filters API

eBay search results often include popular_filters. These are filter cards that vary depending on the search query, and can be seen at the top of the search page directly above the organic results.


The API endpoint is https://serpapi.com/search?engine=ebay

Head to the playground for a live and interactive demo.

API Examples

JSON structure overview

{
  ...
  "popular_filters": [
    {
      "name": "String - Name of the popular filter",
      "parameter": "String - filter parameter value for subsequent searches",
      "link": "String - eBay link to the page with the popular filter applied",
      "serpapi_link": "String - Link to the search results in JSON by SerpApi"
    },
  ...
}