Text search
GET /search
This endpoint allows you to search for products based on parameters such as query, price range, sorting order, and more.
Headers
Header
Type
Description
Authorization
string
Bearer token.
Query parameters
Parameter
Type
Description
count
integer
Number of products to return per page. The default is 20. The maximum is 250.
page
integer
Page number of pagination. The default is 1.
q
string
Search query.
priceRange
array
Price range filter [minPrice, maxPrice].
sort
string
Sorting field: price:relevance.
order
string
Sorting order: asc or desc.
imageId
string
Image search identifier.
Example request
GET https://zues.searchagora.com/api/v1/search?q=red%20shoes
Response
Last updated