> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hibonsai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search v3

> Search products and contexts using the v3 endpoint

## Endpoint

`GET /rest/search/v3/`

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

## Query Parameters

<ParamField query="q" type="string" required>
  Search query string.
</ParamField>

<ParamField query="shop_id" type="string">
  Filter to one or more shops.
</ParamField>

<ParamField query="products_only" type="boolean" default="false">
  Return only products when `true`.
</ParamField>

<ParamField query="skip_scoring" type="boolean" default="false">
  Skip LLM scoring when `true`.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET "https://api.hibonsai.com/rest/search/v3/?q=humidifier" \
    -H "X-API-Key: YOUR_API_KEY_HERE"
  ```
</RequestExample>

## Response

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