docs / naver

Naver

Korean business listings, reviews and ratings.

base /naver/v15 endpoints
post/naver/v1/place/search1 credit

search places by query

ParameterAllowed / rangeDescription
queryrequiredKorean search text (e.g. a business name or 'area + cuisine'). Used to find places, or to resolve a place_id when one isn't given.
limit = 10optional1–Maximum number of places to return.
Try in playground →
post/naver/v1/place/detail1 credit

full place profile (rating, phone, hours, images)

ParameterAllowed / rangeDescription
place_idrequiredNaver Place numeric id (from place/search results or place/resolve).
queryoptionalKorean search text (e.g. a business name or 'area + cuisine'). Used to find places, or to resolve a place_id when one isn't given.
Try in playground →
post/naver/v1/place/reviews1 credit

visitor reviews (paginated)

ParameterAllowed / rangeDescription
place_idrequiredNaver Place numeric id (from place/search results or place/resolve).
limit = 50optional1–Maximum reviews to collect (capped by Naver).
page_size = 20optional1–50Reviews fetched per page (1-50). Tuning knob; does not change totals.
sort = recentoptionalrecent · RECENT · RECOMMEND · RATINGVisitor-review ordering (Naver reviewSort). The engine also unions across sorts internally to maximize coverage.
queryoptionalKorean search text (e.g. a business name or 'area + cuisine'). Used to find places, or to resolve a place_id when one isn't given.
Try in playground →
post/naver/v1/place/blog-reviews1 credit

blog reviews

ParameterAllowed / rangeDescription
place_idrequiredNaver Place numeric id (from place/search results or place/resolve).
limit = 50optional1–Maximum blog reviews to collect.
page_size = 20optional1–50Reviews fetched per page (1-50). Tuning knob; does not change totals.
queryoptionalKorean search text (e.g. a business name or 'area + cuisine'). Used to find places, or to resolve a place_id when one isn't given.
Try in playground →
post/naver/v1/place/resolve1 credit

resolve a query → place_id

ParameterAllowed / rangeDescription
queryrequiredKorean search text (e.g. a business name or 'area + cuisine'). Used to find places, or to resolve a place_id when one isn't given.
place_idoptionalNaver Place numeric id (from place/search results or place/resolve).
Try in playground →