Naver Shopping Scraper avatar

Naver Shopping Scraper

Under maintenance

Pricing

from $1.99 / 1,000 naver shopping scraper results

Go to Apify Store
Naver Shopping Scraper

Naver Shopping Scraper

Under maintenance

Scrape 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

8 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYes"노트북"Product search query (Korean recommended)
startUrlsarrayNo[]Pre-built Naver Shopping URLs
maxItemsintegerNo50Maximum number of products to scrape
maxPagesintegerNo5Maximum number of pagination pages to follow
marketstringNo"ko-KR"Locale tag for the search (e.g. ko-KR)
proxyConfigurationobjectNo{"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.

FieldTypeDescription
thumbnailstringThumbnail
titlestringTitle
productUrlstringProduct URL
brandstringBrand
pricestringPrice
priceNumericnumberPrice Numeric
currencystringCurrency
ratingnumberRating
reviewCountintegerReview count in verified local output
popularityintegerPopularity score in verified local output
catalogStatusstringCatalog Status
positionintegerPosition
pageintegerPage
searchQuerystringSearch Query
sourcestringSource
domainstringDomain

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
}