Skip to main content
GET
/
rest
/
search
/
v3
curl -X GET "https://api.hibonsai.com/rest/search/v3/?q=humidifier" \
  -H "X-API-Key: YOUR_API_KEY_HERE"

Endpoint

GET /rest/search/v3/ GET /rest/search/v3/{shop_id}/

Query Parameters

q
string
required
Search query string.
shop_id
string
Filter to one or more shops.
products_only
boolean
default:"false"
Return only products when true.
skip_scoring
boolean
default:"false"
Skip LLM scoring when true.
curl -X GET "https://api.hibonsai.com/rest/search/v3/?q=humidifier" \
  -H "X-API-Key: YOUR_API_KEY_HERE"

Response

Response format is similar to Search v2 and may include additional fields.