| Name | Type | Description | Notes |
|---|---|---|---|
| query | String | Search query to inspect. | |
| location | SerpListLocation | [optional] | |
| language | String | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| limit | Integer | Number of results to return, matching the limit parameter used across other UnifAPI endpoints. Maps to result depth. | [optional] |
| view | SerpListView | [optional] | |
| device | SerpListDevice | [optional] | |
| os | SerpListOs | [optional] | |
| minRating | BigDecimal | Filter results to places with at least this average rating. | [optional] |
| timeFilter | TimeFilterEnum | Filter results by open hours. open_now keeps only places open at request time. | [optional] |
| Name | Value |
|---|---|
| ANY | "any" |
| OPEN_NOW | "open_now" |