Naver Shopping Scraper – Products, Prices & Reviews
Pricing
from $1.50 / 1,000 product results
Naver Shopping Scraper – Products, Prices & Reviews
Scrape Naver Shopping products by Korean or English keyword, or by URL. Returns 190+ fields per product, including prices, discounts, seller, ratings, reviews, category path, brand, shipping, and cross-mall price comparison.
Pricing
from $1.50 / 1,000 product results
Rating
0.0
(0)
Developer
AbotAPI
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
a day ago
Last modified
Categories
Share
Naver Brand Store Scraper
Scrape the full product catalog of any Naver Brand Store (brand.naver.com). Give it one or more store slugs or URLs and get clean, structured product data: price, discount, stock, rating, reviews, brand, maker, seller, full category path, delivery, and images, with the complete raw object kept on every record. Optional per-product review detail.
Why this scraper?
- 36+ structured fields per product, plus the full raw object so nothing is dropped.
- Whole-catalog coverage. Paginates each store and pulls every listed product.
- Real discount prices, not just the list price (the actual member/immediate discounted price).
- Rich detail: rating and review counts, stock, brand and maker, seller, full category path, delivery type, arrival guarantee, today-delivery flags.
- Multiple stores per run, with sort by popular, newest, price, reviews, or best-selling.
- Optional app export: pipe results into Notion, Linear, Airtable, or Apify via MCP connectors.
Data you get
Sample shape: values are illustrative placeholders, not from a live listing.
| Field | Example |
|---|---|
| productName | Sample Product Title |
| productNo | 00000000000 |
| salePrice | 23800 |
| discountedPrice | 21420 |
| stockQuantity | 1900 |
| averageRating | 4.9 |
| totalReviews | 1144 |
| brand | Sample Brand |
| maker | Sample Maker |
| sellerName | Sample Official Store |
| sellerId | samplestore |
| categoryName | Chocolate |
| categoryPath | ["Food", "Candy", "Chocolate"] |
| freeDelivery | true |
| arrivalGuarantee | true |
| productUrl | https://brand.naver.com/samplestore/products/00000000000 |
| imageUrl | https://shop-phinf.pstatic.net/00000000/000000000.jpg |
| crawledAt | 2026-01-01T00:00:00.000Z |
Each product also carries a raw object with the complete upstream item, and (when fetchReviews is on) a reviewDetail object.
How to use
One store:
{ "brandStores": ["marschoco"], "maxItems": 100 }
Several stores, cheapest first:
{ "brandStores": ["marschoco", "nike"], "sort": "price_asc", "maxItems": 200 }
Store URL form, with review detail:
{ "brandStores": ["https://brand.naver.com/marschoco"], "fetchReviews": true, "maxItems": 50 }
Input parameters
Two ways to choose stores: Search mode (default) takes brand store names (slugs), URL mode takes full brand.naver.com store links. Either way, each store's catalog is scraped.
| Parameter | Type | Default | Description |
|---|---|---|---|
| mode | string | search | search = brand store names; url = brand store links |
| brandStores | array | ["marschoco"] | Brand store slugs or brand.naver.com URLs (Search mode) |
| startUrls | array | (none) | Full brand.naver.com store URLs (URL mode) |
| sort | string | popular | popular, recent, price_asc, price_desc, review, sales |
| fetchReviews | boolean | false | Also fetch per-product review detail |
| maxItems | integer | 20 | The single result cap (split across stores); 0 = unlimited |
| proxy | object | RESIDENTIAL, KR | Connection configuration (see below) |
| mcpConnectors | array | (none) | Optional MCP connectors to export into |
| notionParentPageUrl | string | (none) | Parent page for the Notion export |
| maxNotifyListings | integer | 50 | Cap on items exported per connector |
Output example
Sample shape: values are illustrative placeholders, not from a live listing.
{"productNo": "00000000000","channelProductId": "00000000000","productName": "Sample Product Title","productUrl": "https://brand.naver.com/samplestore/products/00000000000","imageUrl": "https://shop-phinf.pstatic.net/00000000/000000000.jpg","salePrice": 23800,"discountedPrice": 21420,"stockQuantity": 1900,"averageRating": 4.9,"totalReviews": 1144,"brand": "Sample Brand","maker": "Sample Maker","sellerName": "Sample Official Store","sellerId": "samplestore","categoryName": "Chocolate","categoryPath": ["Food", "Candy", "Chocolate"],"freeDelivery": true,"arrivalGuarantee": true,"brandSlug": "samplestore","crawledAt": "2026-01-01T00:00:00.000Z","raw": { "...": "complete upstream item" }}
Send results into your apps (MCP connectors)
Optionally pipe results into the tools you already use. Authorize a connector under Apify, Settings, Integrations, then select it in the mcpConnectors input. For Notion, also set notionParentPageUrl and a page is created per product. The connector receives a condensed summary per product; the complete record always stays in the Apify dataset. Leaving mcpConnectors empty skips this entirely.
Plan requirement
Naver brand stores only accept Korea residential connections, so the default proxy is RESIDENTIAL with country KR, which requires an Apify Starter plan or higher. Datacenter connections and non-Korea exits are rejected by the source. If you run on a plan without residential proxy, the run finishes with a single record explaining the requirement.