RecomNext
Use CasesFeaturesHow it WorksWhy RecomNextPricingResourcesAPI DocsLogin

Search and discovery

Beyond carousels: hybrid search combines natural language queries with vector similarity and automatic nextQL filter extraction. Personalized search reranks with user affinity.

API base URLs
Engine API base URLAdmin UI
https://api.recomnext.comhttps://admin.recomnext.com

Use the engine base URL as baseUrl in widgets and SDKs.

Logic types for search
SettingTypeDefaultDescription
search + hybrid-searchalgorithmVector + parsed filters + facets in response.
search + personalized-searchalgorithmHybrid search with user-personalized reranking.
Scenario-based search tuning

Create a search scenario with default filters (e.g. in-stock rule, category restrictions) and passscenario on search requests where supported. Combine with rules for global constraints.

Auth note

Search endpoints are typically called from your backend with an API key. Browser public HMAC has a narrower write surface — prefer a BFF for search if credentials cannot live in the client.

Related guides
ScenariosUnified APIAPI — Recommendations