Naver Place Reviews Scraper
Pricing
$4.00 / 1,000 place reviews
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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}
| Field | Required | Description |
|---|---|---|
placeId | Conditional | Numeric Naver Place ID. |
url | Conditional | Public Naver Place URL used when placeId is absent. |
businessType | No | Optional type parsed from the URL when available. ID-only requests use the generic place type. |
maxReviews | No | Number of recent reviews to collect, from 1 to 100. |
cursor | No | nextCursor returned by a previous run. |
failOnError | No | Fail 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.