Naver Actor avatar

Naver Actor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Naver Actor

Naver Actor

Blazing-fast Naver Brand product crawler that extracts product, category, interest, and benefit data from brand.naver.com URLs into structured datasets. (Bring your own proxy if you don't want to use residential proxy)

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

ProDataMiner

ProDataMiner

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

Naver Brand Product Crawler

High-signal product intelligence from Naver Brand pages. This Actor targets Naver Brand product URLs and returns structured product, category, interest, and benefit data in a single crawl pass.

Why this Actor

  • Purpose-built for Naver Brand product pages, not a generic scraper
  • Blazing fast performance for high-volume product crawling
  • Collects product detail, category navigation, interest/keep-store data, and benefit payloads
  • Stable, structured output ready for analytics pipelines

What it captures

Each run emits a dataset record with these top-level fields:

  • url
  • product
  • category
  • interest
  • benefit
  • soldOut (when the product is unreachable)

Input

startUrls accepts Naver Brand product URLs. The input schema uses the Apify requestListSources editor.

{
"startUrls": [{ "url": "https://brand.naver.com/calvinklein_official/products/12267929356" }],
"maxRequestsPerCrawl": 100
}

Output example (shape)

{
"url": "https://brand.naver.com/<brand>/products/<productId>",
"product": { "...": "..." },
"category": { "...": "..." },
"interest": { "...": "..." },
"benefit": { "...": "..." },
"soldOut": false
}

Resources