Naver Shopping Scraper
Under maintenancePricing
from $1.99 / 1,000 naver shopping scraper results
Naver Shopping Scraper
Under maintenanceScrape product search results from Naver Shopping (search.shopping.naver.com). Extracts product titles, prices, sellers, ratings, shipping info, and more. Ideal for price comparison, market research, and product monitoring in the Korean market.
Pricing
from $1.99 / 1,000 naver shopping scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
2
Monthly active users
8 days ago
Last modified
Categories
Share
Scrapes product search results from Naver Shopping. Extracts product titles, URLs, prices, brands, ratings, review counts, category paths, catalog status, and popularity metrics.
What this Actor collects
The Actor converts products, offers, and merchants into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 37-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Product and price monitoring
- Merchant research
- Commerce-catalog enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "노트북" | Product search query (Korean recommended) |
startUrls | array | No | [] | Pre-built Naver Shopping URLs |
maxItems | integer | No | 50 | Maximum number of products to scrape |
maxPages | integer | No | 5 | Maximum number of pagination pages to follow |
market | string | No | "ko-KR" | Locale tag for the search (e.g. ko-KR) |
proxyConfiguration | object | No | {"useApifyProxy":true} | Proxy configuration for the scraper |
Example input
{"query": "노트북","maxItems": 30,"maxPages": 3,"proxyConfiguration": {"useApifyProxy": false},"market": "ko-KR"}
Output
The default dataset contains one item per product result. The following are the most useful fields; availability can vary by source response.
| Field | Type | Description |
|---|---|---|
thumbnail | string | Thumbnail |
title | string | Title |
productUrl | string | Product URL |
brand | string | Brand |
price | string | Price |
priceNumeric | number | Price Numeric |
currency | string | Currency |
rating | number | Rating |
reviewCount | integer | Review count in verified local output |
popularity | integer | Popularity score in verified local output |
catalogStatus | string | Catalog Status |
position | integer | Position |
page | integer | Page |
searchQuery | string | Search Query |
source | string | Source |
domain | string | Domain |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"thumbnail": "https://shopping-phinf.pstatic.net/main_5904568/59045687982.20260226101155.jpg","title": "갤럭시 S26 5G 256GB [자급제]","productUrl": "https://cr3.shopping.naver.com/v2/bridge/searchGate?cat_id=50001519&frm=PBRSTCT&h=b34818b40e565deb429034d0b5f6c885bff5b479&nv_mid=59045687982&t=MRXH92AL","brand": "갤럭시","price": "1169640","priceNumeric": 1169640,"currency": "KRW","rating": 4.92,"reviewCount": 656,"popularity": 818,"catalogStatus": "EP","position": 1}