Naver Smart Store Product Detail avatar

Naver Smart Store Product Detail

Pricing

$2.00 / 1,000 product details

Go to Apify Store
Naver Smart Store Product Detail

Naver Smart Store Product Detail

Get product, price, discount, stock, category, store, image, and review data from Naver Smart Store and Brand Store URLs.

Pricing

$2.00 / 1,000 product details

Rating

0.0

(0)

Developer

Battery

Battery

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

2 days ago

Last modified

Share

Get product, price, discount, stock, category, store, image, and review data from Naver Smart Store and Brand Store URLs.

What does this Actor do?

Submit one product URL or a batch. The Actor processes each supported URL independently and creates one Dataset row per product.

What data does it return?

  • Product ID, name, brand, and four-level category path
  • Sale price, discounted price, discount ratio, and stock quantity
  • Store type, store name, channel, and seller grade
  • Average review score and total review count
  • Representative image, delivery fee, tags, and Naver Shopping ID
  • Product, merchant, category, and channel IDs

Input

{
"startUrls": [
{ "url": "https://brand.naver.com/example/products/1234567890" },
{ "url": "https://smartstore.naver.com/example/products/9876543210" }
],
"requestTimeoutSeconds": 30,
"failOnError": true
}
FieldRequiredDefaultDescription
urlConditional-One Smart Store or Brand Store product URL.
startUrlsConditional-Product URL list for batch processing.
requestTimeoutSecondsNo30Timeout per request, from 5 to 120 seconds.
includeRawDetailNofalseInclude the parsed source payload.
debugNetworkNofalseInclude sanitized request diagnostics.
failOnErrorNotrueStop the batch on the first failed URL. Set false only to store per-URL errors and keep the run successful.

Output example

{
"status": "ok",
"url": "https://brand.naver.com/example/products/1234567890",
"productId": "1234567890",
"productName": "Example Product",
"store_type": "brand",
"store_name": "example",
"wholeCategoryName": "Home > Kitchen",
"salePrice": 39000,
"discountedPrice": 32900,
"discountRatio": 15,
"stockQuantity": 42,
"averageReviewScore": 4.8,
"totalReviewCount": 1280
}

Pricing and limits

  • Price: $0.002 per successfully processed product URL ($2 per 1,000 products)
  • Billing event: one successful product-detail result
  • Actor compute and the KR Residential proxy are included in the event price.
  • Only public Smart Store and Brand Store product URLs are supported.
  • Adult products requiring authentication are returned as error items.

Troubleshooting

  • Unsupported URL: use a URL containing /products/{productId} on smartstore.naver.com or brand.naver.com.
  • adult_product: the product requires Naver authentication and is not supported.
  • Large batch has mixed results: keep failOnError disabled to store one error item per failed URL.

Disclaimer

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