Naver Web Search Scraper — SERP Results, No Login avatar

Naver Web Search Scraper — SERP Results, No Login

Pricing

from $0.70 / 1,000 results

Go to Apify Store
Naver Web Search Scraper — SERP Results, No Login

Naver Web Search Scraper — SERP Results, No Login

Scrape Naver web search results (search.naver.com): position, title, URL, snippet. No Naver developer account or API key needed.

Pricing

from $0.70 / 1,000 results

Rating

0.0

(0)

Developer

Mind Momentum

Mind Momentum

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Naver Web Search Scraper — Results, Snippets, Positions (No Login)

Scrape organic web search results from Naver (search.naver.com) — Korea's dominant search engine. Get positions, titles, URLs, and snippets as clean structured data. No Naver developer account, no API key, no Korean phone verification — just a keyword.

Why this Actor?

Naver's official Search API requires a Naver developer account with Korean phone verification — a wall for anyone outside Korea. This Actor reads the public search page directly, so you can start monitoring Naver SERPs in seconds.

Features

  • 🔎 Keyword search — organic web results for any query (Korean queries return the richest results: ~10/page)
  • 📈 Scalable depth — crawl up to 10 pages (~100 results) per keyword with a single input change
  • 📊 Position tracking — continuous global rank across pages (1, 2, 3, …) for SEO/AEO monitoring of the Korean market
  • 🚫 No-login, no-key — bypasses the official API's registration wall entirely
  • 🧹 Clean output — one row per organic result; ads (파워링크) are excluded
  • 🌍 Residential proxy built in — reliable access from the Apify platform

Input

FieldTypeDescription
keywordstring (required)Search query, e.g. 마케팅
max_pagesintegerResult pages to crawl, ~10 results/page (default 3 ≈ 30 results, max 10 ≈ 100 results)
proxyConfigurationobjectOptional proxy settings (defaults to Korean residential on platform)

Example input

{
"keyword": "마케팅",
"max_pages": 3
}

Need more results? Raise max_pages (up to 10) — each extra page adds ~10 organic results, so a deep crawl yields ~100 rows per keyword.

Output

One dataset item per organic result:

{
"position": 1,
"title": "마케팅 - 나무위키",
"url": "https://namu.wiki/w/마케팅",
"snippet": "Marketing 경영학의 일종으로, 고객들과의 관계를 관리하고…"
}
FieldTypeDescription
positionintegerGlobal rank across all crawled pages, starting at 1
titlestringResult title as shown
urlstringAbsolute external URL of the result
snippetstringDescription text as shown (null when absent)

How it works

  1. For each page, the Actor fetches search.naver.com/search.naver?where=web&query=… (server-rendered, no JavaScript execution needed).
  2. Organic result cards are extracted; sponsored blocks are skipped.
  3. Results are deduplicated by URL and pushed with continuous positions.

Use cases

  • SEO agencies — track client rankings on Korea's #1 search engine
  • AI-Engine-Optimization (AEO) — monitor how your brand surfaces in Naver results
  • Market research — discover which sites Naver ranks for your Korean keywords
  • Competitive intelligence — scheduled SERP snapshots for position diffs

Pricing

Pay per event: $1.00 per 1,000 results ($0.70/1k on Apify paid plans) + a small Actor-start fee. Only results pushed to the dataset are charged.

[
{
"position": 1,
"title": "나무위키 namu.wiki › 마케팅 새 창 열림",
"url": "https://namu.wiki/w/%EB%A7%88%EC%BC%80%ED%8C%85",
"snippet": "Marketing 경영학의 일종으로, 고객들과의 관계를 관리하고, 시장을 구축하는 기법을 연구하는 학문, 혹은 상품이나 서비스를 생산자로부터 소비자에게 합리적으로 유통시키기 위한 기업의 모든 활동."
},
{
"position": 2,
"title": "위키백과 한국어 ko.wikipedia.org › 마케팅 새 창 열림",
"url": "https://ko.wikipedia.org/wiki/%EB%A7%88%EC%BC%80%ED%8C%85",
"snippet": "ko.wikipedia.org › 마케팅"
},
{
"position": 3,
"title": "나무위키 namu.wiki › 마케팅(직무) 새 창 열림",
"url": "https://namu.wiki/w/%EB%A7%88%EC%BC%80%ED%8C%85(%EC%A7%81%EB%AC%B4)",
"snippet": "영업 활동을 기획해 줌으로써 보조하는 일이다. 학문으로서의 마케팅 을 기업활동에 사용하는 업무이다."
}
]