Filters API

Faceted filtering that actually works. Because the data is right.

The Prodx Filters API returns accurate, enriched filter facets for any set of products. Every product is mapped to its correct filter options across Category, Diet & Lifestyle, Brand, Type, Section, and Form. Filters are generated from Prodx’s enriched data, not raw retailer metadata.

Why Static Filtering Breaks Trust

Most grocery filter menus are not generated from the actual products being shown. The result is clutter, dead ends, and low confidence.

Irrelevant Options

The same filter menu appears whether the shopper is browsing bread or baby formula.

Missing Relevant Facets

If the right filters are absent, the experience feels incomplete.

Low Trust in Results

Bad filters create zero-result combinations and wasted clicks.

How Prodx Generates Context-Aware Filters

Prodx uses structured product data to return dynamic filters based on the actual products in view, with mapped product-to-filter relationships across category, diet, brand, type, section, and form.
  • Pass product IDs from a search or category result set.
  • Return available filter facets with valid options tied to the products in view.
  • Provide a product-options map showing exactly which filters apply to each product.
  • Use structured product categories, quality types, and product-level quality tagging.
  • Support consistent shopper refinement across search and category browsing.

Measurable Impact

Accurate filters mean shoppers can trust the results they see. Retailers using Prodx Filters see fewer zero-result filter combinations and higher filter usage rates, which directly correlates with higher conversion.

Higher

Filter usage
Accurate facets encourage shoppers to refine confidently.

Fewer

Zero-result combinations
Results stay aligned with the valid options presented.

Better

Trust in browse and search
The UI reflects the actual catalog slice on screen.
How a Top-10 Grocer Transformed Their Search Experience
See how structured product data eliminated "no results" pages and drove a measurable lift in online conversion.

Technical Specifications

Every Prodx API is designed for real-world retail environments — high volume, low latency, and continuous data updates. From authentication to uptime guarantees, everything is engineered to integrate cleanly and scale with your business.
Response Format
JSON
Authentication
API key (provided at onboarding)
Rate Limits
Configured per retailer at contract level
Hosting
Prodx-managed cloud infrastructure
Latency
Sub-200ms typical response times
Availability
99.9% + uptime SLA
Data Refresh
Continuous. Product data updates propagate within minutes of catalog changes.
Integration
RESTful API. Standard HTTPS. No SDKs required.
Onboarding
Three weeks typical. Send us your product feed, we handle the rest.
Support
Dedicated account team. Direct engineering access for integration questions.
GET /v1/filters?catalogId=GEN_CATALOG &productIds=960038380
{
  "filters": [
    {
      "id": "CATEGORY",
      "name": "Category",
      "filterOptions": [
        { "id": "SLICED_BREAD", "name": "Sliced Bread" }
      ]
    },
    {
      "id": "DIET_AND_LIFESTYLE",
      "name": "Diet & Lifestyle",
      "filterOptions": [
        { "id": "NON-GMO", "name": "Non-GMO" },
        { "id": "KOSHER", "name": "Kosher" },
        { "id": "ORGANIC", "name": "Organic" }
      ]
    },
    {
      "id": "BRAND",
      "name": "Brand",
      "filterOptions": [
        { "id": "DAVES_KILLER", "name": "Dave's Killer" }
      ]
    },
    {
      "id": "TYPE",
      "name": "Type",
      "filterOptions": [
        { "id": "WHOLE_GRAIN", "name": "Whole Grain" }
      ]
    }
  ],
  "productOptions": {
    "960038380": [
      "CATEGORY:SLICED_BREAD",
      "DIET_AND_LIFESTYLE:NON-GMO",
      "DIET_AND_LIFESTYLE:KOSHER",
      "DIET_AND_LIFESTYLE:ORGANIC",
      "BRAND:DAVES_KILLER",
      "TYPE:WHOLE_GRAIN"
    ]
  },
  "filtersRequest": {
    "catalogId": "GEN_CATALOG",
    "productIds": "960038380"
  }
}

Ready to see what the Filters API can do with your catalog?

Send us your product feed and we'll show you results in weeks.
The data infrastructure everything runs on.
Product data infrastructure for America's leading grocery retailers.
hello@prodx.com
© 2026 Prodx. All rights reserved.