Naver Place Reviews Scraper avatar

Naver Place Reviews Scraper

Pricing

$4.00 / 1,000 place reviews

Go to Apify Store
Naver Place Reviews Scraper

Naver Place Reviews Scraper

Collect up to 100 recent public visitor reviews from a Naver Place, including text, rating, author, owner reply, media, and pagination cursor.

Pricing

$4.00 / 1,000 place reviews

Rating

0.0

(0)

Developer

Battery

Battery

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Collect recent public visitor reviews from a Naver Place. Each review is saved as a separate Dataset row with its text, rating, public author details, owner reply, media thumbnails, and creation date.

What does this Actor do?

Enter a numeric Naver Place ID or a public Place URL. The Actor calls Naver Place's visitor-review data endpoint and collects up to 100 recent reviews per run. Use the returned nextCursor in another run to continue from the next page.

What data does it return?

  • Review ID, text, rating, and creation date
  • Public author ID and nickname
  • Owner reply when present
  • Review media thumbnail URLs
  • Place ID, business type, total review count, and pagination cursor
  • The verified WTM GraphQL collection source

Input

{
"placeId": "1234567890",
"maxReviews": 100
}
FieldRequiredDescription
placeIdConditionalNumeric Naver Place ID.
urlConditionalPublic Naver Place URL used when placeId is absent.
businessTypeNoOptional type parsed from the URL when available. ID-only requests use the generic place type.
maxReviewsNoNumber of recent reviews to collect, from 1 to 100.
cursorNonextCursor returned by a previous run.
failOnErrorNoFail the run when collection returns a server error.

Either placeId or url is required.

Output example

{
"reviewId": "review-123",
"rating": 5,
"body": "Great service.",
"created": "7.18.금",
"author": {
"id": "author-1",
"nickname": "visitor"
},
"reply": {
"body": "Thank you."
},
"media": [
{
"thumbnail": "https://example.com/review.jpg"
}
],
"mediaCount": 1,
"placeId": "1234567890",
"businessType": "place",
"source": "wtm_graphql",
"fallbackApplied": false,
"proxyUsed": true,
"httpStatus": 200
}

Pricing and limits

  • Price: $0.004 per successful place-review collection ($4 per 1,000 collections)
  • Up to 100 recent reviews per run
  • Every Naver GraphQL request uses a KR Residential proxy.
  • The collector retries the same GraphQL operation at most twice and does not switch to HTML or another data source.

This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Naver.