Extract product data, benefits, and search results from Naver Smart Store and Brand Store with our reliable, high-performance scraping API. Get structured data from Korea's largest e-commerce platform.
$1.5 CPM - No volume limits, no hidden fees. Pay only for what you use.
Extract everything you need from Naver's e-commerce ecosystem
Extract detailed product information, pricing, availability, and metadata from Naver Smart Store channels.
Access promotional benefits, discounts, and special offers associated with specific products.
Get category-specific benefits and promotions organized by product types and classifications.
Access official brand store information, product catalogs, and brand-specific promotions.
Perform comprehensive product searches across Naver Shopping with advanced filtering and sorting options.
Get fresh, up-to-date information with our high-performance scraping infrastructure.
Simple, RESTful endpoints for all your Naver data needs
/v1/products?url=https://brand.naver.com/n/v2/channels/2sWDvfJXl0MkfnLYNaaXS/products/4685898105
/v1/search/all?url=https://search.shopping.naver.com/search/all?query=캘리퍼스
/v1/benefits?url=https://smartstore.naver.com/i/v2/channels/2sWDxmRmJ9IzV2aGPs1lp/product-benefits/11867695881
/v1/categories?url=https://smartstore.naver.com/i/v2/channels/2sWDxmRmJ9IzV2aGPs1lp/benefits/by-products/123456
Real-time monitoring of our Naver scraping infrastructure
Pay only for what you use, scale as you grow
Join hundreds of businesses already using our Naver scraping API for their data needs. Get started in minutes with our simple setup process.
Contact UsFull reference guide for all Naver API endpoints
/v1/naver/search/all - Search for products on search.shopping.naver.com
url (search URL)/v1/naver/products - Get product information from brand.naver.com or smartstore.naver.com
url, referer/v1/naver/product-benefits - Get product benefits with POST data
url, referer, naver_bodyurl - Search URL from search.shopping.naver.com# search.shopping.naver.com
# required: search url
curl --location 'https://api.doreq.com/v1/naver/search/all?url=https%3A%2F%2Fsearch.shopping.naver.com%2Fsearch%2Fall%3FadQuery%3D%EC%BA%98%EB%A6%AC%ED%8D%BC%EC%8A%A4%26catId%3D50003432%26maxPrice%3D100000%26minPrice%3D100%26origQuery%3D%EC%BA%98%EB%A6%AC%ED%8D%BC%EC%8A%A4%26pagingIndex%3D1%26pagingSize%3D40%26productSet%3Dtotal%26query%3D%EC%BA%98%EB%A6%AC%ED%8D%BC%EC%8A%A4%26sort%3Ddate%26timestamp%3D%26viewType%3Dlist' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic {your basic auth}'
url - Product URLreferer - Referer URL# products - brand.naver.com
# required: url, referer
curl --location 'https://api.doreq.com/v1/naver/products?url=https%3A%2F%2Fbrand.naver.com%2Fn%2Fv2%2Fchannels%2F2sWDvfJXl0MkfnLYNaaXS%2Fproducts%2F4685898105%3FwithWindow%3Dfalse&referer=https%3A%2F%2Fbrand.naver.com%2Fdrbrian%2Fproducts%2F4685898105' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic {your basic auth}'
# products - smartstore.naver.com
# required: url, referer
curl --location 'https://api.doreq.com/v1/naver/products?url=https%3A%2F%2Fsmartstore.naver.com%2Fi%2Fv2%2Fchannels%2F2sWDvOMJt8KO2RJAoa750%2Fproducts%2F294040523%3FwithWindow%3Dfalse&referer=https%3A%2F%2Fsmartstore.naver.com%2Fseragio%2Fproducts%2F294040523' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic {your basic auth}'
# benefits by products - smartstore.naver.com
# required: url, referer
curl --location 'https://api.doreq.com/v1/naver/products?url=https%3A%2F%2Fsmartstore.naver.com%2Fi%2Fv2%2Fchannels%2F2sWE0qapBw6iu6ffqtG6N%2Fbenefits%2Fby-products%2F8093075002%3FcategoryId%3D50018321&referer=https%3A%2F%2Fsmartstore.naver.com%2Femart_delivery%2Fproducts%2F8131877184' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic {your basic auth}'
# benefits by products - brand.naver.com
# required: url, referer
curl --location 'https://api.doreq.com/v1/naver/products?url=https%3A%2F%2Fbrand.naver.com%2Fn%2Fv2%2Fchannels%2F2sWDvfJXl0MkfnLYNaaXS%2Fbenefits%2Fby-products%2F4685898105%3FwithWindow%3Dfalse&referer=https%3A%2F%2Fbrand.naver.com%2Fdrbrian%2Fproducts%2F4685898105' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic {your basic auth}'
url - Product benefits URLreferer - Referer URLnaver_body - POST body containing product details# product benefits with POST data
# required: url, referer, naver_body
curl --location 'https://api.doreq.com/v1/naver/product-benefits' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic {your basic auth}' \
--data '{
"url": "https://smartstore.naver.com/i/v2/channels/2sWDxmRmJ9IzV2aGPs1lp/product-benefits/11867695881",
"referer": "https://smartstore.naver.com/opi/products/11867695881",
"naver_body": {
"product": {
"id": "11867695881",
"benefitsView": {
"discountedSalePrice": 17500,
"mobileDiscountedSalePrice": 17500,
"dispDiscountedSalePrice": 17500,
"sellerImmediateDiscountAmount": 0,
"mobileSellerImmediateDiscountAmount": 0,
"managerImmediateDiscountAmount": 0,
"mobileManagerImmediateDiscountAmount": 0,
"specialDiscountAmount": {},
"discountedRatio": 0,
"mobileDiscountedRatio": 0,
"dispDiscountedRatio": 0,
"sellerPurchasePoint": 0,
"mobileSellerPurchasePoint": 0,
"sellerCustomerManagementPoint": 0,
"mobileSellerCustomerManagementPoint": 0,
"managerPurchasePoint": 175,
"mobileManagerPurchasePoint": 175,
"managerPurchaseExtraPoint": 0,
"mobileManagerPurchaseExtraPoint": 0,
"managerPaymoneyAccumulatePoint": 262,
"mobileManagerPaymoneyAccumulatePoint": 262,
"managerBankbookAccumulatePoint": 87,
"mobileManagerBankbookAccumulatePoint": 87,
"managerArrivalGuaranteePoint": 0,
"mobileManagerArrivalGuaranteePoint": 0,
"managerMembershipArrivalGuaranteePoint": 0,
"mobileManagerMembershipArrivalGuaranteePoint": 0,
"generalPurchaseReviewPoint": 0,
"premiumPurchaseReviewPoint": 0,
"managerGeneralPurchaseReviewPoint": 50,
"managerPremiumPurchaseReviewPoint": 150,
"textReviewPoint": 0,
"photoVideoReviewPoint": 0,
"afterUseTextReviewPoint": 0,
"afterUsePhotoVideoReviewPoint": 0,
"storeMemberReviewPoint": 0,
"managerTextReviewPoint": 50,
"managerPhotoVideoReviewPoint": 150,
"managerAfterUseTextReviewPoint": 0,
"managerAfterUsePhotoVideoReviewPoint": 0,
"givePresent": false
},
"channel": {
"accountNo": 100342204,
"channelNo": "100378486",
"naverPaySellerNo": "510352100"
},
"salePrice": 17500,
"category": {
"category1Id": "50000002",
"category2Id": "50000196",
"category3Id": "50000402",
"categoryId": "50000402",
"pointAccumulationYn": false,
"wholeCategoryId": "50000002>50000196>50000402"
},
"purchaseQuantityInfo": {},
"subscription": {}
},
"merchantNo": "510352100"
}
}'