ActorStack.dev

Naver computes its own reputation aggregates. Use them before you build one.

Average rating, a ten-band star distribution, reviewer counts and a theme analysis with counts — all computed by Naver, and all cheaper than deriving them from raw reviews.

By Oswaldo Carabano6 min read
The front of a Korean restaurant, its name in Hangul above the entrance.
Photo: Ruby Huang on Pexels

Short answer

Naver publishes per-business reputation aggregates: average rating, the distribution across ten star bands, review and reviewer counts, image-review count, and its own theme analysis with counts — what visitors mention and how often. At $0.0008 per business they are far cheaper than collecting every review to compute the same thing, and the theme counts are not derivable from review text at all without a model.

Key points

  • The aggregates cost one detail request per business and are billed at $0.0008, against $0.00045 per individual review.
  • The ten-band star distribution shows shape, not just a mean — a 4.2 from polarised reviews is a different business from a 4.2 of consistent fours.
  • Naver's theme analysis carries counts, so "친절해요 63" is a measured tally rather than a tag.
  • For clinics, academies and pharmacies the average rating is absent, because Naver computes none for those verticals.
  • Aggregates cover the whole review history; a capped review sweep covers only what you paid to fetch.
On this page6 sections

Before you collect a million reviews to compute an average rating, check whether the platform already did it. Naver did — and it also computed something you could not have: a tally of what visitors mention.

What the aggregates contain

  • Average rating, where the vertical has one.
  • The distribution across ten star bands, not just the mean.
  • Review and reviewer counts, plus an image-review count.
  • Naver's theme analysis with counts — taste, price, atmosphere, friendliness and so on, each with how many visitors mentioned it.
  • Blog review count, a Korea-specific reputation channel.

One detail request per business, billed at $0.0008, and it covers the business's entire review history.

Why the distribution beats the mean

A 4.2 average can be a business that everyone finds decent, or one that half its visitors love and a quarter find unacceptable. Those are completely different businesses and the mean cannot tell them apart.

The ten-band distribution can. In practice the shape is the more actionable signal: a bimodal distribution on a restaurant usually means inconsistency, which is a different problem from being mediocre and needs a different response.

The theme analysis, with counts

This is the part you cannot reproduce cheaply. Naver publishes what visitors mention and how often — 친절해요 63 is sixty-three visitors saying the staff were kind, not a tag somebody attached.

Deriving that yourself means collecting every review and running topic extraction over Korean text, which is a model, a validation set and a maintenance burden. Naver's version arrives as a number.

The cost argument

ApproachCost per businessCovers
Reputation aggregates$0.0008The entire review history
200 reviews, to compute your own$0.09The 200 you paid for

Roughly a hundred times cheaper, and more complete. For a thousand businesses that is 80 cents against ninety dollars — and the ninety-dollar version has a smaller denominator.

Where the rating is missing entirely

For clinics, academies and pharmacies Naver computes no visitor review score, so the average is null. The reviewer and image-review counts are still there, which means engagement is measurable even where a score is not.

Do not substitute zero. A table where every pharmacy in Korea is rated 0.0 is worse than a table with an honest gap.

When you still need the reviews

Three cases where aggregates are not enough:

  1. You need the words. Complaint taxonomies, feature requests, competitor mentions — none of that survives aggregation.
  2. You need a time series. Aggregates are current; reviews carry visited_at, so only reviews show a business declining.
  3. You need receipt-verified only. The aggregate covers all reviews; filtering to verified ones requires the rows.

The efficient shape is usually both: aggregates across the whole market to find the businesses worth looking at, then reviews for the shortlist.

Frequently asked questions

Is it cheaper to use Naver's aggregates than to collect reviews?
Considerably. Aggregates are $0.0008 per business and cover the entire review history. Collecting reviews is $0.00045 each and each business needs its own paginated sweep, so a business with 200 reviews costs about 100 times more to summarise by hand.
What is in the theme analysis?
Naver's own tally of what visitors mention — cleanliness, friendliness, price, atmosphere — with counts attached. The counts are the useful part: they turn a tag cloud into a measurement.
Why is the average rating missing for some businesses?
Because Naver does not compute one for clinics, academies or pharmacies. The reviewer and image-review counts are still there, so engagement is measurable even where a score is not.

Sources

Every URL below was requested and returned a page on the date shown.

  1. Operator claimchecked 19 Aug 2026
    Naver Place Business & Reviews Scraper — Actor README and input schemaActorStack / Apify Store
  2. Platform docschecked 18 Aug 2026
    Dataset storageApify
A Seoul street lined with restaurants, their Korean signs stacked up the building fronts.
Naver PlaceExplainer

Reviews without identities

Every Naver review carries a nickname, a stable account id and a link to the reviewer's entire history. None of it is returned, and a test fails the build if it ever is.

7 min
A narrow Seoul street at night, lit by shopfront signage on both sides.
Naver PlaceGuide

Scrape Naver Place

Google Maps coverage in Korea is thin; Naver Place is where the data is. A walkthrough of querying it, and of the padding you have to remove before the results mean anything.

9 min
A Seoul street lined with restaurants, their Korean signs stacked up the building fronts.
Naver PlaceGuide

Korean search terms

Naver's search is Korean-first. The choice of term decides coverage more than any other input, and the region list decides whether the results are where you think they are.

6 min