Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.08 KB

File metadata and controls

30 lines (18 loc) · 1.08 KB

LocalFinderRequest

Properties

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]

Enum: TimeFilterEnum

Name Value
ANY "any"
OPEN_NOW "open_now"