Naver Scraping API

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.

Simple Pricing

$1.5 CPM - No volume limits, no hidden fees. Pay only for what you use.

Start Scraping Now

Endpoints API Docs

Comprehensive Naver Data Access

Extract everything you need from Naver's e-commerce ecosystem

Smart Store Products

Extract detailed product information, pricing, availability, and metadata from Naver Smart Store channels.

Product Benefits

Access promotional benefits, discounts, and special offers associated with specific products.

Benefits by Products

Get category-specific benefits and promotions organized by product types and classifications.

Brand Store Data

Access official brand store information, product catalogs, and brand-specific promotions.

Search Results

Perform comprehensive product searches across Naver Shopping with advanced filtering and sorting options.

Real-time Data

Get fresh, up-to-date information with our high-performance scraping infrastructure.

API Endpoints

Simple, RESTful endpoints for all your Naver data needs

GET
/v1/products?url={naver_url}
Extract product data from any Naver Smart Store or Brand Store URL
Example:
/v1/products?url=https://brand.naver.com/n/v2/channels/2sWDvfJXl0MkfnLYNaaXS/products/4685898105
GET
/v1/search/all?url={search_url}
Search products using any Naver Shopping search URL with filters
Example:
/v1/search/all?url=https://search.shopping.naver.com/search/all?query=캘리퍼스
GET
/v1/benefits?url={benefits_url}
Extract product benefits and promotions from Smart Store channels
Example:
/v1/benefits?url=https://smartstore.naver.com/i/v2/channels/2sWDxmRmJ9IzV2aGPs1lp/product-benefits/11867695881
GET
/v1/categories?url={category_url}
Get benefits organized by product categories and classifications
Example:
/v1/categories?url=https://smartstore.naver.com/i/v2/channels/2sWDxmRmJ9IzV2aGPs1lp/benefits/by-products/123456

API Status & Performance

Real-time monitoring of our Naver scraping infrastructure

8,234,567
Requests Today
99.7%
Uptime (30 days)
142ms
Avg Response Time

Daily Request Volume

Success & Failure Rates

Simple, Transparent Pricing

Pay only for what you use, scale as you grow

Naver Scraping API

$1.50
per 1,000 requests
  • No setup fees or monthly commitments
  • Unlimited volume - scale as needed
  • All Naver endpoints included
  • 99.9% uptime guarantee
  • 24/7 technical support
  • Pay by credit card or wire transfer
  • Real-time usage monitoring
  • JSON response format
Get Started Now

Ready to Start Scraping Naver?

Join hundreds of businesses already using our Naver scraping API for their data needs. Get started in minutes with our simple setup process.

Contact Us

Complete API Documentation

Full reference guide for all Naver API endpoints

Available Methods

  1. GET /v1/naver/search/all - Search for products on search.shopping.naver.com
    • Required: url (search URL)
  2. GET /v1/naver/products - Get product information from brand.naver.com or smartstore.naver.com
    • Required: url, referer
    • Can be used for:
    • - Product details
    • - Product benefits by-products
  3. POST /v1/naver/product-benefits - Get product benefits with POST data
    • Required: url, referer, naver_body

1. Search All Products

Endpoint: GET /v1/naver/search/all
Required Parameters:
  • url - 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}'

2. Get Products

Endpoint: GET /v1/naver/products
Required Parameters:
  • url - Product URL
  • referer - Referer URL

Example 1: Products from brand.naver.com

# 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}'

Example 2: Products from smartstore.naver.com

# 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}'

Example 3: Benefits by Products from smartstore.naver.com

# 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}'

Example 4: Benefits by Products from brand.naver.com

# 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}'

3. Product Benefits (POST)

Endpoint: POST /v1/naver/product-benefits
Required Parameters:
  • url - Product benefits URL
  • referer - Referer URL
  • naver_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" } }'