Text search trial
GET /search/trial
This endpoint provides a trial version of the product search feature. You can search for products with fewer parameters.
Headers
No headers required.
Query parameters
Parameter
Type
Description
q
string
Search query.
priceRange
array
Price range filter [minPrice, maxPrice].
sort
string
Sorting field: price:relevance.
order
string
Sorting order: asc or desc.
Example request
GET https://zues.searchagora.com/api/v1/search/trial?q=query&priceRange=[100,1000]&sort=price:relevance&order=desc
Response
Last updated
Was this helpful?