Naver Search Scraper
Pricing
from $1.99 / 1,000 naver search scraper results
Naver Search Scraper
Scrapes Naver Search (universal: web + news + blog + cafe) for any query. Extracts the full canonical search-vertical schema: title, URL, snippet, source, section, dates, thumbnail, language, ad/sponsored flags, and more.
Pricing
from $1.99 / 1,000 naver search scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrapes Naver Search (universal: web + news + blog + cafe) for any query. Extracts the full canonical search-vertical schema: title, URL, snippet, source, section, dates, thumbnail, language, ad/sponsored flags, and more.
What this Actor collects
The Actor converts structured search results into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 38-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Search and competitor research
- Ranking and visibility monitoring
- Dataset and workflow enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | "인공지능" | The search term to look up on Naver |
maxItems | integer | No | 50 | Maximum number of search results to scrape |
proxyConfiguration | object | No | — | Proxy settings for the scraper |
Example input
{"query": "삼성전자","maxItems": 30,"proxyConfiguration": {"useApifyProxy": false}}
Output
The default dataset contains one item per result from Naver's universal search sections. The following are the most useful fields; availability can vary by result type and source response.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
section | string | Section |
title | string | Title |
source | string | Source |
snippet | string | Snippet |
date | string | Date |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
url | string | URL |
link | string | Link |
query | string | Query |
resultType | string | Result Type |
page | integer | Page |
titleHtml | string | Title HTML |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"position": 1,"title": "삼성전자","source": "Samsung","snippet": "갤럭시, TV, PC, 가전, 액세서리, 소모품 제품정보, 온라인 스토어 제품판매, 고객지원 정보 제공.","scrapedAt": "2026-07-23T12:18:02.968Z","link": "https://www.samsung.com/","query": "삼성전자","titleHtml": "<b>삼성전자</b>","snippetHtml": "갤럭시, TV, PC, 가전, 액세서리, 소모품 제품정보, 온라인 스토어 제품판매, 고객지원 정보 제공.","displayUrl": "www.samsung.com","isAd": false,"isSponsored": false}